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