ramips: fix wizfi630a swapped lan/wan port
authorLev <leventelist@gmail.com>
Tue, 26 Jun 2018 22:50:11 +0000 (00:50 +0200)
committerJohn 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

index e878752fb663df1ad0b587c777ed7450f2ca7247..7b624090c34137fa1554d220870c5dfdea310b8b 100755 (executable)
@@ -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)