|
|
@ -14,7 +14,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
pkg_hostapd_config() { |
|
|
|
pkg_hostapd_config() { |
|
|
|
cp -v ./defconfig .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 |
|
|
|
# there is no top-level Makefile |
|
|
|