WithLinux kernel 2.6.35.1

This commit is contained in:
Mike Staszel 2010-08-11 16:15:47 -05:00
parent 160de084fa
commit 7550e475a6

View file

@ -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