mirror of https://github.com/hak5/openwrt-owl.git
ipq806x: mark AVM FB4040 switchport as untagged
This commit marks the CPUs switchport explicit as untagged. Otherwise, an eth0.1 interface is created and the devices LAN-ports are not working. Signed-off-by: David Bauer <mail@david-bauer.net>owl
parent
1ba6d59f2b
commit
1113fcdc80
|
@ -15,7 +15,7 @@ case "$board" in
|
||||||
avm,fritzbox-4040)
|
avm,fritzbox-4040)
|
||||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
"0@eth0" "1:lan" "2:lan" "3:lan" "4:lan"
|
"0u@eth0" "1:lan" "2:lan" "3:lan" "4:lan"
|
||||||
;;
|
;;
|
||||||
linksys,ea8500)
|
linksys,ea8500)
|
||||||
hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)
|
hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)
|
||||||
|
|
Loading…
Reference in New Issue