diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-29 17:32:24 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-29 17:32:24 +0000 |
commit | 56dd0bff06b4ecdc6ea92783b7d91d6cfe088f36 (patch) | |
tree | dc9e1bd4a18eca5bd503bc561baa97623fb90968 /util-linux/Config.in | |
parent | b256bd334fe354420eca91ad9a1d9346b2da2b27 (diff) | |
download | busybox-w32-56dd0bff06b4ecdc6ea92783b7d91d6cfe088f36.tar.gz busybox-w32-56dd0bff06b4ecdc6ea92783b7d91d6cfe088f36.tar.bz2 busybox-w32-56dd0bff06b4ecdc6ea92783b7d91d6cfe088f36.zip |
- shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas.
http://busybox.net/lists/busybox/2006-March/019326.html
2137 8 28 2173 87d util-linux/mkswap.o.orig
1890 8 28 1926 786 util-linux/mkswap.o.v0+v1
1560 4 28 1592 638 util-linux/mkswap.o.v1
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 28292bd40..33567d9a9 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -288,6 +288,16 @@ config CONFIG_MKSWAP | |||
288 | Once you have created swap space using 'mkswap' you need to enable | 288 | Once you have created swap space using 'mkswap' you need to enable |
289 | the swap space using the 'swapon' utility. | 289 | the swap space using the 'swapon' utility. |
290 | 290 | ||
291 | config CONFIG_FEATURE_MKSWAP_V0 | ||
292 | bool " version 0 support" | ||
293 | default n | ||
294 | depends on CONFIG_MKSWAP | ||
295 | # depends on CONFIG_MKSWAP && CONFIG_DEPRECATED | ||
296 | help | ||
297 | Enable support for the old v0 style. | ||
298 | If your kernel is older than 2.1.117, then v0 support is the | ||
299 | only option. | ||
300 | |||
291 | config CONFIG_MORE | 301 | config CONFIG_MORE |
292 | bool "more" | 302 | bool "more" |
293 | default n | 303 | default n |