summaryrefslogtreecommitdiffstats
path: root/package/patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/patch')
-rw-r--r--package/patch/Config.in8
-rw-r--r--package/patch/Makefile.in3
2 files changed, 11 insertions, 0 deletions
diff --git a/package/patch/Config.in b/package/patch/Config.in
new file mode 100644
index 000000000..e9267cb4b
--- /dev/null
+++ b/package/patch/Config.in
@@ -0,0 +1,8 @@
+#
+
+config BR2_PACKAGE_PATCH
+ bool"patch"
+ default n
+ help
+ Add help text here.
+
diff --git a/package/patch/Makefile.in b/package/patch/Makefile.in
new file mode 100644
index 000000000..4f4fd79c9
--- /dev/null
+++ b/package/patch/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_PACKAGE_PATCH)),y)
+TARGETS+=patch
+endif