mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Begin work on patching dockstar kernel to match specs of the wthlinux kernel
This commit is contained in:
parent
7ac3fe3cc7
commit
f185f4bc2a
5 changed files with 2396 additions and 332 deletions
|
@ -3,7 +3,7 @@
|
|||
# This PKGBUILD makes a kernel for the DockStar with aholler's LED patches.
|
||||
|
||||
pkgname=kernel26-dockstar
|
||||
pkgver=2.6.35.2
|
||||
pkgver=2.6.35.4
|
||||
pkgrel=1
|
||||
pkgdesc="The Linux Kernel and modules with DockStar LEDs"
|
||||
arch=('arm')
|
||||
|
@ -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=('0da1c090199663c180d8a60bf49de36e'
|
||||
md5sums=('0bb2cd59c13d7412f813c8fbc0769eec'
|
||||
'2ff476d7bad26179d56154be9acb9c29'
|
||||
'0ed85186b0b5446c4afbbc45639a7466'
|
||||
'e81eae381cc2c282d169c879cc4da54b'
|
||||
|
@ -40,6 +40,7 @@ build() {
|
|||
mv config-2.6.35.2-dockstar .config
|
||||
echo "Press ENTER 4972 times..."
|
||||
make oldconfig
|
||||
make menuconfig
|
||||
|
||||
# Make!
|
||||
make modules uImage || return 1
|
||||
|
|
1730
core/kernel26-dockstar/aholler-to-withlinux.patch
Normal file
1730
core/kernel26-dockstar/aholler-to-withlinux.patch
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -3,7 +3,7 @@
|
|||
# This PKGBUILD builds a kernel using cbxbiker's With-Linux configuration.
|
||||
|
||||
pkgname=kernel26-withlinux
|
||||
pkgver=2.6.35.2
|
||||
pkgver=2.6.35.4
|
||||
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=('0da1c090199663c180d8a60bf49de36e'
|
||||
'4a2d9a701cf6ae86ee83c0ef4b3e0605')
|
||||
md5sums=('0bb2cd59c13d7412f813c8fbc0769eec'
|
||||
'580e0671968a0bf4d1e931c2f5261fef')
|
||||
LDFLAGS=""
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# $Id: PKGBUILD 64786 2010-01-22 07:44:39Z eric $
|
||||
# Maintainer: Paul Mattal <paul@archlinux.org>
|
||||
|
||||
# This PKGBUILD was submitted by a user
|
||||
|
||||
pkgname=tightvnc
|
||||
pkgver=1.3.10
|
||||
pkgrel=5
|
||||
|
|
Loading…
Reference in a new issue