diff options
author | Qian Zheng <sotux82@gmail.com> | 2017-01-12 09:34:53 +0800 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-01-26 11:38:20 +0100 |
commit | 3d4069fb8e4c3c75890a1657aa2561d73ec72355 (patch) | |
tree | 0416ef8220b6b7771c824f90e6b94ca885f95624 /target/linux/ar71xx/base-files/etc | |
parent | 810eb8d0ea6e9abe9ec0dbe41f421e85a6795c95 (diff) | |
download | upstream-3d4069fb8e4c3c75890a1657aa2561d73ec72355.tar.gz upstream-3d4069fb8e4c3c75890a1657aa2561d73ec72355.tar.bz2 upstream-3d4069fb8e4c3c75890a1657aa2561d73ec72355.zip |
ar71xx: fix netgear wnr2000 v3 switch port mapping
Signed-off-by: Qian Zheng <sotux82@gmail.com>
[Jo-Philipp Wich: fix alphabetical order after merging with gl-ar300 case]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/02_network | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network index f30088fd40..e934abaa1d 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/02_network +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network @@ -278,7 +278,6 @@ ar71xx_setup_interfaces() tl-wr941nd-v5|\ tl-wr941nd-v6|\ wnr1000-v2|\ - wnr2000-v3|\ wnr2000-v4|\ wnr2200|\ wnr612-v2|\ @@ -328,7 +327,8 @@ ar71xx_setup_interfaces() ucidef_add_switch "switch0" \ "2:lan" "3:lan" "4:lan" "5:lan" "6@eth1" "0@eth0" "1:wan" ;; - gl-ar300) + gl-ar300|\ + wnr2000-v3) ucidef_set_interfaces_lan_wan "eth1" "eth0" ucidef_add_switch "switch0" \ "0@eth1" "1:lan" "2:lan" "3:lan" "4:lan" |