Skip to content

Commit

Permalink
arch: configs: use -${arch}-desktop-rolling suffix
Browse files Browse the repository at this point in the history
To distinguish from linux-6.6.y.

Signed-off-by: Mingcong Bai <[email protected]>
  • Loading branch information
MingcongBai committed May 28, 2024
1 parent 2708205 commit 9925c58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/deepin_arm64_desktop_defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CONFIG_COMPILE_TEST=y
CONFIG_BUILD_SALT="arm64-desktop-hwe"
CONFIG_BUILD_SALT="-arm64-desktop-rolling"
CONFIG_KERNEL_ZSTD=y
CONFIG_DEFAULT_HOSTNAME=""
CONFIG_SYSVIPC=y
Expand Down
2 changes: 1 addition & 1 deletion arch/loongarch/configs/deepin_loongarch_desktop_defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CONFIG_COMPILE_TEST=y
CONFIG_BUILD_SALT="-loongarch-desktop-hwe"
CONFIG_BUILD_SALT="-loong64-desktop-rolling"
CONFIG_KERNEL_ZSTD=y
CONFIG_DEFAULT_HOSTNAME=""
CONFIG_SYSVIPC=y
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/configs/deepin_x86_desktop_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CONFIG_COMPILE_TEST=y
CONFIG_UAPI_HEADER_TEST=y
CONFIG_BUILD_SALT="-amd64-desktop-hwe"
CONFIG_BUILD_SALT="-amd64-desktop-rolling"
CONFIG_KERNEL_ZSTD=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
Expand Down

0 comments on commit 9925c58

Please sign in to comment.