aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-01-20 10:23:04 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-01-20 10:23:04 +0000
commit9497f61cc1a27450b6fa8fe083faa2b15ca200b7 (patch)
treeca2fa67c145e0d6deb2b30baacfcb9e36bd0945d /target/linux/ar71xx/base-files/etc/uci-defaults
parent52f88507ce76ebb6ced0a010d199e2826af9622f (diff)
downloadmaster-187ad058-9497f61cc1a27450b6fa8fe083faa2b15ca200b7.tar.gz
master-187ad058-9497f61cc1a27450b6fa8fe083faa2b15ca200b7.tar.bz2
master-187ad058-9497f61cc1a27450b6fa8fe083faa2b15ca200b7.zip
ar71xx: set default LED config for the RB2011* boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39344 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/01_leds10
1 files changed, 10 insertions, 0 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 71e57990c2..04ca3e26fb 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
@@ -61,6 +61,16 @@ rb-750)
ucidef_set_led_switch "port5" "port5" "rb750:green:port5" "switch0" "0x02"
;;
+rb-2011l|\
+rb-2011uas|\
+rb-2011uas-2hnd)
+ ucidef_set_led_switch "eth6" "ETH6" "rb:green:eth6" "switch1" "0x20"
+ ucidef_set_led_switch "eth7" "ETH7" "rb:green:eth7" "switch1" "0x10"
+ ucidef_set_led_switch "eth8" "ETH8" "rb:green:eth8" "switch1" "0x08"
+ ucidef_set_led_switch "eth9" "ETH9" "rb:green:eth9" "switch1" "0x04"
+ ucidef_set_led_switch "eth10" "ETH10" "rb:green:eth10" "switch1" "0x02"
+ ;;
+
dir-505-a1)
ucidef_set_led_netdev "lan" "LAN" "d-link:green:power" "eth1"
;;