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