projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e15565a
)
ramips: fix wizfi630a swapped lan/wan port
author
Lev
<leventelist@gmail.com>
Tue, 26 Jun 2018 22:50:11 +0000
(
00:50
+0200)
committer
John Crispin
<john@phrozen.org>
Mon, 2 Jul 2018 04:59:31 +0000
(06:59 +0200)
The order of the Ethernet ports were mixed up.
This commit fixes the order to be aligned with the physical layout.
Signed-off-by: Lev <leventelist@gmail.com>
target/linux/ramips/base-files/etc/board.d/02_network
patch
|
blob
|
history
diff --git
a/target/linux/ramips/base-files/etc/board.d/02_network
b/target/linux/ramips/base-files/etc/board.d/02_network
index e878752fb663df1ad0b587c777ed7450f2ca7247..7b624090c34137fa1554d220870c5dfdea310b8b 100755
(executable)
--- a/
target/linux/ramips/base-files/etc/board.d/02_network
+++ b/
target/linux/ramips/base-files/etc/board.d/02_network
@@
-376,7
+376,7
@@
ramips_setup_interfaces()
;;
wizfi630a)
ucidef_add_switch "switch0" \
- "
1:lan" "2:lan" "0
:wan" "6@eth0"
+ "
0:lan" "1:lan" "2
:wan" "6@eth0"
;;
wt3020-4M|\
wt3020-8M)