mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-armv7 to 3.13.6-2
This commit is contained in:
parent
f70e9178bc
commit
ebd2a7ce7f
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ _srcname=linux-3.13
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="ARMv7 multi-platform"
|
_desc="ARMv7 multi-platform"
|
||||||
pkgver=3.13.6
|
pkgver=3.13.6
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
rcnrel=armv7-x11
|
rcnrel=armv7-x11
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -104,7 +104,7 @@ _package() {
|
||||||
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
||||||
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}" 'aufs_friendly')
|
provides=('kernel26' "linux=${pkgver}" 'aufs_friendly')
|
||||||
conflicts=('linux-omap' 'linux-imx6' 'linux-armada370')
|
conflicts=('linux-omap' 'linux-imx6' 'linux-armada370' 'linux-wandboard')
|
||||||
replaces=('linux-mvebu')
|
replaces=('linux-mvebu')
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ _package() {
|
||||||
_package-headers() {
|
_package-headers() {
|
||||||
pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}"
|
pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}"
|
||||||
provides=("linux-headers=${pkgver}")
|
provides=("linux-headers=${pkgver}")
|
||||||
conflicts=('linux-headers-omap' 'linux-headers-imx6')
|
conflicts=('linux-headers-omap' 'linux-headers-imx6' 'linux-wandboard-headers')
|
||||||
replaces=('linux-mvebu-headers')
|
replaces=('linux-mvebu-headers')
|
||||||
|
|
||||||
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
|
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
|
||||||
|
|
Loading…
Reference in a new issue