aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/base-files
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2018-02-06 21:00:53 +0100
committerJohn Crispin <john@phrozen.org>2018-02-11 16:02:52 +0100
commit1113fcdc800a19e502a0558d8cf0e508f4ec6a1e (patch)
tree4efdf40b3822a3273576ac478303978010ecadeb /target/linux/ipq806x/base-files
parent1ba6d59f2bbfbb7d7780b9d09a1f60c8c012ea1c (diff)
downloadupstream-1113fcdc800a19e502a0558d8cf0e508f4ec6a1e.tar.gz
upstream-1113fcdc800a19e502a0558d8cf0e508f4ec6a1e.tar.bz2
upstream-1113fcdc800a19e502a0558d8cf0e508f4ec6a1e.zip
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>
Diffstat (limited to 'target/linux/ipq806x/base-files')
-rwxr-xr-xtarget/linux/ipq806x/base-files/etc/board.d/02_network2
1 files changed, 1 insertions, 1 deletions
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 7d1d2ccc3c..580c1d8fdd 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@eth0" "1:lan" "2:lan" "3:lan" "4:lan"
+ "0u@eth0" "1:lan" "2:lan" "3:lan" "4:lan"
;;
linksys,ea8500)
hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)