hostapd: ha, there is a shock, it's not parallel safe

This commit is contained in:
Rick Farina (Zero_Chaos) 2017-10-19 22:53:20 -04:00
parent 55d1b6f35b
commit e5c24d5f4d
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -246,5 +246,5 @@ pkg_postinst() {
pkg_config() {
cd /etc/hostapd-wpe/certs
emake all
emake -j1 all
}