[source] ramips: WN3000RPv3: do not setup switch

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 28 08:11:14 PDT 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/8b9f7bd7bd911a8677b6fa8256ab521417f326bf

commit 8b9f7bd7bd911a8677b6fa8256ab521417f326bf
Author: Thibaut VARENE <hacks at slashdirt.org>
AuthorDate: Sun Feb 12 17:11:08 2017 +0100

    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 at slashdirt.org>
---
 target/linux/ramips/base-files/etc/board.d/02_network | 1 -
 1 file changed, 1 deletion(-)

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 af5a951..36cdc10 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)



More information about the lede-commits mailing list