diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-16 11:11:49 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-16 11:11:49 -0300 |
commit | da6963459c9e22f6f531fc212e5506069d00b4d1 (patch) | |
tree | 3488866e1ff30c9e3b0a7c60e0e756f033b71a42 | |
parent | 647386f460c2a6c54c03e4a90e3d1072d6fb1c72 (diff) | |
download | abslibre-da6963459c9e22f6f531fc212e5506069d00b4d1.tar.gz abslibre-da6963459c9e22f6f531fc212e5506069d00b4d1.tar.bz2 abslibre-da6963459c9e22f6f531fc212e5506069d00b4d1.zip |
linux-libre-audit: update note about RCN patch
-rw-r--r-- | kernels/linux-libre-audit/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kernels/linux-libre-audit/PKGBUILD b/kernels/linux-libre-audit/PKGBUILD index 1e19490ce..f8692bb45 100644 --- a/kernels/linux-libre-audit/PKGBUILD +++ b/kernels/linux-libre-audit/PKGBUILD @@ -115,9 +115,10 @@ prepare() { fi if [ "${CARCH}" = "armv7h" ]; then - # RCN patch (CM3 firmware deblobbed) - # Note: features not merged into mainline kernel were removed in the RCN patch (eg. AUFS) - # since it are being supported by our custom kernels (eg. linux-libre-pck). + # 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. git apply -v "${srcdir}/rcn-libre-${_pkgver%-*}-${rcnrel}.patch" # ALARM patches |