apm821xx: MBL: MR24: fetch IP address over dhcp by default
authorChristian Lamparter <chunkeey@gmail.com>
Mon, 11 Feb 2019 16:30:07 +0000 (17:30 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Tue, 11 Aug 2020 17:08:12 +0000 (19:08 +0200)
This patch changes the default network configuration
to fetch the IP addresses over dhcp instead of being
statically assigned.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/apm821xx/base-files/etc/board.d/02_network

index 660c7e32e8f2c84da3b71b7fe4ed757d514386da..66b2ba279f1f8225d78175b4f85b687ed12ccec5 100755 (executable)
@@ -11,7 +11,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"