diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-12-16 21:03:01 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-12-16 22:11:19 +0100 |
commit | c65faa62be94f3c693af0bca621d199e74b8dd1c (patch) | |
tree | aa058e365fc1f7c58527b9f8131e3f24e81e56be /target/linux/lantiq | |
parent | 94d1b2508c38e21a5d1a45a4d80db2905bf1537c (diff) | |
download | upstream-c65faa62be94f3c693af0bca621d199e74b8dd1c.tar.gz upstream-c65faa62be94f3c693af0bca621d199e74b8dd1c.tar.bz2 upstream-c65faa62be94f3c693af0bca621d199e74b8dd1c.zip |
lantiq: falcon: mark as source only sub target
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>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/falcon/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/falcon/target.mk b/target/linux/lantiq/falcon/target.mk index 90f81d25ca..c07c8c2d82 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 \ |