fragattacks/build.sh

13 lines
137 B
Bash
Raw Normal View History

#!/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