build: remove mips16 feature flag from target makefiles
[openwrt/staging/yousong.git] / target / linux / lantiq / falcon / target.mk
1 ARCH:=mips
2 SUBTARGET:=falcon
3 BOARDNAME:=Falcon
4 FEATURES:=squashfs nand
5 CPU_TYPE:=24kc
6
7 DEFAULT_PACKAGES+= kmod-leds-gpio \
8 kmod-gpio-button-hotplug \
9 kmod-ledtrig-heartbeat
10
11 define Target/Description
12 Lantiq Falcon
13 endef