[openwrt/openwrt] lantiq: added switch-config for ARV752DPW
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 6 11:59:51 EDT 2020
blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f855eb91b3a075ba6849ba0c0139e30ed78820b5
commit f855eb91b3a075ba6849ba0c0139e30ed78820b5
Author: Lars Wessels <software at bytebox.org>
AuthorDate: Sat Jul 4 14:05:18 2020 +0200
lantiq: added switch-config for ARV752DPW
Add missing switch config (4 LAN-Ports + CPU).
Grey WAN port (used for ADSL) is not part of the switch.
Signed-off-by: Lars Wessels <software at bytebox.org>
[rework commit message]
Signed-off-by: David Bauer <mail at david-bauer.net>
---
target/linux/lantiq/xway/base-files/etc/board.d/02_network | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/lantiq/xway/base-files/etc/board.d/02_network b/target/linux/lantiq/xway/base-files/etc/board.d/02_network
index 89368d8bfb..54ace3989c 100755
--- a/target/linux/lantiq/xway/base-files/etc/board.d/02_network
+++ b/target/linux/lantiq/xway/base-files/etc/board.d/02_network
@@ -36,6 +36,7 @@ lantiq_setup_interfaces()
ucidef_add_switch "switch0" \
"0:lan" "1:lan" "2:lan" "3:lan" "4t at eth0"
;;
+ arcadyan,arv752dpw|\
bt,homehub-v2b)
ucidef_add_switch "switch0" \
"1:lan" "2:lan" "3:lan" "4:lan" "5t at eth0"
More information about the lede-commits
mailing list