diff options
-rw-r--r-- | main/linux-grsec/APKBUILD | 2 | ||||
-rw-r--r-- | main/linux-grsec/kernelconfig.x86 | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 94f0078df8..685d908c65 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=2.6.35.10 _kernver=2.6.35 -pkgrel=1 +pkgrel=2 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86 index 498f17bf8e..3dffe3e222 100644 --- a/main/linux-grsec/kernelconfig.x86 +++ b/main/linux-grsec/kernelconfig.x86 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.35.9 -# Tue Dec 7 13:46:27 2010 +# Linux kernel version: 2.6.35.10 +# Fri Jan 28 14:26:26 2011 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4265,7 +4265,9 @@ CONFIG_STAGING=y # CONFIG_IDE_PHISON is not set # CONFIG_LINE6_USB is not set # CONFIG_DRM_VMWGFX is not set -# CONFIG_DRM_NOUVEAU is not set +CONFIG_DRM_NOUVEAU=m +CONFIG_DRM_NOUVEAU_BACKLIGHT=y +CONFIG_DRM_NOUVEAU_DEBUG=y # # I2C encoder or helper chips |