1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

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>
This commit is contained in:
Christian Lamparter 2019-02-11 17:30:07 +01:00
parent 3f96743459
commit abb4083fa0

@ -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"