mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
f1c6523376
The feature "squashfs" is defined for target and all subtargets individually. Remove the redundant entries in the subtargets. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> [split patch, adjust commit title/message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
14 lines
214 B
Makefile
14 lines
214 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=falcon
|
|
BOARDNAME:=Falcon
|
|
FEATURES:=nand
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES+= kmod-leds-gpio \
|
|
kmod-gpio-button-hotplug \
|
|
kmod-ledtrig-heartbeat
|
|
|
|
define Target/Description
|
|
Lantiq Falcon
|
|
endef
|