mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-odroid-c2 to 3.16.85-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
This commit is contained in:
parent
0ac4c1b3e5
commit
82640c060a
2 changed files with 3 additions and 4 deletions
|
@ -9,7 +9,7 @@ _srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="ODROID-C2"
|
_desc="ODROID-C2"
|
||||||
pkgver=3.16.85
|
pkgver=3.16.85
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
url="https://github.com/hardkernel/linux/tree/odroidc2-v3.16.y"
|
url="https://github.com/hardkernel/linux/tree/odroidc2-v3.16.y"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -49,7 +49,7 @@ md5sums=('594c5a6c9d16afff5504f83ccc886c37'
|
||||||
'8c22925423abc152c24c8e120b9a9fb1'
|
'8c22925423abc152c24c8e120b9a9fb1'
|
||||||
'e1449557cf7ff2d17398e8d36708cf61'
|
'e1449557cf7ff2d17398e8d36708cf61'
|
||||||
'a4671795064a0ce28408584dd60520ac'
|
'a4671795064a0ce28408584dd60520ac'
|
||||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
'8b93b6ca167f70c60277f352f7b78024'
|
||||||
'b8956789318f49cec5b8bb0b41654a9b'
|
'b8956789318f49cec5b8bb0b41654a9b'
|
||||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||||
'3dc88030a8f2f5a5f97266d99b149f77')
|
'3dc88030a8f2f5a5f97266d99b149f77')
|
||||||
|
@ -116,7 +116,6 @@ _package() {
|
||||||
optdepends=('crda: to set the correct wireless channels of your country')
|
optdepends=('crda: to set the correct wireless channels of your country')
|
||||||
provides=('kernel26' "linux=${pkgver}")
|
provides=('kernel26' "linux=${pkgver}")
|
||||||
conflicts=('linux')
|
conflicts=('linux')
|
||||||
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
|
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
|
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# mkinitcpio preset file for the '%PKGBASE%' package
|
# mkinitcpio preset file for the '%PKGBASE%' package
|
||||||
|
|
||||||
ALL_config="/etc/mkinitcpio.conf"
|
#ALL_config="/etc/mkinitcpio.conf"
|
||||||
ALL_kver="%KERNVER%"
|
ALL_kver="%KERNVER%"
|
||||||
|
|
||||||
PRESETS=('default')
|
PRESETS=('default')
|
||||||
|
|
Loading…
Reference in a new issue