diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-05 09:00:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-05 09:00:44 +0100 |
commit | cb3f115bc6bb2cb494cc10375c247859bd5d6c30 (patch) | |
tree | a42a079c0139a749b9a0eaa8d1bc08de548516ed /package/busybox/config/networking | |
parent | 1cd4ea16580c9324efd8982ea1289bb166bfb5e9 (diff) |
start udhcpc with background option
Diffstat (limited to 'package/busybox/config/networking')
-rw-r--r-- | package/busybox/config/networking/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 74069af13..e350a1b16 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -1017,7 +1017,7 @@ 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 -b" depends on BUSYBOX_IFUPDOWN && BUSYBOX_UDHCPC help Command line options to pass to udhcpc from ifup. |