mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux to 3.0.6-2, now with more AUFS
This commit is contained in:
parent
5979ae4d35
commit
e99dc2fa87
1 changed files with 10 additions and 2 deletions
|
@ -10,7 +10,7 @@ pkgname=('linux' 'linux-headers')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.0
|
||||
pkgver=${_basekernel}.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -20,10 +20,14 @@ source=(#"ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-${_basekernel}.tar.bz
|
|||
#"ftp://ftp.kernel.org/pub/linux/kernel/v3.0/patch-${pkgver}.bz2"
|
||||
"linux-3.0.6.tar.gz"
|
||||
'archlinuxarm.patch'
|
||||
'aufs3-base.patch'
|
||||
'aufs3-standalone.patch'
|
||||
'config'
|
||||
'change-default-console-loglevel.patch')
|
||||
md5sums=('6d0affbfe07192a2f323d41bb707ba68'
|
||||
'2b2b459c34e55e68fc53ac30766ed139'
|
||||
'b9248a75a3fe415a18d4730887daa339'
|
||||
'd961e5dc52b4e4f98a6268b6dc4340fa'
|
||||
'f9e6664ddda72f2bb4932267780d1959'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662')
|
||||
|
||||
|
@ -35,6 +39,10 @@ build() {
|
|||
# Add Arch Linux ARM patch for ARMv5te plug computers
|
||||
patch -Np1 -i ${srcdir}/archlinuxarm.patch
|
||||
|
||||
# Add AUFS3 patches
|
||||
patch -Np1 -i ${srcdir}/aufs3-base.patch
|
||||
patch -Np1 -i ${srcdir}/aufs3-standalone.patch
|
||||
|
||||
# add latest fixes from stable queue, if needed
|
||||
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
||||
|
||||
|
@ -83,7 +91,7 @@ package_linux() {
|
|||
groups=('base')
|
||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16' 'mkinitcpio>=0.7')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
provides=('kernel26')
|
||||
provides=('kernel26' 'aufs_friendly')
|
||||
conflicts=('kernel26')
|
||||
replaces=('kernel26')
|
||||
backup=("etc/mkinitcpio.d/${pkgname}.preset")
|
||||
|
|
Loading…
Reference in a new issue