1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:31:07 +03:00

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
This commit is contained in:
nbd 2011-02-13 01:44:53 +00:00
parent 78d0125727
commit 958f5c02fd

View File

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