aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/04_led_migration
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-04-12 17:42:33 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-04-12 17:42:33 +0000
commit9b7b57aeb4f2d46ec01ebb15ceca5acbef9ce720 (patch)
treecb2f89fa4de522e9b687e56b30b394bea10005c4 /target/linux/ar71xx/base-files/etc/uci-defaults/04_led_migration
parenta93c87d7724f8b23d2deacb78578d42c0772f1bd (diff)
downloadupstream-9b7b57aeb4f2d46ec01ebb15ceca5acbef9ce720.tar.gz
upstream-9b7b57aeb4f2d46ec01ebb15ceca5acbef9ce720.tar.bz2
upstream-9b7b57aeb4f2d46ec01ebb15ceca5acbef9ce720.zip
ar71xx: wndr4300: change 'orange' to 'amber' in LED color names
The hardware manual says amber so change the color part of the LED names to reflect that. Also update the constant names. Based on the the WNDR3700v4 support patch from Ralph Perlich: http://patchwork.openwrt.org/patch/4763/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40473
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/04_led_migration')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/04_led_migration4
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 f3f1adfaa1..5387b22b38 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
@@ -59,6 +59,10 @@ wndr3700)
migrate_leds "wndr3700:=netgear:"
;;
+wndr4300)
+ migrate_leds ":orange:=:amber:"
+ ;;
+
wnr2000)
migrate_leds "wnr2000:=netgear:"
;;