diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-31 17:57:54 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-31 17:58:24 -0500 |
commit | 625f6569301d5dfe0ae97cf740c9aacb08530ed3 (patch) | |
tree | e0405ac89113ed1736e13cb8f8af4897a1b7d5b9 /main | |
parent | d0bad00b6f4a75bdfb59462a74a8363369150f5a (diff) | |
download | aports-625f6569301d5dfe0ae97cf740c9aacb08530ed3.tar.bz2 aports-625f6569301d5dfe0ae97cf740c9aacb08530ed3.tar.xz |
main/linux-grsec: enable playstation 3 controller support (CONFIG_HID_SONY)
Diffstat (limited to 'main')
-rw-r--r-- | main/linux-grsec/APKBUILD | 6 | ||||
-rw-r--r-- | main/linux-grsec/kernelconfig.x86 | 4 | ||||
-rw-r--r-- | main/linux-grsec/kernelconfig.x86_64 | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 3a0a87e09e..5a4a86f2c3 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=2.6.38.2 _kernver=2.6.38 -pkgrel=1 +pkgrel=2 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -139,5 +139,5 @@ md5sums="7d471477bfa67546f902da62227fa976 linux-2.6.38.tar.bz2 599badab31c4920d4122133208c810d7 patch-2.6.38.2.bz2 fac4f5fb386192c544fae27db6db18a7 grsecurity-2.2.2-2.6.38.2-201103281752.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch -e845706e40b61847d141e7b29bc6aefe kernelconfig.x86 -d526ee0b9ebfad6bb4c4b49e79decfcf kernelconfig.x86_64" +47ff0feca681cd53a037b7f5c9b46c3d kernelconfig.x86 +2d70a4c38d97ca1a5280ca8d4e535628 kernelconfig.x86_64" diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86 index 8ccb7702b4..14fbc4d832 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/i386 2.6.38.1 Kernel Configuration -# Fri Mar 25 09:49:15 2011 +# Thu Mar 31 17:56:09 2011 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -3932,7 +3932,7 @@ CONFIG_HID_ROCCAT_KONE=m CONFIG_HID_ROCCAT_KONEPLUS=m # CONFIG_HID_ROCCAT_PYRA is not set # CONFIG_HID_SAMSUNG is not set -# CONFIG_HID_SONY is not set +CONFIG_HID_SONY=m CONFIG_HID_STANTUM=m # CONFIG_HID_SUNPLUS is not set # CONFIG_HID_GREENASIA is not set diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64 index 27755b1891..c830b9cc32 100644 --- a/main/linux-grsec/kernelconfig.x86_64 +++ b/main/linux-grsec/kernelconfig.x86_64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux/x86_64 2.6.38.1 Kernel Configuration -# Fri Mar 25 11:01:05 2011 +# Thu Mar 31 17:56:09 2011 # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -3874,7 +3874,7 @@ CONFIG_HID_ROCCAT_KONE=m CONFIG_HID_ROCCAT_KONEPLUS=m # CONFIG_HID_ROCCAT_PYRA is not set # CONFIG_HID_SAMSUNG is not set -# CONFIG_HID_SONY is not set +CONFIG_HID_SONY=m CONFIG_HID_STANTUM=m # CONFIG_HID_SUNPLUS is not set # CONFIG_HID_GREENASIA is not set |