oxnas: use DHCP by default on ethernet interface (lan)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
b05125c775
commit
8880497382
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
board_config_update
|
||||
|
||||
ucidef_set_interface_lan "eth0"
|
||||
ucidef_set_interface_lan "eth0" "dhcp"
|
||||
|
||||
board_config_flush
|
||||
|
||||
|
|
Loading…
Reference in a new issue