Skip to content

Commit 19e4769

Browse files
kelsey-steelechessturo
authored andcommitted
config: add localversion -microsoft-standard-WSL2
Add back the WSL2 localversion name '-microsoft-standard-WSL2'. This is appended to the version name and matches what has been used in prior WSL2 kernel releases. Signed-off-by: Kelsey Steele <kelseysteele@microsoft.com>
1 parent 45b4078 commit 19e4769

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/configs/config-wsl-arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2828
CONFIG_INIT_ENV_ARG_LIMIT=32
2929
# CONFIG_COMPILE_TEST is not set
3030
# CONFIG_WERROR is not set
31-
CONFIG_LOCALVERSION=""
31+
CONFIG_LOCALVERSION="-microsoft-standard-WSL2"
3232
# CONFIG_LOCALVERSION_AUTO is not set
3333
CONFIG_BUILD_SALT=""
3434
CONFIG_DEFAULT_INIT=""

arch/x86/configs/config-wsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2929
CONFIG_INIT_ENV_ARG_LIMIT=32
3030
# CONFIG_COMPILE_TEST is not set
3131
# CONFIG_WERROR is not set
32-
CONFIG_LOCALVERSION=""
32+
CONFIG_LOCALVERSION="-microsoft-standard-WSL2"
3333
# CONFIG_LOCALVERSION_AUTO is not set
3434
CONFIG_BUILD_SALT=""
3535
CONFIG_HAVE_KERNEL_GZIP=y

0 commit comments

Comments
 (0)