aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-09-16 19:35:42 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-09-16 19:35:42 +0000
commit53f219ebbe76ed0321ee9ec33336de2f70ece275 (patch)
tree26440e50da4c96f7de0ea971913dd0e1220ea276 /coreutils
parenta1e16c9298756e54161d9bf7d24b03415e2707c0 (diff)
downloadbusybox-w32-53f219ebbe76ed0321ee9ec33336de2f70ece275.tar.gz
busybox-w32-53f219ebbe76ed0321ee9ec33336de2f70ece275.tar.bz2
busybox-w32-53f219ebbe76ed0321ee9ec33336de2f70ece275.zip
setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)
build system: fixlet for echo applet config function old new delta setfont_main 157 387 +230 ctoi - 75 +75 packed_usage 24921 24950 +29
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 80aca3050..8cbc92f1e 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -649,7 +649,7 @@ config TEST
649config FEATURE_TEST_64 649config FEATURE_TEST_64
650 bool "Extend test to 64 bit" 650 bool "Extend test to 64 bit"
651 default n 651 default n
652 depends on TEST || FEATURE_TEST_64 652 depends on TEST || ASH_BUILTIN_TEST
653 help 653 help
654 Enable 64-bit support in test. 654 Enable 64-bit support in test.
655 655