adm5120: add kmod-leds-gpio and kmod-ledtrig-adm5120-switch to the default packages
SVN-Revision: 19001
This commit is contained in:
parent
e564b686b8
commit
466e84e144
@ -16,6 +16,7 @@ INITRAMFS_EXTRA_FILES:=
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
DEFAULT_PACKAGES += admswconfig hostapd-mini kmod-input-core \
|
||||
kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug
|
||||
kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug \
|
||||
kmod-leds-gpio kmod-ledtrig-adm5120-switch
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
|
@ -35,6 +35,7 @@ status_led_off() {
|
||||
set_state() {
|
||||
case "$1" in
|
||||
preinit)
|
||||
insmod leds-gpio
|
||||
status_led_set_timer 200 200
|
||||
;;
|
||||
failsafe)
|
||||
|
Loading…
Reference in New Issue
Block a user