|
|
@@ -185,8 +185,6 @@ ath79_setup_interfaces()
|
|
|
;;
|
|
|
nec,wg1200cr|\
|
|
|
ubnt,nanostation-ac|\
|
|
|
- ubnt,unifiac-mesh-pro|\
|
|
|
- ubnt,unifiac-pro|\
|
|
|
yuncore,a782|\
|
|
|
yuncore,xd4200)
|
|
|
ucidef_add_switch "switch0" \
|
|
|
@@ -307,6 +305,11 @@ ath79_setup_interfaces()
|
|
|
ucidef_add_switch "switch0" \
|
|
|
"0@eth0" "5:lan" "1:wan"
|
|
|
;;
|
|
|
+ ubnt,unifiac-mesh-pro|\
|
|
|
+ ubnt,unifiac-pro)
|
|
|
+ ucidef_add_switch "switch0" \
|
|
|
+ "0@eth0" "2:lan:1" "3:lan:2"
|
|
|
+ ;;
|
|
|
zbtlink,zbt-wd323|\
|
|
|
xiaomi,mi-router-4q)
|
|
|
ucidef_set_interface_wan "eth1"
|