Skip to content

Commit

Permalink
feat: bump kernel version to 6.6.60
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Nov 13, 2024
1 parent 994d3b6 commit 5508327
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
amd64_abiname=6.6.47
arm64_abiname=6.6.47
loong64_abiname=6.6.47
amd64_abiname=6.6.60
arm64_abiname=6.6.60
loong64_abiname=6.6.60
ARCH_BUILD :=$(shell uname -m)
all: build
build:
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
linux-deepin-hwe (6.6.60-1) unstable; urgency=medium

* Update kernel to 6.6.60.

-- Mingcong Bai <baimingcong@uniontech.com> Wed, 13 Nov 2024 16:55:38 +0800

linux-deepin-hwe (6.6.47-1) unstable; urgency=medium

* Update kernel to 6.6.47.
Expand Down
32 changes: 31 additions & 1 deletion debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Description: Linux for 64-bit PCs (meta-package)
This kernel also runs on a Xen hypervisor. It supports both privileged
(dom0) and unprivileged (domU) operation.

Package: linux-image-deepin-hwe-amd64-dbg
Architecture: amd64
Depends: linux-image-AMD64ABINAME-amd64-desktop-hwe-dbg
Description: Linux for 64-bit PCs (meta-package for debug symbols)
This package depends on the latest Linux kernel and modules for use on PCs
with AMD64, Intel 64 or VIA Nano processors.
.
This kernel also runs on a Xen hypervisor. It supports both privileged
(dom0) and unprivileged (domU) operation.

Package: linux-headers-deepin-hwe-amd64
Architecture: amd64
Depends: linux-headers-AMD64ABINAME-amd64-desktop-hwe
Expand All @@ -33,6 +43,16 @@ Description: Linux for 64-bit PCs (meta-package)
This kernel also runs on a Xen hypervisor. It supports both privileged
(dom0) and unprivileged (domU) operation.

Package: linux-image-deepin-hwe-arm64-dbg
Architecture: arm64
Depends: linux-image-ARM64ABINAME-arm64-desktop-hwe-dbg
Description: Linux for 64-bit PCs (meta-package for debug symbols)
This package depends on the latest Linux kernel and modules for use on PCs
with AMD64, Intel 64 or VIA Nano processors.
.
This kernel also runs on a Xen hypervisor. It supports both privileged
(dom0) and unprivileged (domU) operation.

Package: linux-headers-deepin-hwe-arm64
Architecture: arm64
Depends: linux-headers-ARM64ABINAME-arm64-desktop-hwe
Expand All @@ -50,9 +70,19 @@ Description: Linux for 64-bit PCs (meta-package)
This kernel also runs on a Xen hypervisor. It supports both privileged
(dom0) and unprivileged (domU) operation.

Package: linux-image-deepin-hwe-loong64-dbg
Architecture: loong64
Depends: linux-image-LOONG64ABINAME-loong64-desktop-hwe-dbg
Description: Linux for 64-bit PCs (meta-package for debug symbols)
This package depends on the latest Linux kernel and modules for use on PCs
with AMD64, Intel 64 or VIA Nano processors.
.
This kernel also runs on a Xen hypervisor. It supports both privileged
(dom0) and unprivileged (domU) operation.

Package: linux-headers-deepin-hwe-loong64
Architecture: loong64
Depends: linux-headers-LOONG64ABINAME-loong64-desktop-hwe
Description: Header files for Linux loong64 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel amd64 configuration.
latest Linux kernel amd64 configuration.

0 comments on commit 5508327

Please sign in to comment.