Bumped kernel to 2.6.32.7

This commit is contained in:
root 2010-02-06 02:04:44 -06:00
parent 17d3877daf
commit e9cd7dced6
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
pkgname=kernel26-withlinux
pkgver=2.6.32.7
pkgrel=1
pkgrel=2
pkgdesc="The Linux Kernel and modules"
arch=('arm')
license=('GPL2')

View file

@ -3,10 +3,10 @@ post_install() {
cat <<INSTALL
If running from internal NAND, run:
/usr/share/plugapps/kernel/README-2.6.32.5 --nandkernel
/usr/share/plugapps/kernel/README-2.6.32.7 --nandkernel
If running from SD/MMC, run:
/usr/share/plugapps/kernel/README-2.6.32.5 --rootkernel
/usr/share/plugapps/kernel/README-2.6.32.7 --rootkernel
and then copy the kernel to /boot/uImage.
Also, check the U-Boot environment variables and reboot.