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>
This commit is contained in:
parent
cdff540623
commit
f778cdd9c9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user