diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-24 09:56:07 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-24 09:56:07 -0300 |
commit | b646a980dd13712730e457790097a67c38414f48 (patch) | |
tree | 3382fe64559e1fe84836f6dcd725675aab20688d | |
parent | bef32238bfed84261cc0a2f53923949301b47a80 (diff) | |
download | abslibre-b646a980dd13712730e457790097a67c38414f48.tar.gz abslibre-b646a980dd13712730e457790097a67c38414f48.tar.bz2 abslibre-b646a980dd13712730e457790097a67c38414f48.zip |
kernels: update RCN patch note
-rw-r--r-- | kernels/linux-libre-audit/PKGBUILD | 8 | ||||
-rw-r--r-- | kernels/linux-libre-grsec-knock/PKGBUILD | 8 | ||||
-rw-r--r-- | kernels/linux-libre-knock/PKGBUILD | 8 | ||||
-rw-r--r-- | kernels/linux-libre-lts-knock/PKGBUILD | 8 | ||||
-rw-r--r-- | kernels/linux-libre-rt/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/linux-libre-grsec/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/linux-libre-pck/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/linux-libre/PKGBUILD | 8 |
9 files changed, 36 insertions, 36 deletions
diff --git a/kernels/linux-libre-audit/PKGBUILD b/kernels/linux-libre-audit/PKGBUILD index 59d354708..160c7f2a7 100644 --- a/kernels/linux-libre-audit/PKGBUILD +++ b/kernels/linux-libre-audit/PKGBUILD @@ -115,10 +115,10 @@ prepare() { fi 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-${_pkgver%-*}-${rcnrel}.patch" # ALARM patches diff --git a/kernels/linux-libre-grsec-knock/PKGBUILD b/kernels/linux-libre-grsec-knock/PKGBUILD index 969f2e304..e2f748f56 100644 --- a/kernels/linux-libre-grsec-knock/PKGBUILD +++ b/kernels/linux-libre-grsec-knock/PKGBUILD @@ -138,10 +138,10 @@ prepare() { patch -p1 -i "${srcdir}/tcp_stealth_${_knockpatchver}.diff" 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 diff --git a/kernels/linux-libre-knock/PKGBUILD b/kernels/linux-libre-knock/PKGBUILD index fbca9e274..dff43d52b 100644 --- a/kernels/linux-libre-knock/PKGBUILD +++ b/kernels/linux-libre-knock/PKGBUILD @@ -126,10 +126,10 @@ prepare() { patch -p1 -i "${srcdir}/tcp_stealth_${_knockpatchver}.diff" 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-${_pkgver%-*}-${rcnrel}.patch" # ALARM patches diff --git a/kernels/linux-libre-lts-knock/PKGBUILD b/kernels/linux-libre-lts-knock/PKGBUILD index b35735028..8bc0cc798 100644 --- a/kernels/linux-libre-lts-knock/PKGBUILD +++ b/kernels/linux-libre-lts-knock/PKGBUILD @@ -126,10 +126,10 @@ prepare() { patch -p1 -i "${srcdir}/tcp_stealth_${_knockpatchver}.diff" 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-${_pkgver%-*}-${rcnrel}.patch" # ALARM patches diff --git a/kernels/linux-libre-rt/PKGBUILD b/kernels/linux-libre-rt/PKGBUILD index 9bc8c774a..c74719db0 100644 --- a/kernels/linux-libre-rt/PKGBUILD +++ b/kernels/linux-libre-rt/PKGBUILD @@ -126,10 +126,10 @@ prepare() { rm localversion-rt 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-rt-${_pkgver%-*}-${rcnrel}.patch" # ALARM patches 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 diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 6e3f912a0..9a4ac9de5 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -115,10 +115,10 @@ prepare() { fi 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-${_pkgver%-*}-${rcnrel}.patch" # ALARM patches diff --git a/libre/linux-libre-pck/PKGBUILD b/libre/linux-libre-pck/PKGBUILD index 9194badc9..0ac634108 100644 --- a/libre/linux-libre-pck/PKGBUILD +++ b/libre/linux-libre-pck/PKGBUILD @@ -114,10 +114,10 @@ prepare() { patch -p1 -i "${srcdir}/patch-${_pkgver}-${_pckpatchver}.patch" 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-${_pkgver%-*}-${rcnrel}.patch" # ALARM patches diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 502169fce..673063f58 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -116,10 +116,10 @@ prepare() { fi 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-${_pkgver%-*}-${rcnrel}.patch" # ALARM patches |