aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorAdrian Panella <ianchi74@outlook.com>2016-05-13 01:13:15 -0500
committerJohn Crispin <john@phrozen.org>2016-06-13 22:51:42 +0200
commit3d067c013297f43021a8e7aec78e220c048585fb (patch)
tree2bbd81c89ed924943ecd00a69c352a823df61675 /target/linux/ipq806x/base-files/etc/board.d/01_leds
parent2adc6468bf4537f75a519dbe3c082268b0d038a6 (diff)
downloadupstream-3d067c013297f43021a8e7aec78e220c048585fb.tar.gz
upstream-3d067c013297f43021a8e7aec78e220c048585fb.tar.bz2
upstream-3d067c013297f43021a8e7aec78e220c048585fb.zip
ipq806x: base-files: add support for Linksys EA8500
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Diffstat (limited to 'target/linux/ipq806x/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/ipq806x/base-files/etc/board.d/01_leds4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ipq806x/base-files/etc/board.d/01_leds b/target/linux/ipq806x/base-files/etc/board.d/01_leds
index 392dc8b5e7..568b4827b7 100755
--- a/target/linux/ipq806x/base-files/etc/board.d/01_leds
+++ b/target/linux/ipq806x/base-files/etc/board.d/01_leds
@@ -27,6 +27,10 @@ r7500)
ucidef_set_led_default "wps" "WPS" "r7500:white:wps" "0"
ucidef_set_led_default "rfkill" "rfkill" "r7500:white:rfkill" "0"
;;
+ea8500)
+ ucidef_set_led_wlan "wifi" "WIFI" "ea8500:green:wifi" "phy0radio"
+ ucidef_set_led_default "wps" "WPS" "ea8500:green:wps" "0"
+ ;;
*)
;;
esac