diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-02-11 17:30:07 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2021-11-01 00:56:51 +0100 |
commit | abb4083fa06841ef5b094aee24a3b1f58403516b (patch) | |
tree | a60223c04c0dec05d738d24144db0aaab79838b1 /target/linux/apm821xx/base-files | |
parent | 3f96743459617bb3f60bf7417f08fb8060f96a2a (diff) | |
download | upstream-abb4083fa06841ef5b094aee24a3b1f58403516b.tar.gz upstream-abb4083fa06841ef5b094aee24a3b1f58403516b.tar.bz2 upstream-abb4083fa06841ef5b094aee24a3b1f58403516b.zip |
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 <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/base-files')
-rw-r--r-- | target/linux/apm821xx/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
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" |