diff options
author | Thibaut VARENE <hacks@slashdirt.org> | 2017-02-12 17:11:08 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-04-28 17:02:48 +0200 |
commit | dbd2212205908eac3afce45f3c05e805143728cf (patch) | |
tree | c1d9ddd7e353a76ecb2c3ec1e192a6ac58360aab /target | |
parent | ae0e167f2b2e424d3d0d708a2bb6b1075f454234 (diff) | |
download | upstream-dbd2212205908eac3afce45f3c05e805143728cf.tar.gz upstream-dbd2212205908eac3afce45f3c05e805143728cf.tar.bz2 upstream-dbd2212205908eac3afce45f3c05e805143728cf.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')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 1 |
1 files changed, 1 insertions, 0 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 2dd6793476..1c40d550a1 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -192,6 +192,7 @@ ramips_setup_interfaces() pbr-d1|\ wli-tx4-ag300n|\ wmr-300|\ + wn3000rpv3|\ wrh-300cr) ucidef_set_interface_lan "eth0" ;; |