summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-21 16:08:45 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-21 16:08:45 +0000
commit0ee77c1efb89fc500c0ab62aec89a9b2cd16c1e9 (patch)
tree43b1f9dd281245ca03db0070511b0388569bbe35 /target/linux/ar71xx/base-files
parentd661af0b77c21919b05a80709c9151bfc4aeb41e (diff)
downloadmtk-20170518-0ee77c1efb89fc500c0ab62aec89a9b2cd16c1e9.zip
mtk-20170518-0ee77c1efb89fc500c0ab62aec89a9b2cd16c1e9.tar.gz
mtk-20170518-0ee77c1efb89fc500c0ab62aec89a9b2cd16c1e9.tar.bz2
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')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/01_leds6
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 a8bd862..e85930d 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)