diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 15:55:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 15:55:52 +0000 |
commit | 6e68a61d0ce516db13ed2b84558ce5917c799159 (patch) | |
tree | 47a7e0d7289e79e0f3c11ffeb035a4e5e3a24070 /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | 4f4283a96499f5ee7224b58f4233969b43d2bac5 (diff) | |
download | upstream-6e68a61d0ce516db13ed2b84558ce5917c799159.tar.gz upstream-6e68a61d0ce516db13ed2b84558ce5917c799159.tar.bz2 upstream-6e68a61d0ce516db13ed2b84558ce5917c799159.zip |
ar71xx: use netgear prefix for WNR2200 LED names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38100 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rwxr-xr-x | 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 ee64ca2c58..3b53f6e031 100755 --- 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 @@ wnr2000) migrate_leds "wnr2000:=netgear:" ;; +wnr2200) + migrate_leds "wnr2200:=netgear:" + ;; + *) ;; esac |