remove patches merged upstream
This commit is contained in:
		
							parent
							
								
									a22ad53e75
								
							
						
					
					
						commit
						1c94b33f5b
					
				
							
								
								
									
										24
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								PKGBUILD
									
									
									
									
									
								
							@ -8,7 +8,7 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -ARCH kernel
 | 
			
		||||
_kernelname=${pkgname#linux}
 | 
			
		||||
_basekernel=3.5
 | 
			
		||||
pkgver=${_basekernel}
 | 
			
		||||
pkgrel=1
 | 
			
		||||
pkgrel=2
 | 
			
		||||
arch=('i686' 'x86_64')
 | 
			
		||||
url="http://www.kernel.org/"
 | 
			
		||||
license=('GPL2')
 | 
			
		||||
@ -20,16 +20,12 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.5.tar.xz"
 | 
			
		||||
        'config' 'config.x86_64'
 | 
			
		||||
        # standard config files for mkinitcpio ramdisk
 | 
			
		||||
        "${pkgname}.preset"
 | 
			
		||||
        'fix-acerhdf-1810T-bios.patch'
 | 
			
		||||
        'change-default-console-loglevel.patch'
 | 
			
		||||
        'i915-fix-ghost-tv-output.patch')
 | 
			
		||||
        'change-default-console-loglevel.patch')
 | 
			
		||||
md5sums=('24153eaaa81dedc9481ada8cd9c3b83d'
 | 
			
		||||
         'a2facfc8fe8ba073f64d125694cda469'
 | 
			
		||||
         '05d00f104528ced0a3bd9bd6ca9733b9'
 | 
			
		||||
         'eb14dcfd80c00852ef81ded6e826826a'
 | 
			
		||||
         '38c1fd4a1f303f1f6c38e7f082727e2f'
 | 
			
		||||
         '9d3c56a4b999c8bfbd4018089a62f662'
 | 
			
		||||
         '263725f20c0b9eb9c353040792d644e5')
 | 
			
		||||
         '9d3c56a4b999c8bfbd4018089a62f662')
 | 
			
		||||
 | 
			
		||||
build() {
 | 
			
		||||
  cd "${srcdir}/linux-${_basekernel}"
 | 
			
		||||
@ -40,20 +36,6 @@ build() {
 | 
			
		||||
  # add latest fixes from stable queue, if needed
 | 
			
		||||
  # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 | 
			
		||||
 | 
			
		||||
  # Some chips detect a ghost TV output
 | 
			
		||||
  # mailing list discussion: http://lists.freedesktop.org/archives/intel-gfx/2011-April/010371.html
 | 
			
		||||
  # Arch Linux bug report: FS#19234
 | 
			
		||||
  #
 | 
			
		||||
  # It is unclear why this patch wasn't merged upstream, it was accepted,
 | 
			
		||||
  # then dropped because the reasoning was unclear. However, it is clearly
 | 
			
		||||
  # needed.
 | 
			
		||||
  patch -Np1 -i "${srcdir}/i915-fix-ghost-tv-output.patch"
 | 
			
		||||
 | 
			
		||||
  # Patch submitted upstream, waiting for inclusion:
 | 
			
		||||
  # https://lkml.org/lkml/2012/2/19/51
 | 
			
		||||
  # add support for latest bios of Acer 1810T acerhdf module
 | 
			
		||||
  patch -Np1 -i "${srcdir}/fix-acerhdf-1810T-bios.patch"
 | 
			
		||||
 | 
			
		||||
  # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
 | 
			
		||||
  # remove this when a Kconfig knob is made available by upstream
 | 
			
		||||
  # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user