diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-23 09:52:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-23 09:53:30 +0000 |
commit | 712467f3f0f0819e7e341c2b6f36e88b516a645b (patch) | |
tree | 2729e09ba81a8bf9f3e01baefaee28ba8a03a6b7 /main/linux-grsec/kernelconfig.x86 | |
parent | 7f12577d7fc415a2baf8d2fc248b52f8276a9a80 (diff) | |
download | aports-712467f3f0f0819e7e341c2b6f36e88b516a645b.tar.bz2 aports-712467f3f0f0819e7e341c2b6f36e88b516a645b.tar.xz |
main/linux-grsec: upgrade to 3.2.7 and enable 9P filesystem
Diffstat (limited to 'main/linux-grsec/kernelconfig.x86')
-rw-r--r-- | main/linux-grsec/kernelconfig.x86 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86 index 38e8cd914b..d6a674883e 100644 --- a/main/linux-grsec/kernelconfig.x86 +++ b/main/linux-grsec/kernelconfig.x86 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 3.2.2 Kernel Configuration +# Linux/i386 3.2.7 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4905,7 +4905,9 @@ CONFIG_CIFS_ACL=y # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set -# CONFIG_9P_FS is not set +CONFIG_9P_FS=m +CONFIG_9P_FSCACHE=y +CONFIG_9P_FS_POSIX_ACL=y # # Partition Types |