kernel26-withlinux bumped to 2.6.35.6

This commit is contained in:
Mike Staszel 2010-09-28 01:23:29 +00:00
parent 0e3d002a9e
commit 88650b6f60
2 changed files with 3 additions and 4 deletions

View file

@ -28,7 +28,7 @@ LDFLAGS=""
build() {
cd $srcdir/
cp 000* dockstar-$pkgver.config linux-$pkgver/
cp 000* dockstar-2.6.35.4.config linux-$pkgver/
cd linux-$pkgver
# Apply Aholler's DockStar hardware patches
@ -37,7 +37,7 @@ build() {
patch -p1 -i 0003-Change-board-name-for-the-SheevaPlug-to-reflect-the-.patch
# Prepare for make
mv dockstar-$pkgver.config .config
mv dockstar-2.6.35.4.config .config
echo "Press ENTER 4972 times..."
make oldconfig

View file

@ -3,7 +3,7 @@
# This PKGBUILD builds a kernel using cbxbiker's With-Linux configuration.
pkgname=kernel26-withlinux
pkgver=2.6.35.4
pkgver=2.6.35.6
pkgrel=1
pkgdesc="The Linux Kernel and modules from WithLinux, natively compiled"
arch=('arm')
@ -25,7 +25,6 @@ build() {
# Prepare for make
mv $srcdir/sheeva-$pkgver.config .config
make menuconfig
# Make!
make modules uImage || return 1