mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Tweaked filenames for clarity in linux-kirkwood
This commit is contained in:
parent
2fe814ad22
commit
af98a8fbd7
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ options=('!strip')
|
||||||
source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2"
|
source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.bz2"
|
||||||
'archlinuxarm.patch'
|
'archlinuxarm.patch'
|
||||||
'support.patch'
|
'support.patch'
|
||||||
'aufs3.5-patch.xz'
|
'aufs3-3.5.patch.xz'
|
||||||
'config'
|
'config'
|
||||||
'mach-types::http://www.arm.linux.org.uk/developer/machines/download.php'
|
'mach-types::http://www.arm.linux.org.uk/developer/machines/download.php'
|
||||||
'change-default-console-loglevel.patch'
|
'change-default-console-loglevel.patch'
|
||||||
|
@ -30,7 +30,7 @@ md5sums=('d59404c0828d8f52540bb670246ca8b3'
|
||||||
'f5d3635da03cb45904bedd69b47133de'
|
'f5d3635da03cb45904bedd69b47133de'
|
||||||
'227356bd0efdc6b9a6925d46b3701141'
|
'227356bd0efdc6b9a6925d46b3701141'
|
||||||
'16a089a35649c4f98c079346464a1834'
|
'16a089a35649c4f98c079346464a1834'
|
||||||
'3df59cf78eaadec44a858949e1ca17d4'
|
'c71d874ac837268520d64bcc659179d3'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'd00814b57448895e65fbbc800e8a58ba'
|
'd00814b57448895e65fbbc800e8a58ba'
|
||||||
'3a4b8d23c1708283e29477931d63ffb8')
|
'3a4b8d23c1708283e29477931d63ffb8')
|
||||||
|
@ -48,7 +48,7 @@ build() {
|
||||||
cp "${srcdir}/mach-types" arch/arm/tools
|
cp "${srcdir}/mach-types" arch/arm/tools
|
||||||
|
|
||||||
# Add AUFS3 patches
|
# Add AUFS3 patches
|
||||||
patch -Np1 -i "${srcdir}/aufs3.5-patch"
|
patch -Np1 -i "${srcdir}/aufs3-3.5.patch"
|
||||||
|
|
||||||
# add latest fixes from stable queue, if needed
|
# add latest fixes from stable queue, if needed
|
||||||
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
||||||
|
|
Loading…
Reference in a new issue