mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Newer kernel
This commit is contained in:
parent
fc7bd68722
commit
17d3877daf
4 changed files with 9 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
||||
|
||||
pkgname=kernel26-withlinux
|
||||
pkgver=2.6.32.5
|
||||
pkgrel=2
|
||||
pkgver=2.6.32.7
|
||||
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=('171868bab90250d250430363532f850f')
|
||||
md5sums=('866d09341839da3ba840fa53313f44c0')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/
|
||||
mkdir -p ${pkgdir}/usr/share/plugapps/kernel
|
||||
cp README-$pkgver ${pkgdir}/usr/share/plugapps/kernel
|
||||
cp README-$pkgver ${pkgdir}/usr/share/plugapps/kernel/
|
||||
}
|
||||
|
|
|
@ -10,6 +10,8 @@ post_install() {
|
|||
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
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Dan McGee <dan@archlinux.org>
|
||||
|
||||
pkgname=pacman-mirrorlist
|
||||
pkgver=20100131
|
||||
pkgver=20100204
|
||||
pkgrel=1
|
||||
pkgdesc="PlugBox Linux mirror list for use by pacman"
|
||||
arch=('arm')
|
||||
|
@ -25,4 +25,4 @@ build() {
|
|||
sed -i -e "s/@carch@/${CARCH}/g" $pkgdir/etc/pacman.d/mirrorlist
|
||||
}
|
||||
|
||||
md5sums=('958304eb7a6ff087e086ede79246048c')
|
||||
md5sums=('c270b54437c49077b181babf2d843956')
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
#
|
||||
|
||||
# Main Server
|
||||
Server = http://plugapps.com/@arch@/$repo
|
||||
Server = http://plugapps.com/arm/$repo
|
||||
|
|
Loading…
Reference in a new issue