mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Merge pull request #228 from Kurlon/master
core/linux-kirkwood to 3.4.7-1
This commit is contained in:
commit
9e0825a822
3 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-kirkwood
|
|||
pkgname=('linux-kirkwood' 'linux-headers-kirkwood')
|
||||
#pkgname=linux-test # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.4.6
|
||||
_basekernel=3.4.7
|
||||
pkgver=${_basekernel}
|
||||
pkgrel=0
|
||||
cryptover=1.4
|
||||
|
@ -25,12 +25,12 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2
|
|||
'change-default-console-loglevel.patch'
|
||||
'usb-add-reset-resume-quirk-for-several-webcams.patch'
|
||||
"http://download.gna.org/cryptodev-linux/cryptodev-linux-${cryptover}.tar.gz")
|
||||
md5sums=('e81d235d91289e612f48718b459b9039'
|
||||
md5sums=('006c874fe8169b1b1d783551ef3e7ac9'
|
||||
'cb59c253388108d0a1d4ab33167847e1'
|
||||
'f5d3635da03cb45904bedd69b47133de'
|
||||
'852ba24ebd20ca85f8bbee03243ccf91'
|
||||
'4cf4bf5db2acb94a5b73fb7e2047c369'
|
||||
'22b65429bf6ee4862d4b91f0c0fbfe8a'
|
||||
'6ac08372b29e1b0a2a7f94f863de451a'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'd00814b57448895e65fbbc800e8a58ba'
|
||||
'7b0ac1c0a88d8fbe7316db02f21666e6')
|
||||
|
|
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-kirkwood
|
||||
KERNEL_VERSION=3.4.6-0-ARCH
|
||||
KERNEL_VERSION=3.4.7-0-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue