fragattacks/research/build.sh

14 lines
139 B
Bash
Executable File

#!/bin/bash
set -e
cd ../hostapd
cp defconfig .config
make clean
make -j2
cd ../wpa_supplicant
cp defconfig .config
make clean
make -j2