Port over docs and firmware, and store module parameters.

This commit is contained in:
Laurence Withers 2006-07-26 19:38:18 +01:00
commit 22876dac1f
8 changed files with 24 additions and 51 deletions

View file

@ -5,7 +5,7 @@ build_dir_tree "${HEXDIR}" || return 1
# install binary
echo "Installing firmware into '${HEXDIR}'"
install_file "${@NAME@}" "${HEXDIR}" 0755 || return 1
install_file "${@CNAME@}" "${HEXDIR}" 0755 || return 1
print_success "Done"
# kate: @KATE_MODELINE@