Skip to content

Commit d558c3c

Browse files
committed
defconfig: Enable CONFIG_AUTOVERSION_AUTO for release branch
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>
1 parent 364736f commit d558c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/configs/wsa_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CONFIG_LOCALVERSION="-Miracle"
2-
# CONFIG_LOCALVERSION_AUTO is not set
2+
CONFIG_LOCALVERSION_AUTO=y
33
CONFIG_SYSVIPC=y
44
CONFIG_POSIX_MQUEUE=y
55
CONFIG_AUDIT=y

arch/x86/configs/wsa_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CONFIG_WERROR is not set
22
CONFIG_LOCALVERSION="-Miracle"
3-
# CONFIG_LOCALVERSION_AUTO is not set
3+
CONFIG_LOCALVERSION_AUTO=y
44
CONFIG_SYSVIPC=y
55
CONFIG_POSIX_MQUEUE=y
66
# CONFIG_USELIB is not set

0 commit comments

Comments
 (0)