summaryrefslogtreecommitdiff
path: root/package/patch/Config.in
blob: c2a79299efbf5f2bf5c432038f22ca6117a1d9b7 (plain)
1
2
3
4
5
6
7
8
config BR2_PACKAGE_PATCH
	bool "patch"
	default n
	help
	  Take patch files (containing difference listings) and apply them 
	  to original files, producing patched versions.

	  http://www.gnu.org/software/patch/