diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 16:08:45 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 16:08:45 +0000 |
commit | 0ee77c1efb89fc500c0ab62aec89a9b2cd16c1e9 (patch) | |
tree | 43b1f9dd281245ca03db0070511b0388569bbe35 /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | d661af0b77c21919b05a80709c9151bfc4aeb41e (diff) | |
download | upstream-0ee77c1efb89fc500c0ab62aec89a9b2cd16c1e9.tar.gz upstream-0ee77c1efb89fc500c0ab62aec89a9b2cd16c1e9.tar.bz2 upstream-0ee77c1efb89fc500c0ab62aec89a9b2cd16c1e9.zip |
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 <sebastian_ml@gmx.net>
Patchwork: http://patchwork.openwrt.org/patch/4079/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38106
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 6 |
1 files changed, 5 insertions, 1 deletions
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) |