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