wifipineapple-openwrt/target/linux/lantiq/svip_le/target.mk

13 lines
229 B
Makefile

ARCH:=mipsel
SUBTARGET:=svip_le
BOARDNAME:=SVIP Little Endian
FEATURES:=squashfs
DEVICE_TYPE:=other
CFLAGS+= -mtune=mips32r2
DEFAULT_PACKAGES+= uboot-svip hostapd-mini
define Target/Description
Lantiq SVIP Little Endian
endef