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