diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-26 01:55:45 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-26 01:55:45 +0200 |
commit | d30b89c7eee19f395af0335b66822989c770437e (patch) | |
tree | 0695091ac035d39d6ba57e316474126fe8872347 /coreutils | |
parent | 2f86ca135069e457bb16ab9e062a10e0775717a6 (diff) | |
download | busybox-w32-d30b89c7eee19f395af0335b66822989c770437e.tar.gz busybox-w32-d30b89c7eee19f395af0335b66822989c770437e.tar.bz2 busybox-w32-d30b89c7eee19f395af0335b66822989c770437e.zip |
updates for supporting Linux kernel build and initrd utilities
cpio: --verbose, --quiet, --to-stdout
test: make 64-bit math enable-able for hush too
dnsdomainname: alias to hostname -d
hostname: support --fqdn, --domain, --file
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index f9db0671d..1bc047c9a 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -667,7 +667,7 @@ config TEST | |||
667 | config FEATURE_TEST_64 | 667 | config FEATURE_TEST_64 |
668 | bool "Extend test to 64 bit" | 668 | bool "Extend test to 64 bit" |
669 | default n | 669 | default n |
670 | depends on TEST || ASH_BUILTIN_TEST | 670 | depends on TEST || ASH_BUILTIN_TEST || HUSH |
671 | help | 671 | help |
672 | Enable 64-bit support in test. | 672 | Enable 64-bit support in test. |
673 | 673 | ||