[source] ar71xx: fix network config for Mikrotik RB411U

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 16 11:40:24 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/05115e9656c7630f427b84a78261f7e1f2855356

commit 05115e9656c7630f427b84a78261f7e1f2855356
Author: Cezary Jackiewicz <cezary at eko.one.pl>
AuthorDate: Mon Jan 9 22:06:12 2017 +0100

    ar71xx: fix network config for Mikrotik RB411U
    
    Mikrotik RB411U has only one ethernet port - eth0. This patch allows to create
    correct config with one lan section.
    
    Signed-off-by: Cezary Jackiewicz <cezary at eko.one.pl>
---
 target/linux/ar71xx/base-files/etc/board.d/02_network | 1 +
 1 file changed, 1 insertion(+)

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 d46266a..c916462 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -84,6 +84,7 @@ ar71xx_setup_interfaces()
 	mr900v2|\
 	mynet-rext|\
 	rb-411|\
+	rb-411u|\
 	rb-911g-2hpnd|\
 	rb-911g-5hpacd|\
 	rb-911g-5hpnd|\



More information about the lede-commits mailing list