Skip to content
Snippets Groups Projects
Commit 5ad114bf authored by Felix Fietkau's avatar Felix Fietkau
Browse files

busybox: disable diff by default - apparently it was necessary for ipkg once,...

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
parent 85829231
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment