Bump buildroot to 2019.02
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
shift
|
||||
for file in "$@"; do
|
||||
cp -f "${file}" "${TARGET_DIR}/root/"
|
||||
done
|
||||
Reference in New Issue
Block a user