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
This commit is contained in:
parent
858292316b
commit
5ad114bf47
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ config BUSYBOX_CONFIG_CMP
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_DIFF
|
config BUSYBOX_CONFIG_DIFF
|
||||||
bool "diff"
|
bool "diff"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
diff compares two files or directories and outputs the
|
diff compares two files or directories and outputs the
|
||||||
differences between them in a form that can be given to
|
differences between them in a form that can be given to
|
||||||
|
|
Loading…
Reference in a new issue