ar71xx: use modules for LED triggers
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Mar 2012 19:37:59 +0000 (19:37 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Mar 2012 19:37:59 +0000 (19:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31107 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/Makefile
target/linux/ar71xx/base-files/etc/diag.sh
target/linux/ar71xx/config-3.2
target/linux/ar71xx/config-3.3

index 30610f8..589c157 100644 (file)
@@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/target.mk
 
 DEFAULT_PACKAGES += \
        kmod-leds-gpio kmod-gpio-button-hotplug kmod-wdt-ath79 swconfig \
+       kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev \
        kmod-ath9k wpad-mini uboot-envtools
 
 define Target/Description
index cbe15c6..09d4184 100755 (executable)
@@ -162,6 +162,8 @@ set_state() {
        case "$1" in
        preinit)
                insmod leds-gpio
+               insmod ledtrig-default-on
+               insmod ledtrig-timer
                status_led_set_timer 200 200
                ;;
        failsafe)
index ced850a..17741a4 100644 (file)
@@ -144,6 +144,9 @@ CONFIG_IRQ_FORCED_THREADING=y
 # CONFIG_LANTIQ is not set
 # CONFIG_LEDS_GPIO is not set
 # CONFIG_LEDS_RB750 is not set
+# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
+# CONFIG_LEDS_TRIGGER_NETDEV is not set
+# CONFIG_LEDS_TRIGGER_TIMER is not set
 # CONFIG_LEDS_WNDR3700_USB is not set
 # CONFIG_M25PXX_USE_FAST_READ is not set
 CONFIG_MARVELL_PHY=y
index a224cf2..4ec33d5 100644 (file)
@@ -150,6 +150,9 @@ CONFIG_IRQ_FORCED_THREADING=y
 # CONFIG_LANTIQ is not set
 # CONFIG_LEDS_GPIO is not set
 # CONFIG_LEDS_RB750 is not set
+# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
+# CONFIG_LEDS_TRIGGER_NETDEV is not set
+# CONFIG_LEDS_TRIGGER_TIMER is not set
 # CONFIG_LEDS_WNDR3700_USB is not set
 # CONFIG_M25PXX_USE_FAST_READ is not set
 CONFIG_MARVELL_PHY=y
This page took 0.023563 seconds and 4 git commands to generate.