[source] ar71xx: Add net config for MR12 & MR16

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 31 04:53:02 PDT 2016


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/53b43e65e7ed9c68dbb3594f3f5b5653287c07fb

commit 53b43e65e7ed9c68dbb3594f3f5b5653287c07fb
Author: Chris Blake <chris at servernetworktech.com>
AuthorDate: Sat Oct 29 23:16:03 2016 -0500

    ar71xx: Add net config for MR12 & MR16
    
    Both the MR12 and MR16 are single gigabit ethernet devices, similar to the
    MR18. This change gives them the correct network config on a fresh install.
    
    Signed-off-by: Chris Blake <chrisrblake93 at gmail.com>
    [Jo-Philipp Wich: adjust for alphabetical ordering, line wrap commit msg]
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 target/linux/ar71xx/base-files/etc/board.d/02_network | 2 ++
 1 file changed, 2 insertions(+)

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 1cb6b4c..ab7404d 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -71,6 +71,8 @@ ar71xx_setup_interfaces()
 	eap7660d|\
 	el-mini|\
 	loco-m-xw|\
+	mr12|\
+	mr16|\
 	mr1750|\
 	mr1750v2|\
 	mr18|\



More information about the lede-commits mailing list