From 86906c7b042bde18455e94913adfded5efb00ba7 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Mon, 11 Feb 2019 17:26:36 +0100 Subject: [PATCH] brcm2708: 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/bcm27xx/base-files/etc/board.d/02_network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/bcm27xx/base-files/etc/board.d/02_network b/target/linux/bcm27xx/base-files/etc/board.d/02_network index 36c8c5df1a..af96584543 100755 --- a/target/linux/bcm27xx/base-files/etc/board.d/02_network +++ b/target/linux/bcm27xx/base-files/etc/board.d/02_network @@ -19,11 +19,11 @@ raspberrypi,2-model-b-rev2 |\ raspberrypi,3-model-b |\ raspberrypi,3-model-b-plus |\ raspberrypi,4-model-b) - ucidef_set_interface_lan "eth0" + ucidef_set_interface_lan "eth0" "dhcp" ;; raspberrypi,model-zero-w) - ucidef_set_interface_lan "wlan0" + ucidef_set_interface_lan "wlan0" "dhcp" ;; esac -- 2.30.2