diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-16 19:35:42 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-16 19:35:42 +0000 |
commit | 53f219ebbe76ed0321ee9ec33336de2f70ece275 (patch) | |
tree | 26440e50da4c96f7de0ea971913dd0e1220ea276 /coreutils | |
parent | a1e16c9298756e54161d9bf7d24b03415e2707c0 (diff) | |
download | busybox-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.in | 2 |
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 | |||
649 | config FEATURE_TEST_64 | 649 | config 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 | ||