summaryrefslogtreecommitdiff
path: root/libre/kernel26-libre-lts/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/kernel26-libre-lts/PKGBUILD')
-rw-r--r--libre/kernel26-libre-lts/PKGBUILD20
1 files changed, 5 insertions, 15 deletions
diff --git a/libre/kernel26-libre-lts/PKGBUILD b/libre/kernel26-libre-lts/PKGBUILD
index 55cde1f43..f3588dc77 100644
--- a/libre/kernel26-libre-lts/PKGBUILD
+++ b/libre/kernel26-libre-lts/PKGBUILD
@@ -7,30 +7,22 @@ pkgname=('kernel26-libre-lts' 'kernel26-libre-lts-headers') # Build stock -lts k
_kernelname=${pkgname#kernel26-libre}
_basekernel=2.6.32
_preset=kernel26-lts.preset
-pkgver=${_basekernel}.39
+pkgver=${_basekernel}.40
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL2')
url="http://linux-libre.fsfla.org"
source=(http://www.fsfla.org/svnwiki/selibre/linux-libre/download/releases/${pkgver}-libre2/linux-${pkgver}-libre2.tar.bz2
- libata-alignment.patch
# the main kernel config files
config.i686 config.x86_64
# standard config files for mkinitcpio ramdisk
${_preset}
- ${pkgname}.install
- buildfix-gcc46.diff)
+ ${pkgname}.install)
options=(!strip)
build() {
cd ${srcdir}/linux-$pkgver
- # fix 22343 udev crashes
- patch -Np1 -i ${srcdir}/libata-alignment.patch
-
- # fix build with gcc46 - http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.38.y.git;a=commitdiff;h=b1d670f1#patch1
- patch -Np1 -i ${srcdir}/buildfix-gcc46.diff
-
cat ../config.$CARCH >./.config
if [ "${_kernelname}" != "" ]; then
sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config
@@ -219,10 +211,8 @@ package_kernel26-libre-lts-headers() {
# remove unneeded architectures
rm -rf ${pkgdir}/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
}
-md5sums=('9502a2248b2024da4f30a5d52a90322d'
- '30851deee235a7486bd408cbe8eb2d71'
+md5sums=('eabd563bea84785dd74f3f694162ca69'
'3298f542840c52a8b8abc1b3795e455b'
- 'cd1a62e81eb9e910779f3eb18a6e28c6'
+ 'f0fcf2ca389e8997a88963d70153a479'
'2cbfeb3e2a18d45f82f613e97fc23355'
- 'fbfc7a1af3208c7b729055d91e1c149a'
- 'bb7410d7b740dfad0385a07b66e6621f')
+ 'fbfc7a1af3208c7b729055d91e1c149a')