[source] ramips: Correct switch configuration for Newifi D1

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 13 01:25:28 PST 2017


blogic pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/57dfbac6ff6934ce41cb40cda93caf93ad10053a

commit 57dfbac6ff6934ce41cb40cda93caf93ad10053a
Author: Chuanhong Guo <gch981213 at gmail.com>
AuthorDate: Sat Feb 11 21:32:07 2017 +0800

    ramips: Correct switch configuration for Newifi D1
    
    Signed-off-by: Chuanhong Guo <gch981213 at gmail.com>
---
 target/linux/ramips/base-files/etc/board.d/02_network | 5 +----
 1 file changed, 1 insertion(+), 4 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 baf619f..ef0f5a9 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -235,11 +235,8 @@ ramips_setup_interfaces()
 			"0:lan" "4:lan" "6t at eth0"
 		;;
 	newifi-d1)
-		ucidef_set_interface_lan_wan "eth0.1" "eth0.2"
 		ucidef_add_switch "switch0" \
-			"0:lan" "1:lan" "2:lan" "3:lan" "5:wan" "6t at eth0" "7t at eth0"
-		ucidef_add_switch "switch1" \
-			"4:lan" "6t at eth0" "7t at eth0"
+		"1:lan:2" "2:lan:1" "4:wan" "6 at eth0"
 		;;
 	rt-n56u)
 		ucidef_add_switch "switch0" \



More information about the lede-commits mailing list