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