blob: ef8eeffa43a98223eecbcc568a7c2736fbfcc0c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
ARCH:=mips
SUBTARGET:=svip_be
BOARDNAME:=SVIP Big Endian
FEATURES:=squashfs
DEVICE_TYPE:=other
CFLAGS+= -mtune=mips32r2
DEFAULT_PACKAGES+= uboot-svip hostapd-mini
define Target/Description
Lantiq SVIP Big Endian
endef
|