From 7550e475a63b458276b70a7529583256233cb340 Mon Sep 17 00:00:00 2001 From: Mike Staszel Date: Wed, 11 Aug 2010 16:15:47 -0500 Subject: [PATCH] WithLinux kernel 2.6.35.1 --- core/kernel26-withlinux/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/kernel26-withlinux/PKGBUILD b/core/kernel26-withlinux/PKGBUILD index 0216fce67..9878af1f1 100644 --- a/core/kernel26-withlinux/PKGBUILD +++ b/core/kernel26-withlinux/PKGBUILD @@ -3,8 +3,8 @@ # This PKGBUILD builds a kernel using cbxbiker's With-Linux configuration. pkgname=kernel26-withlinux -pkgver=2.6.34.2 -pkgrel=2 +pkgver=2.6.35.1 +pkgrel=1 pkgdesc="The Linux Kernel and modules from WithLinux, natively compiled" arch=('arm') license=('GPL2') @@ -16,8 +16,8 @@ provides=('kernel26') install=kernel26-withlinux.install source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-$pkgver.tar.bz2 http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver.config) -md5sums=('bccca90a4bfd74b1335012e78d433cd5' - 'b92a6df65fc7d1f3780280e5252f83f3') +md5sums=('27b266dda534761fb027a6c47605b7e3' + '6c0d5121469057b99603b3ed6a0227ab') LDFLAGS="" build() { @@ -29,7 +29,7 @@ build() { mv $srcdir/sheeva-$pkgver.config .config # Make! - make clean modules uImage || return 1 + make modules uImage || return 1 # Pack up the created uImage mkdir -p $pkgdir/boot