diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
commit | 2f32bf8be63f70125049402ba43101d8c6083d46 (patch) | |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 /applets | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.bz2 busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.zip |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'applets')
-rwxr-xr-x | applets/usage_compressed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage_compressed b/applets/usage_compressed index 12efd2c9c..bfd5aa873 100755 --- a/applets/usage_compressed +++ b/applets/usage_compressed | |||
@@ -11,7 +11,7 @@ test "$DD" || DD=dd | |||
11 | 11 | ||
12 | exec >"$target" | 12 | exec >"$target" |
13 | 13 | ||
14 | echo '#define UNPACKED_USAGE \' | 14 | echo '#define UNPACKED_USAGE "" \' |
15 | "$loc/usage" | od -v -t x1 \ | 15 | "$loc/usage" | od -v -t x1 \ |
16 | | $SED -e 's/^[^ ]*//' \ | 16 | | $SED -e 's/^[^ ]*//' \ |
17 | -e 's/ //g' \ | 17 | -e 's/ //g' \ |