linux update to 3.7.6, including samsung patch

This commit is contained in:
abveritas 2013-02-04 04:54:35 +00:00
parent d7798baa46
commit 8cd9b56472
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -CHAKRA kernel
# pkgname=linux-custom # Build kernel with a different name
_kernelname=${pkgname#linux}
_basekernel=3.7
pkgver=3.7.5
pkgver=3.7.6
pkgrel=1
arch=('x86_64')
url="http://www.kernel.org/"
@ -35,7 +35,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.7.tar.xz"
'sp5100_tco-Add-SB8x0-chipset-support2.patch'
'ath3k.patch')
md5sums=('21223369d682bcf44bcdfe1521095983'
'c100b62e571bfb80e8c290e811c0963c'
'ec61c44f37585a768d41c0439101ef9c'
'12e36473d668c31113d83eac0b0ae209'
'2e33819e859125ba0176072d2cd5ac81'
'6a1ffafeacb79be96c97e4638cea2452'

View File

@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=
KERNEL_VERSION=3.7.5-1-CHAKRA
KERNEL_VERSION=3.7.6-1-CHAKRA
# set a sane PATH to ensure that critical utils like depmod will be found
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'