diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-07 13:45:20 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-07 13:45:20 +0000 |
commit | 755dbfa94b6c106d7e45f25ad4943d3189b9bb23 (patch) | |
tree | 8c1341791db895e384067f76155fd87e9cf0aff0 /target/linux/ar71xx/base-files/etc | |
parent | a7398f566ce435a289a2e3002fce80e0efa072c3 (diff) | |
download | master-187ad058-755dbfa94b6c106d7e45f25ad4943d3189b9bb23.tar.gz master-187ad058-755dbfa94b6c106d7e45f25ad4943d3189b9bb23.tar.bz2 master-187ad058-755dbfa94b6c106d7e45f25ad4943d3189b9bb23.zip |
ar71xx: add LED defaults for the EnGenius EPG5000
NB that wlan5g is phy0tpt and wlan2g phy1tpt.
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46226 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 5 |
1 files changed, 5 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 19814f4e4a..7c10f42467 100644 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -165,6 +165,11 @@ esr1750) ucidef_set_led_wlan "wlan5g" "WLAN 5 GHz" "esr1750:blue:wlan-5g" "phy1tpt" ;; +epg5000) + ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "epg5000:blue:wlan-2g" "phy1tpt" + ucidef_set_led_wlan "wlan5g" "WLAN 5 GHz" "epg5000:blue:wlan-5g" "phy0tpt" + ;; + hiwifi-hc6361) ucidef_set_led_netdev "inet" "INET" "hiwifi:blue:internet" "eth1" ucidef_set_led_wlan "wlan" "WLAN" "hiwifi:blue:wlan-2p4" "phy0tpt" |