summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-aarch64/PKGBUILD
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-01-21 18:04:52 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-01-24 03:57:17 +0100
commit75d02d599d1d041607af05ef3e3444c3295f24e5 (patch)
treecd94f774982478ba9b3fb74cad8fb1f146354078 /kernels/linux-libre-aarch64/PKGBUILD
parentb59286f06511eac5eae81371251c98db14abc474 (diff)
downloadabslibre-75d02d599d1d041607af05ef3e3444c3295f24e5.tar.gz
abslibre-75d02d599d1d041607af05ef3e3444c3295f24e5.tar.bz2
abslibre-75d02d599d1d041607af05ef3e3444c3295f24e5.zip
linux-libre-aarch64: Enable using a 32bit userspace
This is done by enabling CONFIG_COMPAT. Though when importing the configuration on Linux v5.4.8 and enabling this configuration with: make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- xconfig it updated other parts of the the .config as well. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'kernels/linux-libre-aarch64/PKGBUILD')
-rw-r--r--kernels/linux-libre-aarch64/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernels/linux-libre-aarch64/PKGBUILD b/kernels/linux-libre-aarch64/PKGBUILD
index 996ab2fb4..73ccf627c 100644
--- a/kernels/linux-libre-aarch64/PKGBUILD
+++ b/kernels/linux-libre-aarch64/PKGBUILD
@@ -9,7 +9,7 @@ _replacesoldmodules=() # '%' gets replaced with kernel suffix
pkgbase=linux-libre-aarch64
pkgver=5.4.8
-pkgrel=2
+pkgrel=3
pkgdesc='Linux-libre-aarch64'
rcnver=5.4.5
rcnrel=armv7-x13
@@ -123,7 +123,7 @@ sha512sums_armv7h=('bc449032f904b5ef5c4506124871230587dd72849f7fed1d7e9f6ab6f530
# work, and access to the hardware that the patches apply to, to upstream such
# patches.
source+=(config.aarch64)
-sha512sums+=('f93197f9e3f37d0343f710433a5f6346469ee06e62d850aca91776349e9154ddee22f534fd7501bb98024d30b338be1475482849f88e2e3ca0821e9f4d59fc19')
+sha512sums+=('c1cfd8760c24435938d1f44610c97f34725d79ae8b64e7a5477927fb2b811571229814dd7e3def42a224c2c59d5e59a45ea7b94a1e7b80e764a47c4f6a62156c')
_replacesarchkernel=("${_replacesarchkernel[@]/\%/${pkgbase#linux-libre}}")
_replacesoldkernels=("${_replacesoldkernels[@]/\%/${pkgbase#linux-libre}}")