2
0
forked from Ivasoft/openwrt

ar71xx: use netgear prefix for WNDR3700 LED names

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

SVN-Revision: 38098
This commit is contained in:
Gabor Juhos
2013-09-21 15:55:50 +00:00
parent d381cd170d
commit e33ccdc295
5 changed files with 13 additions and 9 deletions

View File

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