Skip to content

Commit

Permalink
apm821xx: MBL: MR24: fetch IP address over dhcp by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
chunkeey committed Oct 31, 2021
1 parent 3f96743 commit abb4083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/apm821xx/base-files/etc/board.d/02_network
Expand Up @@ -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"
Expand Down

0 comments on commit abb4083

Please sign in to comment.