Update barebox / fix build system

This commit is contained in:
Pascal Vizeli
2018-05-16 14:46:10 +02:00
parent cbcf9fbe3b
commit 9600025ead
10 changed files with 34 additions and 183 deletions

9
scripts/update-barebox.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
if [ -z "$1" ]; then
echo "Need a version!"
exit 1
fi
sed -i "s/BAREBOX_CUSTOM_VERSION_VALUE=\".*\"/BAREBOX_CUSTOM_VERSION_VALUE=\"$1\"/g" buildroot-external/configs/*