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