583e39e3d5
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>
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
|