From 4f87dc32a89b9da75505b2e540c9647067da6ebe Mon Sep 17 00:00:00 2001 From: Gernot Tenchio Date: Wed, 24 Nov 2010 11:44:08 +0100 Subject: [PATCH] hostapd: improved to build with PAM and internal TLS support --- network/hostapd/hostapd.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/network/hostapd/hostapd.conf b/network/hostapd/hostapd.conf index ff81f81f8..9953eedd0 100644 --- a/network/hostapd/hostapd.conf +++ b/network/hostapd/hostapd.conf @@ -14,7 +14,14 @@ pkg_hostapd_config() { cp -v ./defconfig .config - echo "CONFIG_DRIVER_NL80211=y" >> .config + +cat >> .config <<__ +CONFIG_DRIVER_NL80211=y +CONFIG_PAM=y +CONFIG_TLS=internal +CONFIG_INTERNAL_LIBTOMMATH=y +__ + } # there is no top-level Makefile