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