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 | 57b078822616090af3337df3694be054820489b7 (patch) | |
tree | 837a45756be33e3bb6d970db96a5b4efc8e71044 /package/busybox | |
parent | 0dccf8045ed397fe3eb227a879ee999c3657e938 (diff) | |
download | master-187ad058-57b078822616090af3337df3694be054820489b7.tar.gz master-187ad058-57b078822616090af3337df3694be054820489b7.tar.bz2 master-187ad058-57b078822616090af3337df3694be054820489b7.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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25494 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-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 |