mirror of https://github.com/hak5/openwrt.git
12 lines
202 B
Makefile
12 lines
202 B
Makefile
|
ARCH:=mips
|
||
|
SUBTARGET:=svip_be
|
||
|
BOARDNAME:=SVIP Big Endian
|
||
|
FEATURES:=squashfs jffs2
|
||
|
DEVICE_TYPE:=other
|
||
|
|
||
|
DEFAULT_PACKAGES+= uboot-svip hostapd-mini
|
||
|
|
||
|
define Target/Description
|
||
|
Lantiq SVIP Big Endian
|
||
|
endef
|