diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 386393bf11eeffab3ff7303dd384412b8c82fa95..3726f6cd394a472059837afcdd01ad8d1fd6668b 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 9ba8e667879b11198c3c68dfaea9d687d8aea1cd..38e8cd914ba29db3e2c94dad1e4b4a637e2fda26 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 5fe9f305b7e11542d963af3f6419427bfe4ad7e8..045bfa90efeb3e797da4340a2a2ce11d860d0f58 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