forked from Ivasoft/openwrt
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>
This commit is contained in:
committed by
Felix Fietkau
parent
ce63c38ef5
commit
c5ff273d85
@@ -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"
|
||||
|
||||
@@ -72,6 +72,7 @@ bsb)
|
||||
ucidef_set_interface_wlan
|
||||
;;
|
||||
|
||||
cpe210|\
|
||||
cpe510)
|
||||
ucidef_add_switch "switch0" \
|
||||
"0@eth0" "5:lan" "4:wan"
|
||||
|
||||
@@ -17,6 +17,7 @@ nanostation-m)
|
||||
nanostation-m-xw)
|
||||
ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "2"
|
||||
;;
|
||||
cpe210|\
|
||||
cpe510)
|
||||
ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "20"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user