Sign in
android-kvm
/
buildroot
/
8d835ffc524e2dab66ce1421240b9eb93c8f8f6a
/
.
/
board
/
zynq
/
post-build.sh
blob: 810fe9987945389eb623ecc7fa7ce6abd4f06f51 [
file
] [
log
] [
blame
]
#!/bin/sh
# genimage will need to find the extlinux.conf
# in the binaries directory
BOARD_DIR
=
"$(dirname "
$0
")"
install
-
m
0644
-
D
"${BOARD_DIR}/extlinux.conf"
"${BINARIES_DIR}/extlinux.conf"