mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
Bumped kernel to 2.6.32.7
This commit is contained in:
parent
17d3877daf
commit
e9cd7dced6
2 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue