mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-23 04:48:22 +00:00
a7f575db65
The following four led triggers are enabled in generic config. * kmod-ledtrig-default-on * kmod-ledtrig-heartbeat * kmod-ledtrig-netdev * kmod-ledtrig-timer Drop the packages and remove them from DEVICE_PACKAGES. There's no other package depending on them in this repo. Signed-off-by: Sungbo Eo <mans0n@gorani.run> Signed-off-by: maurerr <mariusd84@gmail.com>
13 lines
200 B
Makefile
13 lines
200 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=falcon
|
|
BOARDNAME:=Falcon
|
|
FEATURES+=nand source-only
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES+= kmod-leds-gpio \
|
|
kmod-gpio-button-hotplug
|
|
|
|
define Target/Description
|
|
Lantiq Falcon
|
|
endef
|