diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-09 11:53:06 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-09 11:53:06 +0100 |
| commit | ecf3290a88183d946e731b2fb3992dc5c3222a0f (patch) | |
| tree | f41a6b067eacec9f941345cc5764c97ce140f35b /package/busybox/config | |
| parent | 4e93572589af66eee723efafa3939f6c5e0dd7cc (diff) | |
| parent | 108dbac584a1ffc505dc2d02d95ebb2c5e3ddaf7 (diff) | |
merge
Diffstat (limited to 'package/busybox/config')
| -rw-r--r-- | package/busybox/config/networking/Config.in | 2 | ||||
| -rw-r--r-- | package/busybox/config/util-linux/Config.in | 1 |
2 files changed, 2 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. diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index baf6beb26..aafc795b1 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -69,6 +69,7 @@ config BUSYBOX_FEATURE_MDEV_LOAD_FIRMWARE These devices will request userspace look up the files in /lib/firmware/ and if it exists, send it to the kernel for loading into the hardware. + config BUSYBOX_REV bool "rev" default n |
