summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-18 11:56:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-18 11:56:43 +0200
commitbd05145b6d1d09ffc8aae586a9d50b33dfaf3e0a (patch)
tree49ae51c9a6c65246f83c611aff74b9a978c49ca3 /package/busybox
parent107e95cd028c183f73705bf04a5dc2b99fa1c258 (diff)
fix openssl native compile
- we need cmp - we need strict.pm for most perlscripts - use correct TARGET_CROSS variables for native compiles - cosmetic changes to openssl package, add .so files so that it can be used by gcc
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/editors/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/editors/Config.in b/package/busybox/config/editors/Config.in
index ad46c649b..0d598af4c 100644
--- a/package/busybox/config/editors/Config.in
+++ b/package/busybox/config/editors/Config.in
@@ -22,7 +22,7 @@ config BUSYBOX_FEATURE_AWK_LIBM
config BUSYBOX_CMP
bool "cmp"
- default n
+ default y
help
cmp is used to compare two files and returns the result
to standard output.