summaryrefslogtreecommitdiff
path: root/target/linux/ramips/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network24
1 files changed, 16 insertions, 8 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index a4da5ee..99c3ad6 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -41,7 +41,8 @@ ramips_setup_interfaces()
3g150b|\
3g300m|\
a5-v11|\
- all0256n|\
+ all0256n-4M|\
+ all0256n-8M|\
all5002|\
all5003|\
broadway|\
@@ -91,7 +92,8 @@ ramips_setup_interfaces()
mt7628|\
mzk-750dhp|\
mzk-w300nh2|\
- nixcore|\
+ nixcore-x1-8M|\
+ nixcore-x1-16M|\
oy-0001|\
pbr-m1|\
psg1208|\
@@ -104,7 +106,8 @@ ramips_setup_interfaces()
witi|\
wl-wn575a3|\
wndr3700v5|\
- wt1520|\
+ wt1520-4M|\
+ wt1520-8M|\
y1|\
youku-yk1|\
zbt-ape522ii|\
@@ -133,13 +136,15 @@ ramips_setup_interfaces()
ucidef_add_switch "switch0" \
"0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "5@eth0"
;;
- asl26555|\
+ asl26555-8M|\
+ asl26555-16M|\
rp-n53)
ucidef_add_switch "switch0" \
"1:lan" "2:lan" "3:lan" "4:lan" "6t@eth0"
;;
atp-52b|\
- awm002-evb|\
+ awm002-evb-4M|\
+ awm002-evb-8M|\
awm003-evb|\
c20i|\
c50|\
@@ -161,7 +166,8 @@ ramips_setup_interfaces()
wrtnode|\
wrtnode2p | \
wrtnode2r | \
- wt3020|\
+ wt3020-4M|\
+ wt3020-8M|\
zbt-wa05)
ucidef_add_switch "switch0" \
"1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "6@eth0"
@@ -241,7 +247,8 @@ ramips_setup_interfaces()
ucidef_set_interface_wan "usb0"
;;
mzk-dp150n|\
- vocore)
+ vocore-8M|\
+ vocore-16M)
ucidef_add_switch "switch0" \
"0:lan" "4:lan" "6t@eth0"
;;
@@ -382,7 +389,8 @@ ramips_setup_macs()
lan_mac=$(macaddr_setbit_la "$wan_mac")
;;
m3|\
- m4|\
+ m4-4M|\
+ m4-8M|\
x5|\
x8)
lan_mac=$(cat /sys/class/net/eth0/address)