diff --git a/core/kernel26-dockstar/PKGBUILD b/core/kernel26-dockstar/PKGBUILD index c11926138..75c5343d2 100644 --- a/core/kernel26-dockstar/PKGBUILD +++ b/core/kernel26-dockstar/PKGBUILD @@ -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 diff --git a/core/kernel26-withlinux/PKGBUILD b/core/kernel26-withlinux/PKGBUILD index 0e0100cdb..90aba519f 100644 --- a/core/kernel26-withlinux/PKGBUILD +++ b/core/kernel26-withlinux/PKGBUILD @@ -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