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