diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-05-23 03:17:00 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-23 13:39:49 +0200 |
commit | c5ff273d85f69981e5b126eeaed3dee5b4061fb4 (patch) | |
tree | 0dc65f2d488c372127d0925c9f048404b1c144da /target/linux/ar71xx/base-files/etc/board.d/01_leds | |
parent | ce63c38ef5f2c049d739fbcc8d9b3f12f3bac206 (diff) | |
download | upstream-c5ff273d85f69981e5b126eeaed3dee5b4061fb4.tar.gz upstream-c5ff273d85f69981e5b126eeaed3dee5b4061fb4.tar.bz2 upstream-c5ff273d85f69981e5b126eeaed3dee5b4061fb4.zip |
ar71xx/cpe510: split profile into 2 profiles cpe210 and cpe510
Split profile into 2GHz and 5GHz. The 5GHz devices are
quite "special". The 2 GHz works perfect.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d/01_leds')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/01_leds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds index 8ba08ddf25..bee2fb80c1 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/01_leds +++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds @@ -127,6 +127,7 @@ cf-e316n-v2) ucidef_set_led_wlan "wlan" "WLAN" "$board:blue:wlan" "phy0tpt" ;; +cpe210|\ cpe510) ucidef_set_led_switch "lan0" "LAN0" "tp-link:green:lan0" "switch0" "0x20" ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x10" |