core/linux-rpi to 6.6.45-2

Fix drop-ins for mkinitcpio by shipping ALL_config comment out
in inux.preset.  With this line defined, *.conf placed in
/etc/mkinitcpio.conf.d/ are ignored in my testing
This commit is contained in:
graysky 2024-08-15 17:04:14 -04:00
parent 8410e71117
commit 996bd2d322
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ _srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_regen=
pkgver=6.6.45
pkgrel=1
pkgrel=2
pkgdesc='Linux'
url="https://github.com/raspberrypi/linux"
arch=(armv7h aarch64)
@ -34,7 +34,7 @@ md5sums=('c7872833606463c42408ce07cabea19b'
'3bab7426d8c8818dda8353da3892a41f'
'16c484af9f72b9275afcf83a6b8eab36'
'a157c5bfc0f03d0728c92bd953b06265'
'86d4a35722b5410e3b29fc92dae15d4b'
'8b93b6ca167f70c60277f352f7b78024'
'87526ee83367947d179edb373009a7d6')
md5sums_armv7h=('cea6871c50daa1679fbf2d883c705fcf')
md5sums_aarch64=('9ee63fa300d80a77bd0c8248211486c4')

View file

@ -1,6 +1,6 @@
# mkinitcpio preset file for the '%PKGBASE%' package
ALL_config="/etc/mkinitcpio.conf"
#ALL_config="/etc/mkinitcpio.conf"
ALL_kver="%KERNVER%"
PRESETS=('default')