diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:13:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:13:22 +0000 |
commit | 4ee7cd4f6f9f85871c8814bb524d3e691a2992a9 (patch) | |
tree | c1ca93c475e72736cfee70eaaa631f499da3b7e0 /util-linux | |
parent | aa9b1828b91bc4b60f1164b7929a6a0ac091419e (diff) | |
download | busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.tar.gz busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.tar.bz2 busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.zip |
*: mode tcp/udpsvd to networking, delete ipsvd/*
*/Config.in: fixes to text
svlogd: make it NOMMU capable
function old new delta
processorstart 378 420 +42
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes
text data bss dec hex filename
797153 662 7420 805235 c4973 busybox_old
797196 662 7420 805278 c499e busybox_unstripped
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.in | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 552ca0f31..25c7a1efc 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -18,7 +18,7 @@ config DMESG | |||
18 | wish to enable the 'dmesg' utility. | 18 | wish to enable the 'dmesg' utility. |
19 | 19 | ||
20 | config FEATURE_DMESG_PRETTY | 20 | config FEATURE_DMESG_PRETTY |
21 | bool "pretty dmesg output" | 21 | bool "Pretty dmesg output" |
22 | default y | 22 | default y |
23 | depends on DMESG | 23 | depends on DMESG |
24 | help | 24 | help |
@@ -93,7 +93,7 @@ config FDISK | |||
93 | 'disk slices' that are defined on a hard drive. | 93 | 'disk slices' that are defined on a hard drive. |
94 | 94 | ||
95 | config FDISK_SUPPORT_LARGE_DISKS | 95 | config FDISK_SUPPORT_LARGE_DISKS |
96 | bool "support over 4GB disks" | 96 | bool "Support over 4GB disks" |
97 | default y | 97 | default y |
98 | depends on FDISK | 98 | depends on FDISK |
99 | help | 99 | help |
@@ -221,13 +221,6 @@ config HEXDUMP | |||
221 | The hexdump utility is used to display binary data in a readable | 221 | The hexdump utility is used to display binary data in a readable |
222 | way that is comparable to the output from most hex editors. | 222 | way that is comparable to the output from most hex editors. |
223 | 223 | ||
224 | config HD | ||
225 | bool "hd" | ||
226 | default n | ||
227 | select HEXDUMP | ||
228 | help | ||
229 | hd is an alias to hexdump -C. | ||
230 | |||
231 | config FEATURE_HEXDUMP_REVERSE | 224 | config FEATURE_HEXDUMP_REVERSE |
232 | bool "Support -R, reverse of 'hexdump -Cv'" | 225 | bool "Support -R, reverse of 'hexdump -Cv'" |
233 | default n | 226 | default n |
@@ -238,6 +231,13 @@ config FEATURE_HEXDUMP_REVERSE | |||
238 | NB: this option is non-standard. It's unwise to use it in scripts | 231 | NB: this option is non-standard. It's unwise to use it in scripts |
239 | aimed to be portable. | 232 | aimed to be portable. |
240 | 233 | ||
234 | config HD | ||
235 | bool "hd" | ||
236 | default n | ||
237 | select HEXDUMP | ||
238 | help | ||
239 | hd is an alias to hexdump -C. | ||
240 | |||
241 | config HWCLOCK | 241 | config HWCLOCK |
242 | bool "hwclock" | 242 | bool "hwclock" |
243 | default n | 243 | default n |
@@ -356,7 +356,7 @@ config MKSWAP | |||
356 | the swap space using the 'swapon' utility. | 356 | the swap space using the 'swapon' utility. |
357 | 357 | ||
358 | config FEATURE_MKSWAP_V0 | 358 | config FEATURE_MKSWAP_V0 |
359 | bool "version 0 support" | 359 | bool "Version 0 support" |
360 | default n | 360 | default n |
361 | depends on MKSWAP | 361 | depends on MKSWAP |
362 | # depends on MKSWAP && DEPRECATED | 362 | # depends on MKSWAP && DEPRECATED |
@@ -607,14 +607,14 @@ config MOUNT | |||
607 | the 'mount' utility. | 607 | the 'mount' utility. |
608 | 608 | ||
609 | config FEATURE_MOUNT_FAKE | 609 | config FEATURE_MOUNT_FAKE |
610 | bool "mount -f option" | 610 | bool "Support option -f" |
611 | default n | 611 | default n |
612 | depends on MOUNT | 612 | depends on MOUNT |
613 | help | 613 | help |
614 | Enable support for faking a file system mount. | 614 | Enable support for faking a file system mount. |
615 | 615 | ||
616 | config FEATURE_MOUNT_VERBOSE | 616 | config FEATURE_MOUNT_VERBOSE |
617 | bool "mount -v option" | 617 | bool "Support option -v" |
618 | default n | 618 | default n |
619 | depends on MOUNT | 619 | depends on MOUNT |
620 | help | 620 | help |
@@ -635,7 +635,7 @@ config FEATURE_MOUNT_HELPERS | |||
635 | The idea is to use such virtual filesystems in /etc/fstab. | 635 | The idea is to use such virtual filesystems in /etc/fstab. |
636 | 636 | ||
637 | config FEATURE_MOUNT_LABEL | 637 | config FEATURE_MOUNT_LABEL |
638 | bool " Support specifiying devices by label or UUID" | 638 | bool "Support specifiying devices by label or UUID" |
639 | default n | 639 | default n |
640 | depends on MOUNT | 640 | depends on MOUNT |
641 | select FINDFS | 641 | select FINDFS |
@@ -758,7 +758,7 @@ config UMOUNT | |||
758 | also want to enable 'umount'. | 758 | also want to enable 'umount'. |
759 | 759 | ||
760 | config FEATURE_UMOUNT_ALL | 760 | config FEATURE_UMOUNT_ALL |
761 | bool "umount -a option" | 761 | bool "Support option -a" |
762 | default n | 762 | default n |
763 | depends on UMOUNT | 763 | depends on UMOUNT |
764 | help | 764 | help |
@@ -808,4 +808,3 @@ config FEATURE_MTAB_SUPPORT | |||
808 | your kernel. | 808 | your kernel. |
809 | 809 | ||
810 | endmenu | 810 | endmenu |
811 | |||