aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-07-24 20:38:31 +0000
committerJohn Crispin <blogic@openwrt.org>2012-07-24 20:38:31 +0000
commit0e8ecb48249b6e5e1343a8ff92682ebca768cfcc (patch)
treece52e9913a541189d2739556427b62533f7f8a6b /target
parent0e97708a76a1680b5c52e9e8b43604fe2e2dcb6e (diff)
downloadupstream-0e8ecb48249b6e5e1343a8ff92682ebca768cfcc.tar.gz
upstream-0e8ecb48249b6e5e1343a8ff92682ebca768cfcc.tar.bz2
upstream-0e8ecb48249b6e5e1343a8ff92682ebca768cfcc.zip
[ramips] initial LED configuration for Fonera 2.0n
Setup initial configuration for Wifi and USB LEDS of a Fonera 2.0n (ramips) Signed-off-by: Malte Forkel <malte.forkel@berlin.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32819 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/uci-defaults/leds3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/leds b/target/linux/ramips/base-files/etc/uci-defaults/leds
index fbbd09d9eb..f8241d3062 100755
--- a/target/linux/ramips/base-files/etc/uci-defaults/leds
+++ b/target/linux/ramips/base-files/etc/uci-defaults/leds
@@ -40,7 +40,8 @@ case $board in
set_usb_led "f5d8235v2:blue:storage"
;;
fonera20n)
- set_usb_led "fonera20n:amber:usb"
+ set_usb_led "fonera20n:orange:usb"
+ set_wifi_led "fonera20n:orange:wifi"
;;
hw550-3g)
set_usb_led "hw550-3g:green:usb"