core/linux-am33x fix, fixes #770

This commit is contained in:
Kevin Mihelich 2014-03-21 14:06:19 +00:00
parent a0a1731f87
commit 7aebe43d75

View file

@ -89,7 +89,7 @@ _package() {
pkgdesc="The Linux Kernel and modules - ${_desc}"
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')
provides=('kernel26' "linux=${pkgver}" 'aufs_friendly')
conflicts=('linux-omap' 'linux-imx6' 'linux-armada370' 'linux-am33x-legacy')
install=${pkgname}.install
@ -135,7 +135,7 @@ _package() {
_package-headers() {
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' 'linux-headers-am33x-legacy')
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"