projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2087df1
)
ath79: fix glinet ar150 lan/wan ordering
author
John Crispin
<john@phrozen.org>
Wed, 30 May 2018 13:18:55 +0000
(15:18 +0200)
committer
John Crispin
<john@phrozen.org>
Fri, 1 Jun 2018 06:21:47 +0000
(08:21 +0200)
LAN and WAN were swapped
Signed-off-by: John Crispin <john@phrozen.org>
target/linux/ath79/base-files/etc/board.d/02_network
patch
|
blob
|
history
diff --git
a/target/linux/ath79/base-files/etc/board.d/02_network
b/target/linux/ath79/base-files/etc/board.d/02_network
index 12176c1877dd263470623bbf532ea148f5e3c8bb..c4f69a88025488506d983c3d40ae2ce28e5ff120 100755
(executable)
--- a/
target/linux/ath79/base-files/etc/board.d/02_network
+++ b/
target/linux/ath79/base-files/etc/board.d/02_network
@@
-13,6
+13,10
@@
ath79_setup_interfaces()
ucidef_set_interface_lan "eth0"
;;
+ "glinet,ar150")
+ ucidef_set_interfaces_lan_wan "eth1" "eth0"
+ ;;
+
"tplink,tl-wdr3600"|\
"tplink,tl-wdr4300")
ucidef_add_switch "switch0" \