From 5ad114bf478168692fdb7768880ed5ee01d94ee6 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 13 Feb 2011 01:44:53 +0000
Subject: [PATCH] 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
---
 package/busybox/config/editors/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab