diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-08 17:06:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-08 17:07:27 +0200 |
commit | 9690febf529662e4c4c556b11394884f277866f8 (patch) | |
tree | 6205af9eb2d5d6cc462b92b816423d7046b63a2d /package | |
parent | 1430dad67c2c72403f6741c604f6b7e6fed825e0 (diff) |
udhcpc: only background for MMU targets
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/config/networking/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index ccaf9b1ec..f0e66148b 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -1038,6 +1038,7 @@ source package/busybox/config/networking/udhcp/Config.in config BUSYBOX_IFUPDOWN_UDHCPC_CMD_OPTIONS string "ifup udhcpc command line options" + default "-R" if BUSYBOX_NOMMU default "-R -b" depends on BUSYBOX_IFUPDOWN && BUSYBOX_UDHCPC help |