Add release info file

This commit is contained in:
zador-blood-stained 2016-06-07 12:15:07 +03:00
parent c51bd13341
commit 7f45d2e2ae

View File

@ -85,6 +85,14 @@ create_board_package (){
echo "MAX_SPEED=$CPUMAX" >> $destination/etc/default/cpufrequtils
echo "GOVERNOR=$GOVERNOR" >> $destination/etc/default/cpufrequtils
# armhwinfo, firstrun, armbianmonitor, etc. config file
cat <<-EOF > $destination/etc/armbian-release
# PLEASE DO NOT EDIT THIS FILE
BOARD=$BOARD
ID="$BOARD_NAME"
VERSION=$REVISION
EOF
# temper binary for USB temp meter
mkdir -p $destination/usr/local/bin