diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-24 11:17:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-25 07:27:32 +0100 |
commit | d06035471603d3ab20c0ea59fff62c1442b1688c (patch) | |
tree | a0ee7d197e999886e505a23214ed738bfe2c13aa | |
parent | 227c4b0ef9f7c4006721e6856f9adb1f293cb87a (diff) |
udhcpc in background for MMU systems
-rw-r--r-- | package/busybox/config/networking/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
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. |