diff options
author | John Crispin <john@phrozen.org> | 2016-06-13 21:50:13 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-14 06:43:02 +0200 |
commit | d5666b98fa7a5e9441cf0c0977eb03f1b3611555 (patch) | |
tree | 828d7b3c5d8142f31200bf31b8082a532d6d1fa0 /target/linux/lantiq/base-files/etc | |
parent | 98d00c35e3345fd9f5eda5bc2e40ce951fa75016 (diff) | |
download | upstream-d5666b98fa7a5e9441cf0c0977eb03f1b3611555.tar.gz upstream-d5666b98fa7a5e9441cf0c0977eb03f1b3611555.tar.bz2 upstream-d5666b98fa7a5e9441cf0c0977eb03f1b3611555.zip |
lantiq: fix fritz7320 wifi support
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq/base-files/etc')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/board.d/01_leds | 3 |
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" |