summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files
diff options
context:
space:
mode:
authorMohammed Berdai <mohammed.berdai@gmail.com>2016-05-25 23:30:38 +0100
committerJohn Crispin <john@phrozen.org>2016-05-27 15:50:16 +0200
commitf778cdd9c9527d36871d0f013410c1713bc50621 (patch)
treee40f7978810aee15e3198a8ac63ea7efc4ce567c /target/linux/lantiq/base-files
parentcdff5406238c6d6f38c789a78546bc94a8ab6b41 (diff)
downloadmaster-31e0f0ae-f778cdd9c9527d36871d0f013410c1713bc50621.tar.gz
master-31e0f0ae-f778cdd9c9527d36871d0f013410c1713bc50621.tar.bz2
master-31e0f0ae-f778cdd9c9527d36871d0f013410c1713bc50621.zip
lantiq: fix ARV4518PWR01 network
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. Signed-off-by: Mohammed Berdai <mohammed.berdai@gmail.com>
Diffstat (limited to 'target/linux/lantiq/base-files')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/board.d/02_network4
1 files changed, 4 insertions, 0 deletions
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 b27b8026df..4166df0d8e 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@eth0"