[source] ar71xx: set GE interface as wan by default in Wallys DR344

LEDE Commits lede-commits at lists.infradead.org
Tue May 30 06:21:52 PDT 2017


pepe2k pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/21a7e409412e07887b1f7291b0a6eec0ae205bac

commit 21a7e409412e07887b1f7291b0a6eec0ae205bac
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Mon May 29 21:25:03 2017 +0200

    ar71xx: set GE interface as wan by default in Wallys DR344
    
    This aligns default network interfaces configuration with vendor
    firmware: GE (eth0) -> wan, FE (eth1) -> lan.
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 target/linux/ar71xx/base-files/etc/board.d/02_network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 10f84bf..c8c7827 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -122,6 +122,7 @@ ar71xx_setup_interfaces()
 	a60|\
 	alfa-ap96|\
 	alfa-nx|\
+	dr344|\
 	gl-ar150|\
 	gl-ar300m|\
 	gl-domino|\
@@ -145,7 +146,6 @@ ar71xx_setup_interfaces()
 	all0315n|\
 	dlan-hotspot|\
 	dlan-pro-500-wp|\
-	dr344|\
 	ja76pf2|\
 	rocket-m-ti|\
 	ubnt-unifi-outdoor)



More information about the lede-commits mailing list