diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-16 01:54:14 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-16 01:54:14 -0300 |
commit | 5fb76cfef06bafc8896aca98e84a7f77acb0c5c1 (patch) | |
tree | 5c7ef4c31f53e74a7eac32b8a31ef32d8e0d0dc8 | |
parent | a98ceb5e4508205b45716f665d1e687ef874e11c (diff) | |
download | abslibre-5fb76cfef06bafc8896aca98e84a7f77acb0c5c1.tar.gz abslibre-5fb76cfef06bafc8896aca98e84a7f77acb0c5c1.tar.bz2 abslibre-5fb76cfef06bafc8896aca98e84a7f77acb0c5c1.zip |
linux-libre: fix note about RCN patch
-rw-r--r-- | libre/linux-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index c37d33aed..56c1f805c 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -116,9 +116,9 @@ 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 for all available architectures. git apply -v "${srcdir}/rcn-libre-${_pkgver%-*}-${rcnrel}.patch" # ALARM patches |