mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-19 23:17:53 +01:00
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
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
DEFAULT_PACKAGES += admswconfig hostapd-mini kmod-input-core \
|
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))
|
$(eval $(call BuildTarget))
|
||||||
|
@ -35,6 +35,7 @@ status_led_off() {
|
|||||||
set_state() {
|
set_state() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
preinit)
|
preinit)
|
||||||
|
insmod leds-gpio
|
||||||
status_led_set_timer 200 200
|
status_led_set_timer 200 200
|
||||||
;;
|
;;
|
||||||
failsafe)
|
failsafe)
|
||||||
|
Loading…
Reference in New Issue
Block a user