9
0
Fork 0

add option LOCALVERSION to common/Kconfig

Add Kconfig option LOCALVERSION so you can set a customizable suffix
to the barebox version string.

Signed-off-by: Jan Weitzel <j.weitzel@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jan Weitzel 2011-09-19 08:18:00 +02:00 committed by Sascha Hauer
parent 57a88d90be
commit 22f7370d2b
1 changed files with 9 additions and 0 deletions

View File

@ -42,6 +42,15 @@ config HAVE_NOSHELL
menu "General Settings "
config LOCALVERSION
string "Local version - append to the version string"
help
Append an extra string to the end of your version string.
The string you set here will be appended after the contents of
any files with a filename matching localversion* in your
object and source tree, in that order. Your total string can
be a maximum of 64 characters.
config LOCALVERSION_AUTO
bool "Automatically append version information to the version string"
default y