[source] ar71xx: fix lan ports on ens202ext
LEDE Commits
lede-commits at lists.infradead.org
Mon Dec 18 22:24:42 PST 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/7c03f97e844ab85fc917aeb228de292c52d5785c
commit 7c03f97e844ab85fc917aeb228de292c52d5785c
Author: Marty E. Plummer <hanetzer at protonmail.com>
AuthorDate: Thu Nov 23 14:36:28 2017 -0600
ar71xx: fix lan ports on ens202ext
In the stock firmware both eth0 and eth1 are set to br-lan,
add this behavior to our images.
Fixes: FS#1084
Signed-off-by: Marty E. Plummer <hanetzer at protonmail.com>
---
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 8d2dddc..255585a 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -176,6 +176,7 @@ ar71xx_setup_interfaces()
all0315n|\
dlan-hotspot|\
dlan-pro-500-wp|\
+ ens202ext|\
ja76pf2|\
rocket-m-ti|\
ubnt-unifi-outdoor)
More information about the lede-commits
mailing list