Merge branch 'master' of github.com:plugapps/plugapps

This commit is contained in:
Mike Staszel 2010-10-27 02:53:14 -05:00
commit 58360ce0b6
2 changed files with 7 additions and 7 deletions

View file

@ -3,8 +3,8 @@
# This PKGBUILD makes a kernel for the DockStar with aholler's LED patches.
pkgname=kernel26-dockstar
pkgver=2.6.35.7
pkgrel=2
pkgver=2.6.36
pkgrel=1
pkgdesc="The Linux Kernel and modules with DockStar LEDs"
arch=('arm')
license=('GPL2')
@ -19,7 +19,7 @@ source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-$pkgver.tar.bz2
0001-MTD-partitons-used-by-the-Seagate-FreeAgent-DockStar.patch
0002-LED-definitions-for-the-Seagate-FreeAgent-DockStar.patch
0003-Change-board-name-for-the-SheevaPlug-to-reflect-the-.patch)
md5sums=('f741879bcd3a5366a1bbe0ad5cdb7935'
md5sums=('61f3739a73afb6914cb007f37fb09b62'
'7925336955d2a7470e5de45b7fe31fae'
'0ed85186b0b5446c4afbbc45639a7466'
'e81eae381cc2c282d169c879cc4da54b'
@ -53,5 +53,5 @@ build() {
make INSTALL_MOD_PATH=${pkgdir} modules_install || return 1
# Remove the symlink to the build machine's build directory
rm $pkgdir/lib/modules/$pkgver-dockstar-*-*-dirty/build
rm $pkgdir/lib/modules/$pkgver-dockstar/build
}

View file

@ -3,7 +3,7 @@
# This PKGBUILD builds a kernel using cbxbiker's With-Linux configuration.
pkgname=kernel26-withlinux
pkgver=2.6.35.7
pkgver=2.6.36
pkgrel=1
pkgdesc="The Linux Kernel and modules from WithLinux, natively compiled"
arch=('arm')
@ -16,8 +16,8 @@ provides=('kernel26')
install=kernel26-withlinux.install
source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-$pkgver.tar.bz2
http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver.config)
md5sums=('f741879bcd3a5366a1bbe0ad5cdb7935'
'070845a37d929021ec04bdc3b48b3768')
md5sums=('61f3739a73afb6914cb007f37fb09b62'
'2018fee579704d17905476cfba79bdaf')
LDFLAGS=""
build() {