From 0ac4c1b3e5788b7599435e8bfb9a92cc22b0f986 Mon Sep 17 00:00:00 2001 From: graysky Date: Sun, 18 Aug 2024 12:02:41 -0400 Subject: [PATCH] core/linux-odroid-n2 to 4.9.219-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. Remove etc/mkinitcpio.d/${pkgbase}.preset from backup array since having it there will cause breakage of mkinitcpio if the user modified the preset. This is due to our hard-coding the kernel version in the file. Closes #2029 --- core/linux-odroid-n2/PKGBUILD | 5 ++--- core/linux-odroid-n2/linux.preset | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/core/linux-odroid-n2/PKGBUILD b/core/linux-odroid-n2/PKGBUILD index 25c785eb4..7a95ca1d3 100644 --- a/core/linux-odroid-n2/PKGBUILD +++ b/core/linux-odroid-n2/PKGBUILD @@ -9,7 +9,7 @@ _srcname=linux-${_commit} _kernelname=${pkgbase#linux} _desc="ODROID-N2" pkgver=4.9.219 -pkgrel=1 +pkgrel=2 arch=('aarch64') url="https://github.com/hardkernel/linux/tree/odroidn2-4.9.y" license=('GPL2') @@ -24,7 +24,7 @@ source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz" md5sums=('6201373509cc03ea705da2d0d6856f7e' '0260cbce6933ed5f95ede70d90aad03a' '97bc0593f313c84218958379fc4aa100' - '86d4a35722b5410e3b29fc92dae15d4b' + '8b93b6ca167f70c60277f352f7b78024' 'ce6c81ad1ad1f8b333fd6077d47abdaf' '3dc88030a8f2f5a5f97266d99b149f77') @@ -81,7 +81,6 @@ _package() { optdepends=('crda: to set the correct wireless channels of your country') provides=('kernel26' "linux=${pkgver}") conflicts=('linux') - backup=("etc/mkinitcpio.d/${pkgbase}.preset") install=${pkgname}.install cd "${srcdir}/${_srcname}" diff --git a/core/linux-odroid-n2/linux.preset b/core/linux-odroid-n2/linux.preset index 8d7f379c9..5250366af 100644 --- a/core/linux-odroid-n2/linux.preset +++ b/core/linux-odroid-n2/linux.preset @@ -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')