diff options
author | Lev <leventelist@gmail.com> | 2018-06-27 00:50:11 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-02 06:59:31 +0200 |
commit | 3d6f57f3c6dabfe3911ffb1f1a2afbe3ff41c3fd (patch) | |
tree | a08127aed79ada1b564105851467acf0c1bd6c88 /target/linux/ramips | |
parent | e15565a01cea6a61c537f5fb91c4e4d27fb7b290 (diff) | |
download | upstream-3d6f57f3c6dabfe3911ffb1f1a2afbe3ff41c3fd.tar.gz upstream-3d6f57f3c6dabfe3911ffb1f1a2afbe3ff41c3fd.tar.bz2 upstream-3d6f57f3c6dabfe3911ffb1f1a2afbe3ff41c3fd.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>
Diffstat (limited to 'target/linux/ramips')
-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 e878752fb6..7b624090c3 100755 --- 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) |