Skip to content

Commit

Permalink
defconfig: Enable CONFIG_AUTOVERSION_AUTO for release branch
Browse files Browse the repository at this point in the history
While releasing kernels, setting up `CONFIG_LOCALVERSION_AUTO` is
obviously better, which contains more information in the version
string including Git hash and so on.

Signed-off-by: crrashh1542 <kotsuki@crrashh.com>
  • Loading branch information
crrashh1542 committed Jul 1, 2024
1 parent 364736f commit d558c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/wsa_defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CONFIG_LOCALVERSION="-Miracle"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_AUDIT=y
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/configs/wsa_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION="-Miracle"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
# CONFIG_USELIB is not set
Expand Down

0 comments on commit d558c3c

Please sign in to comment.