diff options
Diffstat (limited to 'target/linux/ath79/base-files/etc')
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/01_leds | 1 | ||||
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/02_network | 1 | ||||
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/03_gpio_switches | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ath79/base-files/etc/board.d/01_leds b/target/linux/ath79/base-files/etc/board.d/01_leds index 85d54aa708..35cb74db28 100755 --- a/target/linux/ath79/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/base-files/etc/board.d/01_leds @@ -159,6 +159,7 @@ tplink,archer-d50-v1) ucidef_set_led_switch "wan_link" "WAN Link" "tp-link:white:wan" "switch0" "0x02" "" "link" ;; tplink,cpe210-v1|\ +tplink,cpe220-v2|\ tplink,cpe510-v1) ucidef_set_led_netdev "lan0" "LAN0" "tp-link:green:lan0" "eth1" ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x10" diff --git a/target/linux/ath79/base-files/etc/board.d/02_network b/target/linux/ath79/base-files/etc/board.d/02_network index e8846f38f3..9c6429984f 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -103,6 +103,7 @@ ath79_setup_interfaces() comfast,cf-e110n-v2|\ comfast,cf-e120a-v3|\ tplink,cpe210-v1|\ + tplink,cpe220-v2|\ tplink,cpe510-v1|\ ubnt,nanostation-m|\ ubnt,routerstation) diff --git a/target/linux/ath79/base-files/etc/board.d/03_gpio_switches b/target/linux/ath79/base-files/etc/board.d/03_gpio_switches index 9dc9feb70c..d84d6cfe85 100755 --- a/target/linux/ath79/base-files/etc/board.d/03_gpio_switches +++ b/target/linux/ath79/base-files/etc/board.d/03_gpio_switches @@ -43,6 +43,7 @@ tplink,archer-c25-v1) ucidef_add_gpio_switch "led_reset" "LED reset" "19" "1" ;; tplink,cpe210-v1|\ +tplink,cpe220-v2|\ tplink,cpe510-v1) ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "20" ;; |