Update to v6.9.3-1?

This commit is contained in:
Xilin Wu 2024-06-02 15:30:06 +08:00
parent f2cbd0e232
commit 16565a5c00
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
pkgbase = linux-ayn-odin2-stable
pkgver = 6.8.0.cc6089c03c04
pkgver = 6.9.3
pkgrel = 1
url = https://github.com/edk2-porting/linux-next/
arch = aarch64

View File

@ -1,7 +1,7 @@
# Maintainer: BigfootACA <bigfoot@classfun.cn>
pkgbase=linux-ayn-odin2-stable
pkgver=6.8.0.cc6089c03c04
pkgver=6.9.3
pkgrel=1
arch=(aarch64)
url="https://github.com/edk2-porting/linux-next/"
@ -65,7 +65,8 @@ prepare() {
echo "-$pkgrel" > localversion.10-pkgrel
echo "${pkgbase#linux}" > localversion.20-pkgname
rm -f .config
make odin2_defconfig
make defconfig
make odin2.config
}
build() {