ramips: fix wizfi630a swapped lan/wan port

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>
(backported from 3d6f57f3c6)
openwrt-18.06
Lev 2018-06-27 00:50:11 +02:00 committed by Jo-Philipp Wich
parent 3e3b286fa1
commit b1c42ef115
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,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)