diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-01 12:24:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-01 12:24:54 +0000 |
commit | 1af4fd7660894313f56f6ab6e927d5495e596504 (patch) | |
tree | 923da1bbb2929de26c83c4aade48789ca8cb2102 /target | |
parent | 010aec06194cff6b6619b8ca2155da4750d15bef (diff) | |
download | upstream-1af4fd7660894313f56f6ab6e927d5495e596504.tar.gz upstream-1af4fd7660894313f56f6ab6e927d5495e596504.tar.bz2 upstream-1af4fd7660894313f56f6ab6e927d5495e596504.zip |
ar71xx: Buffalo WLAE-AG300N wireless led patch
Here is the uci-defaults version of the led support for
the Buffalo WLAE-AG300N.
Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp>
SVN-Revision: 32932
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/leds | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/leds b/target/linux/ar71xx/base-files/etc/uci-defaults/leds index e32d33d2ad..cdbb30185d 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/leds @@ -141,6 +141,10 @@ whr-hp-gn) ucidef_set_led_switch "lan4" "LAN4" "buffalo:green:lan4" "switch0" "0x10" ;; +wlae-ag300n) + ucidef_set_led_netdev "wireless" "WIRELESS" "buffalo:green:wireless" "wlan0" + ;; + wzr-hp-g300nh) ucidef_set_led_wlan "wlan" "Wireless" "buffalo:green:wireless" "phy0tpt" ucidef_set_led_netdev "router" "Router" "buffalo:green:router" "eth1" |