Browse Source

hostapd: improved to build with PAM and internal TLS support

stable/0.2
Gernot Tenchio 14 years ago committed by Christian Wiese
parent
commit
4f87dc32a8
  1. 9
      network/hostapd/hostapd.conf

9
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

Loading…
Cancel
Save