#!/bin/sh DESC="linux firmware files for brcm" DEPS="" package () { mkdir -p $PKG_DEST/usr/lib/firmware cp -r brcm $PKG_DEST/usr/lib/firmware/ }