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