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:52:05 +0100 |
commit | c5879b067680d7b02e365ea0cfd0324edf70425c (patch) | |
tree | 2fdd51158cf9e2a62b3fd8d387c9101a96237a89 /target/linux/lantiq | |
parent | c835c9ebe59d071485ae61df021380a980f20976 (diff) | |
download | upstream-c5879b067680d7b02e365ea0cfd0324edf70425c.tar.gz upstream-c5879b067680d7b02e365ea0cfd0324edf70425c.tar.bz2 upstream-c5879b067680d7b02e365ea0cfd0324edf70425c.zip |
lantiq: fix ARV7519RW22 switch port indexing
Fixes FS#454.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq')
-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) |