5 lines
85 B
Bash
5 lines
85 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Copy to target
|
||
|
cp ${BINARIES_DIR}/vmlinux.gz.itb ${TARGET_DIR}/fitImage
|