mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-27 06:39:51 +00:00
fcea027df6
This patch fixes build of squashfs image on lantiq. Currently the FEATURE variable is overwritten by the subtarget. Fixes: FS#3480 Fixes: f1c652337628 ("lantiq: clean up target/subtarget features") Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl> [reformat Fixes:] 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
|