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