aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtarget/linux/ramips/mt7621/base-files/etc/board.d/02_network5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
index 420780a101..bb6e41e06f 100755
--- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
@@ -57,7 +57,6 @@ ramips_setup_interfaces()
;;
asus,rt-ac57u|\
mikrotik,rb750gr3|\
- mikrotik,rbm33g|\
ubiquiti,edgerouterx|\
ubiquiti,edgerouterx-sfp|\
youhua,wr1200js)
@@ -112,6 +111,10 @@ ramips_setup_interfaces()
ucidef_add_switch_attr "switch0" "enable" "false"
ucidef_set_interface_lan "eth0"
;;
+ mikrotik,rbm33g)
+ ucidef_add_switch "switch0" \
+ "1:lan" "2:lan" "0:wan" "6@eth0"
+ ;;
netgear,ex6150|\
tplink,re350-v1|\
tplink,re650-v1)