* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
5 lines
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Remove all but the brcmfmac43362 firmware files
|
|
find $TARGET_DIR/lib/firmware/brcm -type f -not -name "brcmfmac43362*" -delete
|