fragattack: remove old build.sh

This commit is contained in:
Mathy Vanhoef 2020-08-11 09:58:13 +04:00
parent b721339f1e
commit 9a0886b0e1

View File

@ -1,12 +0,0 @@
#!/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