2
0
forked from Ivasoft/openwrt

ar71xx: use netgear prefix for WNDAP360 LED names

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

SVN-Revision: 38102
This commit is contained in:
Gabor Juhos
2013-09-21 15:55:55 +00:00
parent d0fe16cedf
commit 0a813e9e3c
4 changed files with 8 additions and 4 deletions

View File

@@ -46,6 +46,10 @@ migrate_leds()
board=$(ar71xx_board_name)
case "$board" in
wndap360)
migrate_leds "wndap360:=netgear:"
;;
wndr3700)
migrate_leds "wndr3700:=netgear:"
;;