build.sh 71 B

1234567
  1. #!/bin/bash
  2. cd ../hostapd/
  3. make clean
  4. cp defconfig .config
  5. make -j 2