Updated kernel package to 2.6.32.4

This commit is contained in:
root 2010-01-23 14:42:26 -06:00
parent 24080d67ed
commit f4e4993118
3 changed files with 11 additions and 13 deletions

View file

@ -2,7 +2,7 @@
pkgname=kernel-headers
pkgver=2.6.32
pkgrel=1
pkgrel=2
pkgdesc="The Linux kernel headers"
arch=('arm')
license=('GPL2')
@ -13,6 +13,6 @@ source=(http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-KernelHeaders
md5sums=('74f108703a0b6028dceaf441126df024')
build() {
mkdir pkg
cp -R $startdir/src/usr pkg/
mkdir $startdir/pkg
cp -R $startdir/src/usr $startdir/pkg/
}

View file

@ -1,7 +1,7 @@
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
pkgname=kernel26-withlinux
pkgver=2.6.32
pkgver=2.6.32.4
pkgrel=1
pkgdesc="The Linux Kernel and modules"
arch=('arm')
@ -13,7 +13,7 @@ conflicts=('kernel26')
provides=('kernel26')
install=kernel26-withlinux.install
source=(http://sheeva.with-linux.com/sheeva/README-$pkgver)
md5sums=('0e92fce3a74b90adcf1469dc435c449a')
md5sums=('d3023415f5814a4087e09a940617aa25')
build() {
cd ${srcdir}/

View file

@ -1,12 +1,11 @@
post_install() {
chmod 755 /usr/share/plugapps/kernel/README-*
echo 'If running from internal NAND, run:'
echo '/usr/share/plugapps/kernel/README-2.6.32 --nandkernel'
echo '/usr/share/plugapps/kernel/README-2.6.32.4 --nandkernel'
echo ''
echo 'If running from SD/MMC, run:
echo '/usr/share/plugapps/kernel/README-2.6.32 --rootkernel'
echo 'and then copy the kernel to the appropriate place.'
echo 'See http://openplug.com/ for more information.'
echo '/usr/share/plugapps/kernel/README-2.6.32.4 --rootkernel'
echo 'and then copy the kernel to /boot/uImage.'
echo ''
echo 'Also, check the U-Boot environment variables and reboot.'
}
@ -14,12 +13,11 @@ post_install() {
post_upgrade() {
chmod 755 /usr/share/plugapps/kernel/README-*
echo 'If running from internal NAND, run:'
echo '/usr/share/plugapps/kernel/README-2.6.32 --nandkernel'
echo '/usr/share/plugapps/kernel/README-2.6.32.4 --nandkernel'
echo ''
echo 'If running from SD/MMC, run:
echo '/usr/share/plugapps/kernel/README-2.6.32 --rootkernel'
echo 'and then copy the kernel to the appropriate place.'
echo 'See http://openplug.com/ for more information.'
echo '/usr/share/plugapps/kernel/README-2.6.32.4 --rootkernel'
echo 'and then copy the kernel to /boot/uImage.'
echo ''
echo 'Also, check the U-Boot environment variables and reboot.'
}