From 3a55c7935d4efdc86575601cb4aa7bc94e3c5e44 Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Wed, 4 Dec 2019 10:43:02 +0100 Subject: [PATCH] ramips: fix number of LAN Ports for Mikrotik RBM33G The Mikrotik RBM33G has only 2 LAN ports. Signed-off-by: Martin Schiller [moved node in 02_network to maintain alphabetic sorting] Signed-off-by: Adrian Schmutzler --- target/linux/ramips/mt7621/base-files/etc/board.d/02_network | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)