mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/kernel26 to 2.6.37.2-1.1
This commit is contained in:
parent
18b93637a4
commit
b407714249
1 changed files with 5 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
# Contributor: Julian Langschaedel <meta.rb@gmail.com>
|
||||
|
||||
noautobuild=1
|
||||
plugrel=1
|
||||
|
||||
# In kernel26-headers, scsi.h is explicitly copied to the package
|
||||
# this is done at the very end of this PKGBUILD
|
||||
|
@ -11,12 +12,11 @@ pkgbase="kernel26"
|
|||
pkgname=('kernel26' 'kernel26-headers')
|
||||
_kernelname=${pkgname#kernel26}
|
||||
_basekernel=2.6.37
|
||||
pkgver=${_basekernel}.1
|
||||
pkgver=${_basekernel}.2
|
||||
_pkgrel=1
|
||||
plugrel=1
|
||||
pkgrel="${_pkgrel}.${plugrel}"
|
||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'make')
|
||||
_patchname="patch-${pkgver}-${_pkgrel}-ARCH"
|
||||
_patchname="patch-${pkgver}-1-ARCH"
|
||||
replaces=('kernel26-withlinux' 'kernel26-dockstar')
|
||||
arch=(arm)
|
||||
CARCH=arm
|
||||
|
@ -31,7 +31,7 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
|
|||
kernel26.preset
|
||||
GoFlex-Home.patch)
|
||||
md5sums=('c8ee37b4fdccdb651e0603d35350b434'
|
||||
'39bb8ff13c9a6f7c99b32287c2993cbe'
|
||||
'36b75f121a044445853442a6f414f5b7'
|
||||
'fd2566a7b961b8f402bfeac127229c7e'
|
||||
'bcdd89efa758a653204458140f3ba1a7'
|
||||
'25584700a0a679542929c4bed31433b6'
|
||||
|
@ -55,7 +55,7 @@ build() {
|
|||
# get kernel version
|
||||
make prepare
|
||||
# Configure the kernel. Replace the line below with one of your choice.
|
||||
make menuconfig # CLI menu for configuration
|
||||
#make menuconfig # CLI menu for configuration
|
||||
#make nconfig # new CLI menu for configuration
|
||||
#make oldconfig # using old config from previous kernel version
|
||||
|
||||
|
|
Loading…
Reference in a new issue