diff options
Diffstat (limited to 'libre/linux-libre-grsec')
-rw-r--r-- | libre/linux-libre-grsec/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/linux-libre-grsec/PKGBUILD b/libre/linux-libre-grsec/PKGBUILD index 33d428bf2..70388fdb3 100644 --- a/libre/linux-libre-grsec/PKGBUILD +++ b/libre/linux-libre-grsec/PKGBUILD @@ -127,10 +127,10 @@ prepare() { rm localversion-grsec if [ "${CARCH}" = "armv7h" ]; then - # RCN patch (CM3 firmware deblobbed and AUFS removed) - # Note: AUFS was removed in the RCN patch since it are being supported by - # linux-libre-pck through PCK patch for all available architectures. - # See https://wiki.parabola.nu/PCK for further details. + # RCN patch (CM3 firmware deblobbed, AUFS and RT removed) + # Note: For stability reasons, AUFS and RT have been removed in the RCN patch. + # We are supporting AUFS in linux-libre-pck through PCK patch and RT through its official + # patch in linux-libre-rt. See https://wiki.parabola.nu/PCK for further details about PCK. git apply -v "${srcdir}/rcn-libre-grsec-${_pkgver%-*}-${rcnrel}.patch" # disable implicit function declaration error since grsecurity patches conflicts against some RCN modules |