[openwrt/openwrt] ipq806x: mark AVM FB4040 switchport as untagged

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 11 07:03:01 PST 2018


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/1113fcdc800a19e502a0558d8cf0e508f4ec6a1e

commit 1113fcdc800a19e502a0558d8cf0e508f4ec6a1e
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Tue Feb 6 21:00:53 2018 +0100

    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 at david-bauer.net>
---
 target/linux/ipq806x/base-files/etc/board.d/02_network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq806x/base-files/etc/board.d/02_network b/target/linux/ipq806x/base-files/etc/board.d/02_network
index 7d1d2cc..580c1d8 100755
--- a/target/linux/ipq806x/base-files/etc/board.d/02_network
+++ b/target/linux/ipq806x/base-files/etc/board.d/02_network
@@ -15,7 +15,7 @@ case "$board" in
 avm,fritzbox-4040)
 	ucidef_set_interfaces_lan_wan "eth0" "eth1"
 	ucidef_add_switch "switch0" \
-		"0 at eth0" "1:lan" "2:lan" "3:lan" "4:lan"
+		"0u at eth0" "1:lan" "2:lan" "3:lan" "4:lan"
 	;;
 linksys,ea8500)
 	hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)



More information about the lede-commits mailing list