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