summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-13 01:44:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-13 01:44:53 +0000
commit5ad114bf478168692fdb7768880ed5ee01d94ee6 (patch)
tree6fd36923a3be1231c7acff50d6359c4abb67dc8e /package
parent858292316b1470e712a75c880b35562ea25a860a (diff)
downloadmaster-31e0f0ae-5ad114bf478168692fdb7768880ed5ee01d94ee6.tar.gz
master-31e0f0ae-5ad114bf478168692fdb7768880ed5ee01d94ee6.tar.bz2
master-31e0f0ae-5ad114bf478168692fdb7768880ed5ee01d94ee6.zip
busybox: disable diff by default - apparently it was necessary for ipkg once, but opkg does not seem to use it - saves ~10k on mips
SVN-Revision: 25494
Diffstat (limited to 'package')
-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 eeadfab7af..49eb624aee 100644
--- a/package/busybox/config/editors/Config.in
+++ b/package/busybox/config/editors/Config.in
@@ -29,7 +29,7 @@ config BUSYBOX_CONFIG_CMP
config BUSYBOX_CONFIG_DIFF
bool "diff"
- default y
+ default n
help
diff compares two files or directories and outputs the
differences between them in a form that can be given to