Skip to content
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.18.24
arm64_abiname=6.18.24
loong64_abiname=6.18.24
amd64_abiname=6.18.25
arm64_abiname=6.18.25
loong64_abiname=6.18.25
ARCH_BUILD :=$(shell uname -m)
all: build
build:
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
linux-deepin-latest (23.01.01.42) unstable; urgency=medium

* update all kernel to 6.18.25

-- lichenggang <lichenggang@uniontech.com> Thu, 30 Apr 2026 10:00:00 +0800


linux-deepin-latest (23.01.01.41) unstable; urgency=medium

* update all kernel to 6.18.24
Expand Down
Loading