projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d1b25
)
lantiq: falcon: mark as source only sub target
author
Hauke Mehrtens
<hauke@hauke-m.de>
Wed, 16 Dec 2020 20:03:01 +0000
(21:03 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Wed, 16 Dec 2020 21:11:19 +0000
(22:11 +0100)
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@hauke-m.de>
target/linux/lantiq/falcon/target.mk
patch
|
blob
|
history
diff --git
a/target/linux/lantiq/falcon/target.mk
b/target/linux/lantiq/falcon/target.mk
index 90f81d25ca864f7307f8fa1e937d912c7f27cbcd..c07c8c2d82bc28a6a78951ac4972350f4e7a6785 100644
(file)
--- 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 \