mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-26 00:22:47 +00:00
c65faa62be
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>
14 lines
226 B
Makefile
14 lines
226 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=falcon
|
|
BOARDNAME:=Falcon
|
|
FEATURES+=nand source-only
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES+= kmod-leds-gpio \
|
|
kmod-gpio-button-hotplug \
|
|
kmod-ledtrig-heartbeat
|
|
|
|
define Target/Description
|
|
Lantiq Falcon
|
|
endef
|