mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
adm5120: add kmod-leds-gpio and kmod-ledtrig-adm5120-switch to the default packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19001 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3707e6c11c
commit
eeb604beb9
@ -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…
x
Reference in New Issue
Block a user