diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 05:07:11 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 05:07:11 +0200 |
commit | 161bb8fa124a9bd3f39579123e347a04d428d25b (patch) | |
tree | 9229878e5abac0ed8c73dac11f8e7ed272d15def /util-linux | |
parent | 22bdf90334515e047fcccf36ae80a543b6a056de (diff) | |
download | busybox-w32-161bb8fa124a9bd3f39579123e347a04d428d25b.tar.gz busybox-w32-161bb8fa124a9bd3f39579123e347a04d428d25b.tar.bz2 busybox-w32-161bb8fa124a9bd3f39579123e347a04d428d25b.zip |
fix a few goofs uncovered by "make allnoconfig" testing
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index 27c741813..997cdec83 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -293,7 +293,7 @@ config FEATURE_HEXDUMP_REVERSE | |||
293 | config HD | 293 | config HD |
294 | bool "hd" | 294 | bool "hd" |
295 | default y | 295 | default y |
296 | select HEXDUMP | 296 | depends on HEXDUMP |
297 | help | 297 | help |
298 | hd is an alias to hexdump -C. | 298 | hd is an alias to hexdump -C. |
299 | 299 | ||