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