Parcourir la source

oxnas: use DHCP by default on ethernet interface (lan)

Signed-off-by: Daniel Golle <[email protected]>
Daniel Golle il y a 9 ans
Parent
commit
8880497382
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      target/linux/oxnas/base-files/etc/board.d/02_network

+ 1 - 1
target/linux/oxnas/base-files/etc/board.d/02_network

@@ -5,7 +5,7 @@
 
 board_config_update
 
-ucidef_set_interface_lan "eth0"
+ucidef_set_interface_lan "eth0" "dhcp"
 
 board_config_flush