ramips: fix number of LAN Ports for Mikrotik RBM33G
The Mikrotik RBM33G has only 2 LAN ports. Signed-off-by: Martin Schiller <ms@dev.tdt.de> [moved node in 02_network to maintain alphabetic sorting] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
a065cd29bf
commit
3a55c7935d
@ -57,7 +57,6 @@ ramips_setup_interfaces()
|
|||||||
;;
|
;;
|
||||||
asus,rt-ac57u|\
|
asus,rt-ac57u|\
|
||||||
mikrotik,rb750gr3|\
|
mikrotik,rb750gr3|\
|
||||||
mikrotik,rbm33g|\
|
|
||||||
ubiquiti,edgerouterx|\
|
ubiquiti,edgerouterx|\
|
||||||
ubiquiti,edgerouterx-sfp|\
|
ubiquiti,edgerouterx-sfp|\
|
||||||
youhua,wr1200js)
|
youhua,wr1200js)
|
||||||
@ -112,6 +111,10 @@ ramips_setup_interfaces()
|
|||||||
ucidef_add_switch_attr "switch0" "enable" "false"
|
ucidef_add_switch_attr "switch0" "enable" "false"
|
||||||
ucidef_set_interface_lan "eth0"
|
ucidef_set_interface_lan "eth0"
|
||||||
;;
|
;;
|
||||||
|
mikrotik,rbm33g)
|
||||||
|
ucidef_add_switch "switch0" \
|
||||||
|
"1:lan" "2:lan" "0:wan" "6@eth0"
|
||||||
|
;;
|
||||||
netgear,ex6150|\
|
netgear,ex6150|\
|
||||||
tplink,re350-v1|\
|
tplink,re350-v1|\
|
||||||
tplink,re650-v1)
|
tplink,re650-v1)
|
||||||
|
Loading…
Reference in New Issue
Block a user