diff options
author | Paul Wassi <p.wassi@gmx.at> | 2017-10-24 14:23:58 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-25 09:22:13 +0200 |
commit | 080061c1ba61805974aed22dbf59438da329e5ea (patch) | |
tree | db5014493cf8e27d33b565ac532f01b3fe891728 /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | 9f7b897939cf0a670c08dd8cad8cf1f153c8b9f7 (diff) | |
download | mtk-20170518-080061c1ba61805974aed22dbf59438da329e5ea.zip mtk-20170518-080061c1ba61805974aed22dbf59438da329e5ea.tar.gz mtk-20170518-080061c1ba61805974aed22dbf59438da329e5ea.tar.bz2 |
ar71xx: fix LED names for GL-AR150
Add the respective colour to the LED's names for the GL-AR150 to be conform
to the kernel. Also add netdev triggers for the LAN and WAN LED.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/uci-defaults/04_led_migration | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/04_led_migration b/target/linux/ar71xx/base-files/etc/uci-defaults/04_led_migration index d6f7077..05d8060 100644 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/04_led_migration +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/04_led_migration @@ -54,6 +54,10 @@ dr344) migrate_leds ":red:=:green:" ":yellow:=:green:" ;; +gl-ar150) + migrate_leds "gl-ar150:wlan=gl-ar150:orange:wlan" "gl-ar150:lan=gl-ar150:green:lan" "gl-ar150:wan=gl-ar150:green:wan" + ;; + wndap360) migrate_leds "wndap360:=netgear:" ;; |