xref: /OK3568_Linux_fs/buildroot/board/solidrun/macchiatobin/post-build.sh (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/sh
2
3BOARD_DIR="$(dirname $0)"
4
5install -m 0644 -D ${BOARD_DIR}/uEnv-example.txt ${TARGET_DIR}/boot/uEnv-example.txt
6