ar71xx: enable wlan2g led in the default configuration of dir-825-c1
authorGabor Juhos <juhosg@openwrt.org>
Sat, 21 Sep 2013 16:08:45 +0000 (16:08 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 21 Sep 2013 16:08:45 +0000 (16:08 +0000)
Enable the wlan2g led in the default configuration of dir-825-c1.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Patchwork: http://patchwork.openwrt.org/patch/4079/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38106

target/linux/ar71xx/base-files/etc/uci-defaults/01_leds

index a8bd8622d100a6dee6140ec657d40ed9205ace5b..e85930d802bc34598794b22b138006719a1a208e 100755 (executable)
@@ -70,9 +70,13 @@ dir-615-e4)
        ucidef_set_led_switch "lan4" "LAN4" "d-link:green:lan4" "switch0" "0x10"
        ;;
 
-dir-825-b1 | \
+dir-825-b1)
+       ucidef_set_led_usbdev "usb" "USB" "d-link:blue:usb" "1-1"
+       ;;
+
 dir-825-c1)
        ucidef_set_led_usbdev "usb" "USB" "d-link:blue:usb" "1-1"
+       ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "d-link:blue:wlan2g" "phy0tpt"
        ;;
 
 hornet-ub)