mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-mmp to 3.10.37-1
This commit is contained in:
parent
b30115cb45
commit
63319bd60f
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-mmp
|
|||
_srcname=linux-3.10
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell PXA168/MMP platforms"
|
||||
pkgver=3.10.36
|
||||
pkgver=3.10.37
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="https://github.com/Marvell-Semi/PXA168_kernel/tree/gplugd-dev"
|
||||
|
@ -20,7 +20,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
|||
'http://archlinuxarm.org/builder/src/gplugd.patch.xz'
|
||||
'config')
|
||||
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
|
||||
'19dad5e1e0797edd7278c933bd84ad78'
|
||||
'0e0d007bcb00c0ce3a6f83bbeecbb3b4'
|
||||
'SKIP'
|
||||
'e5d2d65404b0ad9e6596b2e22365dfdc'
|
||||
'98a24d36e8270b31da867de06f90f50c')
|
||||
|
@ -89,7 +89,7 @@ _package() {
|
|||
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
provides=('kernel26' "linux=${pkgver}" 'aufs_friendly')
|
||||
conflicts=('linux-kirkwood' 'linux-kirkwood-dt' 'linux' 'linux-olinuxino')
|
||||
conflicts=('linux')
|
||||
install=${pkgname}.install
|
||||
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
@ -134,7 +134,7 @@ _package() {
|
|||
_package-headers() {
|
||||
pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}"
|
||||
provides=("linux-headers=${pkgver}")
|
||||
conflicts=('linux-headers-kirkwood' 'linux-headers-kirkwood-dt' 'linux-headers' 'linux-headers-olinuxino')
|
||||
conflicts=('linux-headers')
|
||||
|
||||
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue