fragattacks/build.sh

13 lines
137 B
Bash
Executable File

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