From: nbd Date: Sun, 13 Feb 2011 01:44:53 +0000 (+0000) Subject: busybox: disable diff by default - apparently it was necessary for ipkg once, but... X-Git-Tag: fast2504n-3.10.28-merged~9735 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=958f5c02fd56eba72f1ba6b60b0aacc0170ee7d7;p=openwrt.git 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 --- 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