post-build.sh 140 B

1234
  1. #!/bin/sh
  2. # Remove all but the brcmfmac43362 firmware files
  3. find $TARGET_DIR/lib/firmware/brcm -type f -not -name "brcmfmac43362*" -delete