|
|
@@ -189,6 +189,10 @@ ramips_setup_interfaces()
|
|
|
ucidef_add_switch "switch0" \
|
|
|
"0:lan" "6t@eth0"
|
|
|
;;
|
|
|
+ zbtlink,zbt-we1026-h-32m)
|
|
|
+ ucidef_add_switch "switch0" \
|
|
|
+ "3:lan" "4:wan" "6@eth0"
|
|
|
+ ;;
|
|
|
zbtlink,zbt-we2026)
|
|
|
ucidef_add_switch "switch0" \
|
|
|
"0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "4:wan:5" "6@eth0"
|
|
|
@@ -276,6 +280,10 @@ ramips_setup_macs()
|
|
|
zbtlink,zbt-we1026-5g-16m)
|
|
|
label_mac=$(cat /sys/class/ieee80211/phy1/macaddress)
|
|
|
;;
|
|
|
+ zbtlink,zbt-we1026-h-32m)
|
|
|
+ wan_mac=$(mtd_get_mac_binary factory 0x2e)
|
|
|
+ label_mac=$(cat /sys/class/ieee80211/phy0/macaddress)
|
|
|
+ ;;
|
|
|
zyxel,keenetic-omni|\
|
|
|
zyxel,keenetic-omni-ii|\
|
|
|
zyxel,keenetic-viva)
|