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