lantiq: Tune the XWAY subtarget cflags
[openwrt.git] / target / linux / lantiq / svip_le / target.mk
1 ARCH:=mipsel
2 SUBTARGET:=svip_le
3 BOARDNAME:=SVIP Little Endian
4 FEATURES:=squashfs
5 DEVICE_TYPE:=other
6 CFLAGS+= -mtune=mips32r2
7
8 DEFAULT_PACKAGES+= uboot-svip hostapd-mini
9
10 define Target/Description
11         Lantiq SVIP Little Endian
12 endef