Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update kernel to 6.6.68 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.67
arm64_abiname=6.6.67
loong64_abiname=6.6.67
amd64_abiname=6.6.68
arm64_abiname=6.6.68
loong64_abiname=6.6.68
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.68-1) unstable; urgency=medium

* update kernel to 6.6.68.

-- lichenggang <[email protected]> Tue, 31 Dec 2024 16:17:32 +0800

linux-deepin-hwe (6.6.67-2) unstable; urgency=medium

* Update kernel to 6.6.67.
Expand Down
Loading