bump to latest version, use ext4 module for everything
This commit is contained in:
parent
3a8338d3c4
commit
0e0aab38f9
10
PKGBUILD
10
PKGBUILD
|
@ -7,8 +7,8 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -ARCH kernel
|
||||||
# pkgname=linux-custom # Build kernel with a different name
|
# pkgname=linux-custom # Build kernel with a different name
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.2
|
_basekernel=3.2
|
||||||
pkgver=${_basekernel}.6
|
pkgver=${_basekernel}.7
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -24,9 +24,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.tar.xz"
|
||||||
'i915-fix-ghost-tv-output.patch'
|
'i915-fix-ghost-tv-output.patch'
|
||||||
'i915-gpu-finish.patch')
|
'i915-gpu-finish.patch')
|
||||||
md5sums=('364066fa18767ec0ae5f4e4abcf9dc51'
|
md5sums=('364066fa18767ec0ae5f4e4abcf9dc51'
|
||||||
'0aea8fc5e705c5b1ef68697de9379cef'
|
'e507fce2c266549df9565172196c912d'
|
||||||
'0586218916c5a8838ee3094783a30e4b'
|
'd23c3442fa462d2dfcfb20e2e6b10b1c'
|
||||||
'd973c546dccbe687fd4df8d6c6d888cd'
|
'48c7c341662c213a94fecc4e60353099'
|
||||||
'eb14dcfd80c00852ef81ded6e826826a'
|
'eb14dcfd80c00852ef81ded6e826826a'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'263725f20c0b9eb9c353040792d644e5'
|
'263725f20c0b9eb9c353040792d644e5'
|
||||||
|
|
13
config
13
config
|
@ -5227,17 +5227,10 @@ CONFIG_SIGMA=m
|
||||||
#
|
#
|
||||||
# File systems
|
# File systems
|
||||||
#
|
#
|
||||||
CONFIG_EXT2_FS=m
|
# CONFIG_EXT2_FS is not set
|
||||||
CONFIG_EXT2_FS_XATTR=y
|
# CONFIG_EXT3_FS is not set
|
||||||
CONFIG_EXT2_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT2_FS_SECURITY=y
|
|
||||||
# CONFIG_EXT2_FS_XIP is not set
|
|
||||||
CONFIG_EXT3_FS=m
|
|
||||||
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
|
|
||||||
CONFIG_EXT3_FS_XATTR=y
|
|
||||||
CONFIG_EXT3_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT3_FS_SECURITY=y
|
|
||||||
CONFIG_EXT4_FS=m
|
CONFIG_EXT4_FS=m
|
||||||
|
CONFIG_EXT4_USE_FOR_EXT23=y
|
||||||
CONFIG_EXT4_FS_XATTR=y
|
CONFIG_EXT4_FS_XATTR=y
|
||||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
CONFIG_EXT4_FS_POSIX_ACL=y
|
||||||
CONFIG_EXT4_FS_SECURITY=y
|
CONFIG_EXT4_FS_SECURITY=y
|
||||||
|
|
|
@ -4988,17 +4988,10 @@ CONFIG_SIGMA=m
|
||||||
#
|
#
|
||||||
# File systems
|
# File systems
|
||||||
#
|
#
|
||||||
CONFIG_EXT2_FS=m
|
# CONFIG_EXT2_FS is not set
|
||||||
CONFIG_EXT2_FS_XATTR=y
|
# CONFIG_EXT3_FS is not set
|
||||||
CONFIG_EXT2_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT2_FS_SECURITY=y
|
|
||||||
# CONFIG_EXT2_FS_XIP is not set
|
|
||||||
CONFIG_EXT3_FS=m
|
|
||||||
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
|
|
||||||
CONFIG_EXT3_FS_XATTR=y
|
|
||||||
CONFIG_EXT3_FS_POSIX_ACL=y
|
|
||||||
CONFIG_EXT3_FS_SECURITY=y
|
|
||||||
CONFIG_EXT4_FS=m
|
CONFIG_EXT4_FS=m
|
||||||
|
CONFIG_EXT4_USE_FOR_EXT23=y
|
||||||
CONFIG_EXT4_FS_XATTR=y
|
CONFIG_EXT4_FS_XATTR=y
|
||||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
CONFIG_EXT4_FS_POSIX_ACL=y
|
||||||
CONFIG_EXT4_FS_SECURITY=y
|
CONFIG_EXT4_FS_SECURITY=y
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=
|
KERNEL_NAME=
|
||||||
KERNEL_VERSION=3.2.6-2-ARCH
|
KERNEL_VERSION=3.2.7-1-ARCH
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
|
Loading…
Reference in New Issue