aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-01 12:24:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-01 12:24:54 +0000
commit47b8621773ed359735f7b3ad09341c37fa90ae8e (patch)
treedd4c2f196404e0f4097bd54fe676dd298ab025cc
parentdce7a40da213a73e2fcb2f06fcbd1cc7515e690d (diff)
downloadupstream-47b8621773ed359735f7b3ad09341c37fa90ae8e.tar.gz
upstream-47b8621773ed359735f7b3ad09341c37fa90ae8e.tar.bz2
upstream-47b8621773ed359735f7b3ad09341c37fa90ae8e.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32932 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/leds4
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"