mirror of https://github.com/hak5/openwrt.git
ramips: mt7621: reenable rbm11g
I have a rbm11g and can confirm that the LAN port is indeed switch port 0. Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>master
parent
57f4eab677
commit
48b4aab80c
|
@ -145,7 +145,6 @@
|
||||||
|
|
||||||
&switch0 {
|
&switch0 {
|
||||||
ports {
|
ports {
|
||||||
/* FIXME: Is LAN port at switch port 0? */
|
|
||||||
port@0 {
|
port@0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "lan";
|
label = "lan";
|
||||||
|
|
|
@ -506,7 +506,6 @@ TARGET_DEVICES += mikrotik_rb750gr3
|
||||||
define Device/mikrotik_rbm11g
|
define Device/mikrotik_rbm11g
|
||||||
$(Device/MikroTik)
|
$(Device/MikroTik)
|
||||||
DEVICE_MODEL := RouterBOARD M11G
|
DEVICE_MODEL := RouterBOARD M11G
|
||||||
DEFAULT := n # disabled due to unknown port assignment
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += mikrotik_rbm11g
|
TARGET_DEVICES += mikrotik_rbm11g
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue