Skip to content

Commit

Permalink
update kernel packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Dec 31, 2024
1 parent 634e322 commit b6912d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions arch-arm/knacs-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#

pkgname=knacs-git
_ker_ver_prefix=5.4.0
_ker_ver_prefix=6.6.0
_ker_ver_suffix=nacs
_extramodules=extramodules-5.4-nacs
_extramodules=extramodules-6.6-nacs
pkgver=34.4c9fbd8
pkgrel=3
pkgdesc='Kernel driver for the NaCs control system'
Expand Down
5 changes: 2 additions & 3 deletions arch-arm/linux-nacs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ prepare() {

echo "Setting version..."
echo "-$pkgrel" > localversion.10-pkgrel
echo "${pkgbase#linux}" > localversion.20-pkgname

patch -Np1 < ../vadj-ctrl.patch

Expand Down Expand Up @@ -116,7 +115,7 @@ _package() {

cd "${srcdir}/${_srcname}"

export MAKEFLAGS+=' ARCH=arm LOCALVERSION='
export MAKEFLAGS+=' ARCH=arm'
export PATH="${srcdir}/bin:${PATH}"
KARCH=arm

Expand Down Expand Up @@ -168,7 +167,7 @@ _package-headers() {
provides=("linux-headers=${pkgver}")
conflicts=('linux-headers')

export MAKEFLAGS+=' ARCH=arm LOCALVERSION='
export MAKEFLAGS+=' ARCH=arm'
export PATH="${srcdir}/bin:${PATH}"
KARCH=arm

Expand Down

0 comments on commit b6912d8

Please sign in to comment.