mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Updated kernel26-withlinux to 2.6.33.2
This commit is contained in:
parent
15928dbbd0
commit
3bdeadce66
2 changed files with 5 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
||||
|
||||
pkgname=kernel26-withlinux
|
||||
pkgver=2.6.32.9
|
||||
pkgrel=2
|
||||
pkgver=2.6.33.2
|
||||
pkgrel=1
|
||||
pkgdesc="The Linux Kernel and modules"
|
||||
arch=('arm')
|
||||
license=('GPL2')
|
||||
|
@ -13,10 +13,10 @@ conflicts=('kernel26')
|
|||
provides=('kernel26')
|
||||
install=kernel26-withlinux.install
|
||||
source=(http://sheeva.with-linux.com/sheeva/README-$pkgver)
|
||||
md5sums=('8c74f21a16b93cef2b159ce8119654b2')
|
||||
md5sums=('ddbdeacfa8b6d175273888ab09c6dda8')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/
|
||||
mkdir -p ${pkgdir}/usr/share/plugapps/kernel
|
||||
cp README-$pkgver ${pkgdir}/usr/share/plugapps/kernel/
|
||||
install -D -m 755 README-$pkgver ${pkgdir}/usr/share/plugapps/kernel/
|
||||
}
|
||||
|
|
|
@ -1,17 +1,13 @@
|
|||
post_install() {
|
||||
chmod 755 /usr/share/plugapps/kernel/README-*
|
||||
|
||||
cat <<INSTALL
|
||||
If running from internal NAND, run:
|
||||
/usr/share/plugapps/kernel/README-* --nandkernel
|
||||
|
||||
If running from SD/MMC or on a TonidoPlug, run:
|
||||
If running from SD/MMC/USB, run:
|
||||
/usr/share/plugapps/kernel/README-* --rootkernel
|
||||
and then copy the kernel to /boot/uImage.
|
||||
|
||||
Also, check the U-Boot environment variables and reboot.
|
||||
|
||||
If you are using a Pogoplug, do NOT run either of the above.
|
||||
INSTALL
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue