diff options
author | Mathias Kresin <dev@kresin.me> | 2017-02-03 00:59:16 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-02-18 16:51:31 +0100 |
commit | cfd16ecc4824d3c29f92827fc04f40baa30f61a5 (patch) | |
tree | b4f104c941827a263257becd7bf1e6f68250789c /target | |
parent | 157b78779f7c5585d4409621ff7a8348e4423477 (diff) | |
download | upstream-cfd16ecc4824d3c29f92827fc04f40baa30f61a5.tar.gz upstream-cfd16ecc4824d3c29f92827fc04f40baa30f61a5.tar.bz2 upstream-cfd16ecc4824d3c29f92827fc04f40baa30f61a5.zip |
lantiq: fix ARV7519RW22 switch port indexing
Fixes FS#454.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network index bc61a73362..6ab5cb979e 100755 --- a/target/linux/lantiq/base-files/etc/board.d/02_network +++ b/target/linux/lantiq/base-files/etc/board.d/02_network @@ -58,7 +58,7 @@ ARV7519PW) ARV7519RW22) wan_mac=$(macaddr_add "$(mtd_get_mac_binary boardconfig 22)" 1) ucidef_add_switch "switch0" \ - "0:lan" "2:lan" "3:lan" "4:lan" "5:lan" "6t@eth0" + "0:lan:5" "2:lan:3" "3:lan:4" "4:lan:1" "5:lan:2" "6t@eth0" ;; BTHOMEHUBV2B) |