mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
rename core/linux-imx6-wandboard-dt to linux-wandboard
This commit is contained in:
parent
62c458cb74
commit
411aee525d
3 changed files with 5 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
|||
|
||||
buildarch=4
|
||||
|
||||
pkgbase=linux-imx6-wandboard-dt
|
||||
pkgbase=linux-wandboard
|
||||
_commit=9d567e4f285e80bc332e79f0636259bc05a4ee3b
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="i.MX6 Wandboard"
|
||||
pkgver=3.10.17
|
||||
pkgrel=8
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -68,6 +68,7 @@ _package() {
|
|||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
provides=('kernel26' "linux=${pkgver}")
|
||||
conflicts=('linux')
|
||||
replaces=('linux-imx6-wandboard-dt')
|
||||
install=${pkgname}.install
|
||||
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
@ -117,6 +118,7 @@ _package-headers() {
|
|||
pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}"
|
||||
provides=("linux-headers=${pkgver}" "linux-headers-imx6-fsl=${pkgver}")
|
||||
conflicts=('linux-headers')
|
||||
replaces=('linux-imx6-wandboard-dt-headers')
|
||||
|
||||
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# arg 1: the new package version
|
||||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-imx6-wandboard-dt
|
||||
KERNEL_NAME=-wandboard
|
||||
KERNEL_VERSION=3.10.17-1-ARCH
|
||||
|
||||
post_install () {
|
Loading…
Reference in a new issue