aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorMohammed Berdai <mohammed.berdai@gmail.com>2016-06-24 14:53:12 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-24 14:53:12 +0200
commitf2b0bc17b23cc010548492bcbcca99821f35a9ad (patch)
tree28b13c94b39ea71c6fc4166cceb44738a03aa0bf /target/linux/lantiq/base-files/etc/board.d/02_network
parente71983fca5fc9eed5e73a33e678ffcf2a2f9a8e9 (diff)
downloadmaster-187ad058-f2b0bc17b23cc010548492bcbcca99821f35a9ad.tar.gz
master-187ad058-f2b0bc17b23cc010548492bcbcca99821f35a9ad.tar.bz2
master-187ad058-f2b0bc17b23cc010548492bcbcca99821f35a9ad.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/etc/board.d/02_network')
-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"