projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
157b787
)
lantiq: fix ARV7519RW22 switch port indexing
author
Mathias Kresin
<dev@kresin.me>
Thu, 2 Feb 2017 23:59:16 +0000
(
00:59
+0100)
committer
Mathias Kresin
<dev@kresin.me>
Sat, 18 Feb 2017 15:51:31 +0000
(16:51 +0100)
Fixes FS#454.
Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/base-files/etc/board.d/02_network
patch
|
blob
|
history
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 bc61a733629c886eada0dffbfd6e9532bfdc648b..6ab5cb979e847e896675144468279e55475f86fc 100755
(executable)
--- 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)