diff options
author | Lev <leventelist@gmail.com> | 2018-06-27 00:50:11 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 09:44:03 +0100 |
commit | b1c42ef11571b7fa179d302fa8fbdb074937c19b (patch) | |
tree | 14b0abfae6a71116f41bacdee4490667ba94777f /target/linux/ramips/base-files | |
parent | 3e3b286fa17aa232f3a89f235d70c8561e155ccd (diff) | |
download | upstream-b1c42ef11571b7fa179d302fa8fbdb074937c19b.tar.gz upstream-b1c42ef11571b7fa179d302fa8fbdb074937c19b.tar.bz2 upstream-b1c42ef11571b7fa179d302fa8fbdb074937c19b.zip |
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 3d6f57f3c6dabfe3911ffb1f1a2afbe3ff41c3fd)
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
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 0c7e8d79b7..ebf40ad1fa 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -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) |