fff-network: remove proto 'none' at wan

The option proto 'none' disables the further settings for
the interface. Therefore dhcp is not working.

Fixes: #315

Signed-off-by: Robert Langhammer <rlanghammer@web.de>
This commit is contained in:
Robert Langhammer 2024-03-09 22:35:26 +01:00
parent 7c0a24a80c
commit f750def13c
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ uci batch <<-__EOF__
set network.client.auto='1'
set network.wan='interface'
set network.wan.proto='none'
set network.wan.ifname="$WANDEV"
set network.wan4='interface'