diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-23 23:39:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-23 23:39:01 +0000 |
commit | d2023283ac87737cf0fbd77f4cbb1bb7b390009d (patch) | |
tree | dced57f559932ada4fe8503b3c588b3f7cd9c00b /util-linux | |
parent | 1da0ad13fbe3175681943722e39b258ecbae96f6 (diff) | |
download | busybox-w32-d2023283ac87737cf0fbd77f4cbb1bb7b390009d.tar.gz busybox-w32-d2023283ac87737cf0fbd77f4cbb1bb7b390009d.tar.bz2 busybox-w32-d2023283ac87737cf0fbd77f4cbb1bb7b390009d.zip |
fix buglets found by randomconfig
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 8b0bbd65d..8ec466bb8 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -213,6 +213,7 @@ config HEXDUMP | |||
213 | config HD | 213 | config HD |
214 | bool "hd" | 214 | bool "hd" |
215 | default n | 215 | default n |
216 | select HEXDUMP | ||
216 | help | 217 | help |
217 | hd is an alias to hexdump -C. | 218 | hd is an alias to hexdump -C. |
218 | 219 | ||