Browse Source

udhcpc in background for MMU systems

Waldemar Brodkorb 1 year ago
parent
commit
d060354716
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/busybox/config/networking/Config.in

+ 2 - 1
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.