mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +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>
|
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
||||||
|
|
||||||
pkgname=kernel26-withlinux
|
pkgname=kernel26-withlinux
|
||||||
pkgver=2.6.32.5
|
pkgver=2.6.32.7
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="The Linux Kernel and modules"
|
pkgdesc="The Linux Kernel and modules"
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -13,10 +13,10 @@ conflicts=('kernel26')
|
||||||
provides=('kernel26')
|
provides=('kernel26')
|
||||||
install=kernel26-withlinux.install
|
install=kernel26-withlinux.install
|
||||||
source=(http://sheeva.with-linux.com/sheeva/README-$pkgver)
|
source=(http://sheeva.with-linux.com/sheeva/README-$pkgver)
|
||||||
md5sums=('171868bab90250d250430363532f850f')
|
md5sums=('866d09341839da3ba840fa53313f44c0')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/
|
cd ${srcdir}/
|
||||||
mkdir -p ${pkgdir}/usr/share/plugapps/kernel
|
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.
|
and then copy the kernel to /boot/uImage.
|
||||||
|
|
||||||
Also, check the U-Boot environment variables and reboot.
|
Also, check the U-Boot environment variables and reboot.
|
||||||
|
|
||||||
|
If you are using a Pogoplug, do NOT run either of the above.
|
||||||
INSTALL
|
INSTALL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Dan McGee <dan@archlinux.org>
|
# Maintainer: Dan McGee <dan@archlinux.org>
|
||||||
|
|
||||||
pkgname=pacman-mirrorlist
|
pkgname=pacman-mirrorlist
|
||||||
pkgver=20100131
|
pkgver=20100204
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="PlugBox Linux mirror list for use by pacman"
|
pkgdesc="PlugBox Linux mirror list for use by pacman"
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
|
@ -25,4 +25,4 @@ build() {
|
||||||
sed -i -e "s/@carch@/${CARCH}/g" $pkgdir/etc/pacman.d/mirrorlist
|
sed -i -e "s/@carch@/${CARCH}/g" $pkgdir/etc/pacman.d/mirrorlist
|
||||||
}
|
}
|
||||||
|
|
||||||
md5sums=('958304eb7a6ff087e086ede79246048c')
|
md5sums=('c270b54437c49077b181babf2d843956')
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Main Server
|
# Main Server
|
||||||
Server = http://plugapps.com/@arch@/$repo
|
Server = http://plugapps.com/arm/$repo
|
||||||
|
|
Loading…
Reference in a new issue