From: Gabor Juhos Date: Sat, 21 Sep 2013 16:08:45 +0000 (+0000) Subject: ar71xx: enable wlan2g led in the default configuration of dir-825-c1 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=e7560b3becf2c4272f0ed0510ab041697f0e2200 ar71xx: enable wlan2g led in the default configuration of dir-825-c1 Enable the wlan2g led in the default configuration of dir-825-c1. Signed-off-by: Sebastian Kemper Patchwork: http://patchwork.openwrt.org/patch/4079/ Signed-off-by: Gabor Juhos SVN-Revision: 38106 --- diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index a8bd8622d1..e85930d802 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -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)