2
0
forked from Ivasoft/openwrt

ar71xx: use netgear prefix for WNR2200 LED names

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38100
This commit is contained in:
Gabor Juhos
2013-09-21 15:55:52 +00:00
parent 87f7ac6b4e
commit ae7d14f701
3 changed files with 18 additions and 14 deletions

View File

@@ -180,7 +180,7 @@ get_status_led() {
status_led="netgear:green:power"
;;
wnr2200)
status_led="wnr2200:amber:power"
status_led="netgear:amber:power"
;;
wnr612-v2)
status_led="wnr612v2:green:power"

View File

@@ -54,6 +54,10 @@ wnr2000)
migrate_leds "wnr2000:=netgear:"
;;
wnr2200)
migrate_leds "wnr2200:=netgear:"
;;
*)
;;
esac