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