diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-13 08:29:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-13 08:29:07 +0000 |
commit | fb913e51569317905ab47afa9078003c8dcadae6 (patch) | |
tree | 852ec992af40c142adcf39d26ed80378d1fd2ddf /target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | |
parent | fe8848910739865c381a29a4030f25ed26087a29 (diff) | |
download | upstream-fb913e51569317905ab47afa9078003c8dcadae6.tar.gz upstream-fb913e51569317905ab47afa9078003c8dcadae6.tar.bz2 upstream-fb913e51569317905ab47afa9078003c8dcadae6.zip |
ar71xx: add user-space support for the ZyXEL NBG6716 board
Signed-off-by: André Valentin <avalentin@marcant.net>
Patchwork: http://patchwork.openwrt.org/patch/5101/
[juhosg: use zyxel prefix in LED names]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40500 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 | 8 |
1 files changed, 8 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 a1078695e2..db60cee9dd 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -142,6 +142,14 @@ nbg460n_550n_550nh) ucidef_set_led_wlan "wlan" "WLAN" "nbg460n:green:wlan" "phy0tpt" ;; +nbg6716) + ucidef_set_led_netdev "wan" "WAN" "zyxel:white:internet" "eth1" + ucidef_set_led_wlan "wlan" "WLAN" "zyxel:white:wifi2g" "phy1tpt" + ucidef_set_led_wlan "wlan5" "WLAN5" "zyxel:white:wifi5g" "phy0tpt" + ucidef_set_led_usbdev "usb1" "USB1" "zyxel:white:usb0" "1-1" + ucidef_set_led_usbdev "usb2" "USB2" "zyxel:white:usb1" "2-1" + ;; + om2p | \ om2p-hs | \ om2p-lc) |