post-build.sh 196 B

12345678
  1. #!/bin/sh
  2. # genimage will need to find the extlinux.conf
  3. # in the binaries directory
  4. BOARD_DIR="$(dirname "$0")"
  5. install -m 0644 -D "${BOARD_DIR}/extlinux.conf" "${BINARIES_DIR}/extlinux.conf"