core/linux-am33x to 4.1.2-2

This commit is contained in:
Kevin Mihelich 2015-07-19 18:06:09 +00:00
parent f2f53bf535
commit a348baa722

View file

@ -8,7 +8,7 @@ _srcname=linux-4.1
_kernelname=${pkgbase#linux}
_desc="TI AM335x Beaglebone (Black)"
pkgver=4.1.2
pkgrel=1
pkgrel=2
rcnrel=bone12
arch=('armv7h')
url="http://www.kernel.org/"
@ -92,6 +92,7 @@ _package() {
optdepends=('crda: to set the correct wireless channels of your country')
provides=('kernel26' "linux=${pkgver}" 'aufs_friendly')
conflicts=('linux')
replaces=('linux-ti')
install=${pkgname}.install
cd "${srcdir}/${_srcname}"
@ -138,6 +139,7 @@ _package-headers() {
pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}"
provides=("linux-headers=${pkgver}")
conflicts=('linux-headers')
replaces=('linux-ti-headers')
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"