summaryrefslogtreecommitdiffstats
path: root/rules/hostapd.in
diff options
context:
space:
mode:
authorJon Ringle <jringle@gridpoint.com>2018-07-30 12:58:07 -0400
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-07-31 09:49:26 +0200
commit23325fdda61167cf27746495551647d9230c9a31 (patch)
tree0cbcb951bf3a309bb27a13a8b44fa869ac8fc69b /rules/hostapd.in
parent938dcb1716998b68284ae7a7c2d7bc5d4711f259 (diff)
downloadptxdist-23325fdda61167cf27746495551647d9230c9a31.tar.gz
ptxdist-23325fdda61167cf27746495551647d9230c9a31.tar.xz
hostapd: bool => tristate
Signed-off-by: Jon Ringle <jringle@gridpoint.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/hostapd.in')
-rw-r--r--rules/hostapd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/hostapd.in b/rules/hostapd.in
index 9160a029c..6ac6be52c 100644
--- a/rules/hostapd.in
+++ b/rules/hostapd.in
@@ -1,7 +1,7 @@
## SECTION=networking
config HOSTAPD
- bool
+ tristate
select OPENSSL
select LIBNL3
prompt "hostapd"