From: Felix Fietkau 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-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=ae8a3759792010f0f89758eea6ae0aef8730fdf5;hp=4390339693be9cb03a1cd2bcbe862975e338c169 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 --- 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