diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-24 08:58:57 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-24 08:58:57 +0000 |
commit | 8e79e1da857c091dab1cadd247fd6ba80f59a1fc (patch) | |
tree | ab4a2db4eb1dd8690f0d52465d27f496648a2fed | |
parent | 8f2ef37e88a553632d72b323bb645e7d0b0dc2fa (diff) | |
download | upstream-8e79e1da857c091dab1cadd247fd6ba80f59a1fc.tar.gz upstream-8e79e1da857c091dab1cadd247fd6ba80f59a1fc.tar.bz2 upstream-8e79e1da857c091dab1cadd247fd6ba80f59a1fc.zip |
CC: ar71xx: add LED defaults for the EnGenius EPG5000
NB that wlan5g is phy0tpt and wlan2g phy1tpt.
Backport of r46226.
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46450 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 439e3d9e66..ae45503fa6 100644 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -184,6 +184,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" |