diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-02 14:14:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-02 14:52:42 +0000 |
commit | c669af5344d674cf6b9718151c131173a6333ce1 (patch) | |
tree | 8cd7e86e13cdf7536199dba67eb96b821f96d55c /main/linux-grsec | |
parent | 62cc6d18100d6541ac987ee4298fe74a129cb9a6 (diff) | |
download | aports-c669af5344d674cf6b9718151c131173a6333ce1.tar.bz2 aports-c669af5344d674cf6b9718151c131173a6333ce1.tar.xz |
main/linux-grsec: enable devtmpfs
udev-176 and later needs it
Diffstat (limited to 'main/linux-grsec')
-rw-r--r-- | main/linux-grsec/APKBUILD | 6 | ||||
-rw-r--r-- | main/linux-grsec/kernelconfig.x86 | 3 | ||||
-rw-r--r-- | main/linux-grsec/kernelconfig.x86_64 | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 386393bf11..3726f6cd39 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=3.2.2 _kernver=3.2 -pkgrel=2 +pkgrel=3 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -145,5 +145,5 @@ e9e53fba37c5e2afa4cdecab234120bd patch-3.2.2.bz2 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch f3eda7112ef074a4121ec6de943c63ee x86-centaur-enable-cx8-for-via-eden-too.patch 62cc7d7b5ba7ef05b72ff91c0411c189 linux-3.0.x-regression-with-ipv4-routes-having-mtu.patch -fca35f0f47e31720a87ba9d3bedf76aa kernelconfig.x86 -79ae970fb58cc5eac8fcf0af0cc6f710 kernelconfig.x86_64" +bd0b139de82316d44cf3376533daddb8 kernelconfig.x86 +84644f7193b0b9d9bd474b5ec322a0f8 kernelconfig.x86_64" diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86 index 9ba8e66787..38e8cd914b 100644 --- a/main/linux-grsec/kernelconfig.x86 +++ b/main/linux-grsec/kernelconfig.x86 @@ -1230,7 +1230,8 @@ CONFIG_CEPH_LIB=m # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" -# CONFIG_DEVTMPFS is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y CONFIG_STANDALONE=y # CONFIG_PREVENT_FIRMWARE_BUILD is not set CONFIG_FW_LOADER=m diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64 index 5fe9f305b7..045bfa90ef 100644 --- a/main/linux-grsec/kernelconfig.x86_64 +++ b/main/linux-grsec/kernelconfig.x86_64 @@ -1197,7 +1197,8 @@ CONFIG_CEPH_LIB=m # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" -# CONFIG_DEVTMPFS is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y CONFIG_STANDALONE=y # CONFIG_PREVENT_FIRMWARE_BUILD is not set CONFIG_FW_LOADER=m |