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

LEDE Commits lede-commits at lists.infradead.org
Mon Jul 18 10:39:57 PDT 2016


dangole pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=88804973820b8a01840b4041ee1c4a4865405e68

commit 88804973820b8a01840b4041ee1c4a4865405e68
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Jul 18 19:37:43 2016 +0200

    oxnas: use DHCP by default on ethernet interface (lan)
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 target/linux/oxnas/base-files/etc/board.d/02_network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/oxnas/base-files/etc/board.d/02_network b/target/linux/oxnas/base-files/etc/board.d/02_network
index 227cfba..a025027 100755
--- a/target/linux/oxnas/base-files/etc/board.d/02_network
+++ b/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
 



More information about the lede-commits mailing list