diff options
author | John Crispin <john@openwrt.org> | 2016-04-26 11:44:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-26 11:44:36 +0000 |
commit | ee53a240ac902dc83209008a2671e7fdcf55957a (patch) | |
tree | 46784099f9e7783611272498ec69702911a65a4c /target/linux/ar71xx/base-files/etc/board.d/01_leds | |
parent | be1985471e009ac069a61c8e6680067058a6cb82 (diff) | |
download | openwrt-5e419b20de47b518c15ebff8d2370b14c0c4bde1.tar.gz openwrt-5e419b20de47b518c15ebff8d2370b14c0c4bde1.tar.bz2 openwrt-5e419b20de47b518c15ebff8d2370b14c0c4bde1.zip |
ar71xx: Add support for the OMYlink OMY-G1reboot
https://wiki.openwrt.org/toh/omylink/omy-g1
http://www.omylink.com/
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
SVN-Revision: 49258
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d/01_leds')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/01_leds | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds index b2469bf4d8..39b21ca519 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/01_leds +++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds @@ -399,6 +399,12 @@ om5p-ac) ucidef_set_led_netdev "port2" "port2" "om5pac:blue:wan" "eth1" ;; +omy-g1) + ucidef_set_led_wlan "wlan" "WLAN" "omy:green:wlan" "phy0tpt" + ucidef_set_led_netdev "wan" "WAN" "omy:green:wan" "eth0" + ucidef_set_led_netdev "lan" "LAN" "omy:green:lan" "eth1" + ;; + omy-x1) ucidef_set_led_default "power" "POWER" "omy:green:power" "1" ucidef_set_led_default "wan" "WAN" "omy:green:wan" "eth0" |