aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-24 16:41:10 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-24 16:41:10 +0200
commitfba0826f5205af24ab8d85c4c51e40ba92784db4 (patch)
tree8bc406b8223407fd5843d554fd0c6632dc4b72cf /target/linux/lantiq/base-files/etc/board.d/01_leds
parentcc5e2100b4494b842d17080a36fc2ef332bf09d8 (diff)
downloadmaster-187ad058-fba0826f5205af24ab8d85c4c51e40ba92784db4.tar.gz
master-187ad058-fba0826f5205af24ab8d85c4c51e40ba92784db4.tar.bz2
master-187ad058-fba0826f5205af24ab8d85c4c51e40ba92784db4.zip
lantiq: fix fritz7320 wifi support
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/board.d/01_leds3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/01_leds b/target/linux/lantiq/base-files/etc/board.d/01_leds
index c365468030..08c384297d 100755
--- a/target/linux/lantiq/base-files/etc/board.d/01_leds
+++ b/target/linux/lantiq/base-files/etc/board.d/01_leds
@@ -42,6 +42,9 @@ P2812HNUF*)
ARV7519RW22)
ucidef_set_led_netdev "lan" "lan" "arv7519rw22:green:lan" "eth0.1"
;;
+FRITZ7320)
+ ucidef_set_led_netdev "wifi" "wifi" "fritz7320:green:wlan" "wlan0"
+ ;;
WBMR300)
ucidef_set_led_switch "lan1" "LAN1" "wbmr300:green:lan1" "switch0" "0x08"
ucidef_set_led_switch "lan2" "LAN2" "wbmr300:green:lan2" "switch0" "0x04"