diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-16 10:41:20 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-16 10:43:03 -0300 |
commit | 9fb95b7749266f949d18215b19a0b8f6ba6614b5 (patch) | |
tree | 7a1d13667a357e9071db3251042212ca9b9e058d /libre | |
parent | 779710982a810154c29e91b14d0477ba416cf203 (diff) | |
download | abslibre-9fb95b7749266f949d18215b19a0b8f6ba6614b5.tar.gz abslibre-9fb95b7749266f949d18215b19a0b8f6ba6614b5.tar.bz2 abslibre-9fb95b7749266f949d18215b19a0b8f6ba6614b5.zip |
linux-libre: update note about RCN patch
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 56c1f805c..56670e424 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -118,7 +118,8 @@ prepare() { 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 for all available architectures. + # 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 |