From d30b89c7eee19f395af0335b66822989c770437e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 26 Jun 2009 01:55:45 +0200 Subject: 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 --- coreutils/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/Config.in') 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 config FEATURE_TEST_64 bool "Extend test to 64 bit" default n - depends on TEST || ASH_BUILTIN_TEST + depends on TEST || ASH_BUILTIN_TEST || HUSH help Enable 64-bit support in test. -- cgit v1.2.3