#!/bin/bash hvbuild() { local FIRMWARE_INSTALL_DIR="/lib/firmware" cd ${SRC_DIR}/linux b43-fwcutter -w ${FIRMWARE_INSTALL_DIR} wl_apsta.o }