From abb4083fa06841ef5b094aee24a3b1f58403516b Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Mon, 11 Feb 2019 17:30:07 +0100 Subject: apm821xx: MBL: MR24: fetch IP address over dhcp by default This patch changes the default network configuration to fetch the IP addresses over dhcp instead of being statically assigned. Signed-off-by: Christian Lamparter --- target/linux/apm821xx/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux') diff --git a/target/linux/apm821xx/base-files/etc/board.d/02_network b/target/linux/apm821xx/base-files/etc/board.d/02_network index f289e4ec74..3a97c67f28 100644 --- a/target/linux/apm821xx/base-files/etc/board.d/02_network +++ b/target/linux/apm821xx/base-files/etc/board.d/02_network @@ -10,7 +10,7 @@ case "$board" in meraki,mr24|\ wd,mybooklive|\ wd,mybooklive-duo) - ucidef_set_interface_lan "eth0" + ucidef_set_interface_lan "eth0" "dhcp" ;; netgear,wndap620) ucidef_add_switch "switch0" "2:lan" "5@eth0" -- cgit v1.2.3