mirror of https://github.com/aredn/aredn.git
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:
parent
b9c77fa551
commit
bc1046f705
|
@ -42,5 +42,7 @@ else
|
|||
fi
|
||||
|
||||
cat << EOF
|
||||
CONFIG_VERSION_NUMBER=$MYBUILDNAME
|
||||
CONFIG_IMAGEOPT=y
|
||||
CONFIG_VERSIONOPT=y
|
||||
CONFIG_VERSION_NUMBER="$MYBUILDNAME"
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue