From: Christian Lamparter Date: Mon, 11 Feb 2019 16:26:36 +0000 (+0100) Subject: brcm2708: fetch IP address over dhcp by default X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=86906c7b042bde18455e94913adfded5efb00ba7;p=openwrt%2Fstaging%2Fchunkeey.git 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 --- 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