bugfix: Build version not correctly set by build system.

Parent options were not enabled in kconfig for setting the version
information in the buildroot.

In addition the release version strings need to be quoted to
be processed.

Change-Id: I4ac2a7aa903fb0d86f9a5200a4160e5028352fdd
This commit is contained in:
Conrad Lara - KG6JEI 2016-12-13 18:45:46 -08:00 committed by KG6JEI
parent b9c77fa551
commit bc1046f705
1 changed files with 3 additions and 1 deletions

View File

@ -42,5 +42,7 @@ else
fi
cat << EOF
CONFIG_VERSION_NUMBER=$MYBUILDNAME
CONFIG_IMAGEOPT=y
CONFIG_VERSIONOPT=y
CONFIG_VERSION_NUMBER="$MYBUILDNAME"
EOF