diff options
author | Lars Wessels <software@bytebox.org> | 2020-07-04 14:05:18 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-07-06 17:57:24 +0200 |
commit | f855eb91b3a075ba6849ba0c0139e30ed78820b5 (patch) | |
tree | 1cd353505c27f75a457a0c1a8039f6ff7e924f38 /target/linux/lantiq/xway/base-files/etc | |
parent | 702366a30b8443964a3ad80287a09ddc4cc6f8e9 (diff) | |
download | upstream-f855eb91b3a075ba6849ba0c0139e30ed78820b5.tar.gz upstream-f855eb91b3a075ba6849ba0c0139e30ed78820b5.tar.bz2 upstream-f855eb91b3a075ba6849ba0c0139e30ed78820b5.zip |
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@bytebox.org>
[rework commit message]
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/lantiq/xway/base-files/etc')
-rwxr-xr-x | target/linux/lantiq/xway/base-files/etc/board.d/02_network | 1 |
1 files changed, 1 insertions, 0 deletions
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@eth0" ;; + arcadyan,arv752dpw|\ bt,homehub-v2b) ucidef_add_switch "switch0" \ "1:lan" "2:lan" "3:lan" "4:lan" "5t@eth0" |