diff options
author | Mohammed Berdai <mohammed.berdai@gmail.com> | 2016-06-24 14:53:12 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-24 14:53:12 +0200 |
commit | f2b0bc17b23cc010548492bcbcca99821f35a9ad (patch) | |
tree | 28b13c94b39ea71c6fc4166cceb44738a03aa0bf | |
parent | e71983fca5fc9eed5e73a33e678ffcf2a2f9a8e9 (diff) | |
download | master-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>
-rwxr-xr-x | target/linux/lantiq/base-files/etc/board.d/02_network | 4 |
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" |