diff options
author | David P <megver83@parabola.nu> | 2020-08-27 20:29:24 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2020-08-27 20:29:24 -0400 |
commit | bc8e20309a13748a0981a63ca59b62bf40362c82 (patch) | |
tree | b1f50a15d505d3fb6e39002561f3630c36f78f89 /libre/linux-libre-pck | |
parent | 4d1bee5446e3604895fb721caaefaef8f426ca44 (diff) | |
download | abslibre-bc8e20309a13748a0981a63ca59b62bf40362c82.tar.gz abslibre-bc8e20309a13748a0981a63ca59b62bf40362c82.tar.bz2 abslibre-bc8e20309a13748a0981a63ca59b62bf40362c82.zip |
linux-libre{,-pck}: disable CONFIG_CRYPTO_AEGIS128_SIMD in config.armv7h
it broked the build
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre-pck')
-rw-r--r-- | libre/linux-libre-pck/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/linux-libre-pck/config.armv7h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre-pck/PKGBUILD b/libre/linux-libre-pck/PKGBUILD index 8d4e1e747..71d90275a 100644 --- a/libre/linux-libre-pck/PKGBUILD +++ b/libre/linux-libre-pck/PKGBUILD @@ -46,7 +46,7 @@ sha512sums=('ee31b02ebb50fb061f58c9d6011c2fcda93931b2b443adb19916928a4ea1c8e60a9 'SKIP' '0b057e98325286dd40531f4e9ba515e2ea0a564bc25e9401435120b95cf1fe221fa00ad4766df477c46e248da5ea52d9bd3d94ecf6f2fada330781e803f18887' '7b5a7c81d42c639a2ecf730d9d81dc9912251bf38ceaf5947577afe4cc8b95d33667a5bae67d94f942cab35be3a9c1b977db66e21d9413103d10430e35f7c7ae' - '5085c74264e396a36ec6bd35fd7746d4ea21767a598829b4999ba56e8bac8de595b5730a4b497eef4cdb476e40a76c1c6ffd2089e466dba55dec5f2cdb7fc516' + '225f25a3aa30d4e601019c697a7818f09df610d2d1f238c960eb7689f7caac63b57e2d191e9b64c8b2f9634c02190796acbcb58c5ef42278036398af77ddb30a' '53103bf55b957b657039510527df0df01279dec59cda115a4d6454e4135025d4546167fa30bdc99107f232561c1e096d8328609ab5a876cf7017176f92ad3e0b' '98e97155f86bbe837d43f27ec1018b5b6fdc6c372d6f7f2a0fe29da117d53979d9f9c262f886850d92002898682781029b80d4ee923633fc068f979e6c8254be') diff --git a/libre/linux-libre-pck/config.armv7h b/libre/linux-libre-pck/config.armv7h index 350b1ee3a..6bceddc7e 100644 --- a/libre/linux-libre-pck/config.armv7h +++ b/libre/linux-libre-pck/config.armv7h @@ -9475,7 +9475,7 @@ CONFIG_CRYPTO_CCM=m CONFIG_CRYPTO_GCM=m CONFIG_CRYPTO_CHACHA20POLY1305=m CONFIG_CRYPTO_AEGIS128=m -CONFIG_CRYPTO_AEGIS128_SIMD=y +# CONFIG_CRYPTO_AEGIS128_SIMD is not set CONFIG_CRYPTO_SEQIV=y CONFIG_CRYPTO_ECHAINIV=m |