kernel26: remove acerhk integration (won't compile) - update to 2.36.1 - aufs2.1 20101122

This commit is contained in:
philm 2010-11-29 11:33:25 +00:00
parent fb12d7b111
commit b616a489a6
4 changed files with 16 additions and 27 deletions

View File

@ -13,8 +13,8 @@ pkgname=('kernel26' 'kernel26-firmware' 'kernel26-headers') # Build stock -CHAKR
#_kernelname=${pkgname#kernel26}
_kernelname=""
_basekernel=2.6.36
pkgver=${_basekernel}
pkgrel=8
pkgver=${_basekernel}.1
pkgrel=1
_patchname="patch-${pkgver}-${pkgrel}-CHAKRA"
arch=(i686 x86_64)
license=('GPL2')
@ -26,9 +26,9 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
# standard config files for mkinitcpio ramdisk
kernel26.preset)
md5sums=('61f3739a73afb6914cb007f37fb09b62'
'b5f2c25178676613ad114b6db3765d3e'
'8356222147b4ccf3ab545ce1daee2b20'
'318770b743975d2e65b3acce1836397a'
'19064f47b7e7a7931961e1cf3d2d78f5'
'6a15f7d4f7c88fa7894b3a353548fa55'
'9dc3149aea0be00a570fa81319588acc'
'25584700a0a679542929c4bed31433b6')
build() {
@ -82,7 +82,8 @@ package_kernel26() {
'pwc' 'nforce' 'squashfs' 'unionfs' 'ivtv'
'zd1211' 'kvm-modules' 'iwlwifi' 'rt2x00-cvs'
'gspcav1' 'atl2' 'wlan-ng26' 'rt2500' 'kernel26'
'aufs2' 'acerhk')
'aufs2')
provides=('aufs2')
install=kernel26.install
optdepends=('crda: to set the correct wireless channels of your country')

View File

@ -4609,7 +4609,6 @@ CONFIG_ACPI_QUICKSTART=m
CONFIG_X86_PLATFORM_DEVICES=y
CONFIG_ACER_WMI=m
CONFIG_ACERHDF=m
CONFIG_ACERHK=m
CONFIG_ASUS_LAPTOP=m
CONFIG_DELL_LAPTOP=m
CONFIG_DELL_WMI=m

View File

@ -4360,7 +4360,6 @@ CONFIG_ACPI_QUICKSTART=m
CONFIG_X86_PLATFORM_DEVICES=y
CONFIG_ACER_WMI=m
CONFIG_ACERHDF=m
CONFIG_ACERHK=m
CONFIG_ASUS_LAPTOP=m
CONFIG_DELL_LAPTOP=m
CONFIG_DELL_WMI=m

View File

@ -7,38 +7,28 @@ SRCNAME="linux-2.6.36-CHAKRA"
# Patches:
# URL%patchlevel
# or
# filename%patchlevel (file must be in patches/ subdirectory)
# filename%patchlevel (file must be in patches subdirectory)
PATCHES=(
# add upstream patch from 2.6.36 series
#http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.36.1.bz2%1
http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.36.1.bz2%1
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
# add aufs2 support, in reference to:
# http://aufs.sourceforge.net
http://chakra-project.org/sources/kernel26/patches/aufs2.1/aufs2-kbuild.patch%1
http://chakra-project.org/sources/kernel26/patches/aufs2.1/aufs2-base.patch%1
http://chakra-project.org/sources/kernel26/patches/aufs2.1/aufs2-standalone.patch%1
http://chakra-project.org/sources/kernel26/patches/aufs2.1/aufs2.1-standalone.tree-36-UNRELEASED-20101111.patch.bz2%1
http://chakra-project.org/sources/kernel26/patches/36/aufs2.1/aufs2-kbuild.patch%1
http://chakra-project.org/sources/kernel26/patches/36/aufs2.1/aufs2-base.patch%1
http://chakra-project.org/sources/kernel26/patches/36/aufs2.1/aufs2-standalone.patch%1
http://chakra-project.org/sources/kernel26/patches/36/aufs2.1/aufs2.1-2010-11-22.patch%1
# squashfs with lzma
http://chakra-project.org/sources/kernel26/patches/squashfs-lzma/kernel-squashfs-lzma-v1.7-2.6.36.patch.bz2%1
# acerhk
http://chakra-project.org/sources/kernel26/patches/acerhk/01_acerhk-0.5.35.patch.bz2%1
http://chakra-project.org/sources/kernel26/patches/acerhk/02_64bits_support_for_aspire5100.patch%1
http://chakra-project.org/sources/kernel26/patches/acerhk/03_Add_Medion_MD97600_support.patch%1
http://chakra-project.org/sources/kernel26/patches/acerhk/04_3rd-acerhk-proc_dir_entry-owner.patch%1
http://chakra-project.org/sources/kernel26/patches/acerhk/05_kbuild.patch%1
http://chakra-project.org/sources/kernel26/patches/acerhk/06_lindent.patch.bz2%1
http://chakra-project.org/sources/kernel26/patches/acerhk/07_remove-ifdefs-for-ancient-kernels.patch.bz2%1
http://chakra-project.org/sources/kernel26/patches/acerhk/08_remove-ifdefs-for-ACERDEBUG.patch.bz2%1
http://chakra-project.org/sources/kernel26/patches/acerhk/09_kcompat-2.6.36.patch%1
http://chakra-project.org/sources/kernel26/patches/36/squashfs-lzma/kernel-squashfs-lzma-v1.7-2.6.36.patch.bz2%1
# sched_autogroup
http://chakra-project.org/sources/kernel26/patches/autogroup/autogroup-2.6.36-Galbraith-lnet.1.patch.bz2%1
http://chakra-project.org/sources/kernel26/patches/36/autogroup/autogroup-2.6.36-Galbraith-lnet.1.patch.bz2%1
)
# Name of the resulting patch (will be bzipped afterwards)
PATCHNAME="patch-2.6.36-8-CHAKRA"
PATCHNAME="patch-2.6.36.1-1-CHAKRA"
# Run this before applying patches
pre_apply() {