aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 06:16:54 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 06:16:54 +0000
commit4463bc017beba6be6c484f0ff5e9d381debafe38 (patch)
treef81909ba8f3ca67b7e791e950431ff609ccb1dc5 /target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
parent9b0516c9fc993745cab983e9ada3e4b00185855c (diff)
downloadupstream-4463bc017beba6be6c484f0ff5e9d381debafe38.tar.gz
upstream-4463bc017beba6be6c484f0ff5e9d381debafe38.tar.bz2
upstream-4463bc017beba6be6c484f0ff5e9d381debafe38.zip
ar71xx: Add support for Black Swift
Add support for the Black Swift board: http://www.black-swift.com/ Took relevant parts and slightly adapted from: https://github.com/blackswift/openwrt/blob/master/bsb.patch Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 46651
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds')
-rw-r--r--target/linux/ar71xx/base-files/etc/uci-defaults/01_leds4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
index 2aced37f8d..392be3a8b2 100644
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
@@ -55,6 +55,10 @@ ap147-010)
ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "ap147:green:wlan-2g" "phy0tpt"
;;
+bsb)
+ ucidef_set_led_default "sys" "SYS" "bsb:red:sys" "1"
+ ;;
+
bullet-m | \
nanostation-m | \
rocket-m | \