mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
WithLinux kernel 2.6.35.1
This commit is contained in:
parent
160de084fa
commit
7550e475a6
1 changed files with 5 additions and 5 deletions
|
@ -3,8 +3,8 @@
|
||||||
# This PKGBUILD builds a kernel using cbxbiker's With-Linux configuration.
|
# This PKGBUILD builds a kernel using cbxbiker's With-Linux configuration.
|
||||||
|
|
||||||
pkgname=kernel26-withlinux
|
pkgname=kernel26-withlinux
|
||||||
pkgver=2.6.34.2
|
pkgver=2.6.35.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="The Linux Kernel and modules from WithLinux, natively compiled"
|
pkgdesc="The Linux Kernel and modules from WithLinux, natively compiled"
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -16,8 +16,8 @@ provides=('kernel26')
|
||||||
install=kernel26-withlinux.install
|
install=kernel26-withlinux.install
|
||||||
source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-$pkgver.tar.bz2
|
source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-$pkgver.tar.bz2
|
||||||
http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver.config)
|
http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver.config)
|
||||||
md5sums=('bccca90a4bfd74b1335012e78d433cd5'
|
md5sums=('27b266dda534761fb027a6c47605b7e3'
|
||||||
'b92a6df65fc7d1f3780280e5252f83f3')
|
'6c0d5121469057b99603b3ed6a0227ab')
|
||||||
LDFLAGS=""
|
LDFLAGS=""
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -29,7 +29,7 @@ build() {
|
||||||
mv $srcdir/sheeva-$pkgver.config .config
|
mv $srcdir/sheeva-$pkgver.config .config
|
||||||
|
|
||||||
# Make!
|
# Make!
|
||||||
make clean modules uImage || return 1
|
make modules uImage || return 1
|
||||||
|
|
||||||
# Pack up the created uImage
|
# Pack up the created uImage
|
||||||
mkdir -p $pkgdir/boot
|
mkdir -p $pkgdir/boot
|
||||||
|
|
Loading…
Reference in a new issue