kernel: drop empty kmod-ledtrig-* packages

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>
This commit is contained in:
Sungbo Eo
2021-01-04 22:52:20 +09:00
committed by Adrian Schmutzler
parent 8451f47b1e
commit 583e39e3d5
14 changed files with 29 additions and 96 deletions

View File

@@ -22,7 +22,6 @@ endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += swconfig nvram otrx \
kmod-leds-gpio kmod-gpio-button-hotplug \
kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev
kmod-leds-gpio kmod-gpio-button-hotplug
$(eval $(call BuildTarget))