diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-26 19:26:11 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-26 19:26:21 +0100 |
| commit | b2a1168dd11a787442f09eebe74b2c6d07966df0 (patch) | |
| tree | 511330820ba849c6472bd4c9e437e3daa312a8ce /package/busybox/config/util-linux | |
| parent | 96403fca4d9f26e548310177c7f13e431ff09669 (diff) | |
busybox: fix defaults and dependencies
Diffstat (limited to 'package/busybox/config/util-linux')
| -rw-r--r-- | package/busybox/config/util-linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index 00f98a722..c1c89f26d 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -756,7 +756,7 @@ config BUSYBOX_LINUX64 config BUSYBOX_SWAPON bool "swapon" - default y + default n select PLATFORM_LINUX help This option enables the 'swapon' utility. |
