[LEDE-DEV] [Lantiq][ARV4518PWR01*]lan interface missing from /etc/config/network
Mohammed Berdai
mohammed.berdai at gmail.com
Wed May 25 15:30:38 PDT 2016
Hi,
This patch fixes the missing Lan interface config in the file /etc/config/network for ARV4518PWR01/A which results in eth0 and br-lan being down and therefore no way to access the router unless via UART-TTL.
Med Berdai (medber)
Signed-off-by: Mohammed Berdai <mohammed.berdai at gmail.com>
---
diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network
index b27b802..4166df0 100755
--- a/target/linux/lantiq/base-files/etc/board.d/02_network
+++ b/target/linux/lantiq/base-files/etc/board.d/02_network
@@ -62,6 +62,10 @@ VG3503J)
ucidef_set_interface_lan 'eth0'
;;
+ARV4518PWR01*)
+ ucidef_set_interface_lan 'eth0'
+ ;;
+
DGN3500*)
ucidef_add_switch "switch0" \
"3:lan:1" "2:lan:2" "1:lan:3" "0:lan:4" "5t at eth0"
More information about the Lede-dev
mailing list