[PATCH] lantiq: falcon: mark as source only sub target
Hauke Mehrtens
hauke at hauke-m.de
Wed Dec 16 15:35:34 EST 2020
The sub target does not support network and there are not so many users
out there, just mark it as source only, so we do jot have to build it.
The quality is not worse than before, it just does not make much sense
to build this automatically.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/lantiq/falcon/target.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/lantiq/falcon/target.mk b/target/linux/lantiq/falcon/target.mk
index 90f81d25ca86..c07c8c2d82bc 100644
--- a/target/linux/lantiq/falcon/target.mk
+++ b/target/linux/lantiq/falcon/target.mk
@@ -1,7 +1,7 @@
ARCH:=mips
SUBTARGET:=falcon
BOARDNAME:=Falcon
-FEATURES+=nand
+FEATURES+=nand source-only
CPU_TYPE:=24kc
DEFAULT_PACKAGES+= kmod-leds-gpio \
--
2.20.1
More information about the openwrt-devel
mailing list