mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
rename linux-udoo-quad to linux-udoo
This commit is contained in:
parent
0f33b9723f
commit
8142fd1f53
4 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
buildarch=4
|
||||
|
||||
pkgbase=linux-udoo-quad
|
||||
pkgname=('linux-udoo-quad' 'linux-headers-udoo-quad')
|
||||
pkgbase=linux-udoo
|
||||
pkgname=('linux-udoo' 'linux-headers-udoo')
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.0
|
||||
pkgver=${_basekernel}.35
|
||||
|
@ -84,7 +84,7 @@ build() {
|
|||
make ${MAKEFLAGS} uImage modules
|
||||
}
|
||||
|
||||
package_linux-udoo-quad() {
|
||||
package_linux-udoo() {
|
||||
pkgdesc="The Linux Kernel and modules - i.MX6 processors"
|
||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16' 'mkinitcpio>=0.7')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
|
@ -130,7 +130,7 @@ package_linux-udoo-quad() {
|
|||
mv "$pkgdir/lib" "$pkgdir/usr"
|
||||
}
|
||||
|
||||
package_linux-headers-udoo-quad() {
|
||||
package_linux-headers-udoo() {
|
||||
pkgdesc="Header files and scripts for building modules for linux kernel - i.MX6 processors"
|
||||
provides=("linux-headers=${pkgver}")
|
||||
conflicts=('linux-headers-omap' 'linux-headers-trimslice')
|
Loading…
Reference in a new issue