hostapd: you gotta be kidding me

This commit is contained in:
Rick Farina (Zero_Chaos) 2017-10-19 23:17:24 -04:00
parent e5c24d5f4d
commit 216764cce8
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -247,4 +247,8 @@ pkg_postinst() {
pkg_config() {
cd /etc/hostapd-wpe/certs
emake -j1 all
mv ca.pem ..
mv server.pem ..
mv server.key ..
mv dh ..
}