linuxOS_AP06/buildroot/board/sinovoip/m1-plus/post-build.sh

5 lines
140 B
Bash
Raw Normal View History

2025-06-03 04:28:32 +00:00
#!/bin/sh
# Remove all but the brcmfmac43362 firmware files
find $TARGET_DIR/lib/firmware/brcm -type f -not -name "brcmfmac43362*" -delete