mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
This avoids universe trying to build MALTA_COMMON and fail due to the problem addressed in r276773. Include std.MALTA from the MALTA mipsel and MALTA64 mips64el config files, where the machine lines exist.
11 lines
202 B
Text
11 lines
202 B
Text
# MALTA -- Kernel config for MALTA boards
|
|
#
|
|
# $FreeBSD$
|
|
|
|
ident MALTA
|
|
|
|
include "std.MALTA"
|
|
|
|
machine mips mipsel # Malta supports both, so it isn't in std.malta
|
|
|
|
makeoptions KERNLOADADDR=0x80100000
|