diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 01:44:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 01:44:53 +0000 |
commit | 5ad114bf478168692fdb7768880ed5ee01d94ee6 (patch) | |
tree | 6fd36923a3be1231c7acff50d6359c4abb67dc8e /package/busybox/config | |
parent | 858292316b1470e712a75c880b35562ea25a860a (diff) | |
download | upstream-5ad114bf478168692fdb7768880ed5ee01d94ee6.tar.gz upstream-5ad114bf478168692fdb7768880ed5ee01d94ee6.tar.bz2 upstream-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/busybox/config')
-rw-r--r-- | package/busybox/config/editors/Config.in | 2 |
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 |