mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-am33x-legacy to 3.8.13-19
This commit is contained in:
parent
be72a7124e
commit
f4f70f3c4a
1 changed files with 7 additions and 7 deletions
|
@ -9,8 +9,8 @@ pkgname=('linux-am33x-legacy' 'linux-headers-am33x-legacy')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.8
|
||||
pkgver=${_basekernel}.13
|
||||
pkgrel=18
|
||||
bonerel=44
|
||||
pkgrel=19
|
||||
bonerel=45
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -24,7 +24,7 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.xz"
|
|||
'aufs3-3.8.patch.xz')
|
||||
md5sums=('1c738edfc54e7c65faeb90c436104e2f'
|
||||
'412da22dabe4d7fcb78b3c14e53cd892'
|
||||
'0dfa538eedeebee411aa184f141c8531'
|
||||
'7d75bfd8c302fe206feb339b4bdc5934'
|
||||
'bda3482e9a6e0e331958361fe2005fce'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'd819af0969e0726cbf9ae6be5e044a75')
|
||||
|
@ -87,8 +87,8 @@ package_linux-am33x-legacy() {
|
|||
pkgdesc="The Linux Kernel and modules - am33x processors"
|
||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16' 'mkinitcpio>=0.7')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
provides=('kernel26' 'kernel26-am33x' 'linux=${pkgver}')
|
||||
conflicts=('linux-am33x' 'linux-tegra')
|
||||
provides=('kernel26' 'kernel26-am33x' "linux=${pkgver}")
|
||||
conflicts=('linux')
|
||||
install=${pkgname}.install
|
||||
|
||||
cd "${srcdir}/linux-${_basekernel}"
|
||||
|
@ -133,8 +133,8 @@ package_linux-am33x-legacy() {
|
|||
|
||||
package_linux-headers-am33x-legacy() {
|
||||
pkgdesc="Header files and scripts for building modules for linux kernel - am33x processors"
|
||||
provides=('kernel26-headers-am33x' 'linux-headers=${pkgver}')
|
||||
conflicts=('linux-headers-am33x' 'linux-headers-tegra')
|
||||
provides=('kernel26-headers-am33x' "linux-headers=${pkgver}")
|
||||
conflicts=('linux-headers')
|
||||
|
||||
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue