diff options
Diffstat (limited to 'package/patch')
-rw-r--r-- | package/patch/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/patch/Config.in b/package/patch/Config.in index e9267cb4b..c2a79299e 100644 --- a/package/patch/Config.in +++ b/package/patch/Config.in @@ -1,8 +1,8 @@ -# - config BR2_PACKAGE_PATCH - bool"patch" + bool "patch" default n help - Add help text here. + Take patch files (containing difference listings) and apply them + to original files, producing patched versions. + http://www.gnu.org/software/patch/ |