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