mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
10 lines
222 B
Bash
Executable File
10 lines
222 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
STARTDIR=`pwd`
|
|
SELFDIR=`dirname \`realpath ${0}\``
|
|
|
|
cp -r board/miyoo/boot "${BINARIES_DIR}"
|
|
cp -r board/miyoo/main "${BINARIES_DIR}"
|
|
|
|
support/scripts/genimage.sh ${1} -c board/miyoo/genimage-sdcard.cfg
|