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