5 lines
140 B
Bash
Raw Permalink Normal View History

2025-05-10 21:49:39 +08:00
#!/bin/sh
# Remove all but the brcmfmac43362 firmware files
find $TARGET_DIR/lib/firmware/brcm -type f -not -name "brcmfmac43362*" -delete