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