mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
fixed missing dependency
This commit is contained in:
parent
d09055bba8
commit
4bf9765aa0
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ pkgname=('linux-orion' 'linux-headers-orion')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.1
|
||||
pkgver=${_basekernel}.7
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -101,7 +101,7 @@ build() {
|
|||
package_linux-orion() {
|
||||
pkgdesc="The Linux Kernel and modules"
|
||||
groups=('base')
|
||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16' 'mkinitcpio>=0.7' 'devio')
|
||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16' 'mkinitcpio>=0.7' 'devio' 'uboot-mkimage')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
provides=('kernel26' 'aufs_friendly' 'kernel26-orion' 'linux=${pkgver}')
|
||||
conflicts=('kernel26' 'kernel26-orion')
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-orion
|
||||
KERNEL_VERSION=3.1.7-2-orion
|
||||
KERNEL_VERSION=3.1.7-3-orion
|
||||
|
||||
patch_kernel() {
|
||||
if [ -e "etc/machid.bin" ]; then
|
||||
|
|
Loading…
Reference in a new issue