diff options
author | Thibaut VARENE <hacks@slashdirt.org> | 2017-02-12 17:11:08 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-14 12:19:12 +0100 |
commit | 157353c2101f5dcad2144bf2a9049c6c74fd2dcb (patch) | |
tree | 30013c458837032be3bc2f4a0bd0df75897cd8f3 /target/linux/ramips | |
parent | cdf51bf46ae5154e46ac9cc77c3fab79c12dec56 (diff) | |
download | upstream-157353c2101f5dcad2144bf2a9049c6c74fd2dcb.tar.gz upstream-157353c2101f5dcad2144bf2a9049c6c74fd2dcb.tar.bz2 upstream-157353c2101f5dcad2144bf2a9049c6c74fd2dcb.zip |
ramips: WN3000RPv3: do not setup switch
The WN3000RPv3 is a repeater with a single ethernet port. Setting up the
switch, even to disable it, is unnecessary and possibly confusing.
Configure LAN as eth0 instead.
Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
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 35ce00c185..e8d360eca5 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -58,7 +58,6 @@ ramips_setup_interfaces() timecloud|\ w150m|\ widora-neo|\ - wn3000rpv3|\ wnce2001|\ zbt-cpe102|\ zte-q7) @@ -195,6 +194,7 @@ ramips_setup_interfaces() pbr-d1|\ wli-tx4-ag300n|\ wmr-300|\ + wn3000rpv3|\ wrh-300cr) ucidef_set_interface_lan "eth0" ;; |