summaryrefslogtreecommitdiffstats
path: root/package/busybox/config
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-29 10:58:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-29 10:58:42 +0000
commitf3e1425ab8c74463b9d4656816db894a22cadfcf (patch)
treed6983ee9bfc70ef0d5c52a84a624422aff9ae571 /package/busybox/config
parentdcd71c4d2e01a6593cc3a3437b58cd1d0f8d71c0 (diff)
busybox: enable cmp by default (#9133)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26356 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config')
-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 49eb624ae..ee4ac86b3 100644
--- a/package/busybox/config/editors/Config.in
+++ b/package/busybox/config/editors/Config.in
@@ -22,7 +22,7 @@ config BUSYBOX_CONFIG_FEATURE_AWK_LIBM
config BUSYBOX_CONFIG_CMP
bool "cmp"
- default n
+ default y
help
cmp is used to compare two files and returns the result
to standard output.