remove fat patch for 3.8

This commit is contained in:
Tobias Powalowski 2013-02-20 12:32:29 +00:00
parent 6d37e52734
commit 30d0b9c660

View File

@ -17,14 +17,12 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
'config' 'config.x86_64' 'config' 'config.x86_64'
# standard config files for mkinitcpio ramdisk # standard config files for mkinitcpio ramdisk
'linux.preset' 'linux.preset'
'change-default-console-loglevel.patch' 'change-default-console-loglevel.patch')
'fat-3.6.x.patch')
md5sums=('1c738edfc54e7c65faeb90c436104e2f' md5sums=('1c738edfc54e7c65faeb90c436104e2f'
'2e9010a91995b2f127ec8c26edded05d' '2e9010a91995b2f127ec8c26edded05d'
'09be44e718bf96264d245f2c2892d811' '09be44e718bf96264d245f2c2892d811'
'eb14dcfd80c00852ef81ded6e826826a' 'eb14dcfd80c00852ef81ded6e826826a'
'9d3c56a4b999c8bfbd4018089a62f662' '9d3c56a4b999c8bfbd4018089a62f662')
'88d501404f172dac6fcb248978251560')
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
@ -32,7 +30,7 @@ build() {
cd "${srcdir}/${_srcname}" cd "${srcdir}/${_srcname}"
# add upstream patch # add upstream patch
patch -p1 -i "${srcdir}/patch-${pkgver}" # patch -p1 -i "${srcdir}/patch-${pkgver}"
# 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
@ -42,10 +40,6 @@ build() {
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227) # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch" patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch"
# fix cosmetic fat issue
# https://bugs.archlinux.org/task/32916
patch -Np1 -i "${srcdir}/fat-3.6.x.patch"
if [ "${CARCH}" = "x86_64" ]; then if [ "${CARCH}" = "x86_64" ]; then
cat "${srcdir}/config.x86_64" > ./.config cat "${srcdir}/config.x86_64" > ./.config
else else