From: Christian Lamparter Date: Mon, 11 Feb 2019 16:30:07 +0000 (+0100) Subject: apm821xx: MBL: MR24: fetch IP address over dhcp by default X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=abb4083fa06841ef5b094aee24a3b1f58403516b 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 --- 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"