diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-01 13:22:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-01 13:22:04 +0000 |
commit | fb523872e123a6e70a1c3cd6023e70aa61ecc4c6 (patch) | |
tree | 65f3bd4603b9f27ab2e81e936f3516c5a0558132 /target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | |
parent | f5eb5f7f06ed14d83482803d2138536ba104c96c (diff) | |
download | upstream-fb523872e123a6e70a1c3cd6023e70aa61ecc4c6.tar.gz upstream-fb523872e123a6e70a1c3cd6023e70aa61ecc4c6.tar.bz2 upstream-fb523872e123a6e70a1c3cd6023e70aa61ecc4c6.zip |
ar71xx: add Support for RB2011UiAS-2HnD
Backport of r42317
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42387 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 3 |
1 files changed, 2 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 a93b5faeed..d9c46c3319 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -82,7 +82,8 @@ rb-750) rb-2011l|\ rb-2011uas|\ rb-2011uias|\ -rb-2011uas-2hnd) +rb-2011uas-2hnd|\ +rb-2011uias-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" |