From d06035471603d3ab20c0ea59fff62c1442b1688c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 Dec 2022 11:17:33 +0100 Subject: udhcpc in background for MMU systems --- package/busybox/config/networking/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/busybox') diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 7675cd4b9..341092334 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -1248,7 +1248,8 @@ source package/busybox/config/networking/udhcp/Config.in config BUSYBOX_IFUPDOWN_UDHCPC_CMD_OPTIONS string "ifup udhcpc command line options" - default "-R -n" + default "-R -n" if BUSYBOX_NOMMU + default "-R -n -b" depends on BUSYBOX_IFUP || BUSYBOX_IFDOWN help Command line options to pass to udhcpc from ifup. -- cgit v1.2.3