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