diff options
author | John Audia <therealgraysky@proton.me> | 2022-05-30 08:45:46 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-06-07 22:28:59 +0200 |
commit | 0ca93670693bc63045b181505d9ff69c4bde5750 (patch) | |
tree | 6faa65ab18b1ee4d10b35e8c86b2474a23fa7286 /target/linux/generic/hack-5.10 | |
parent | 49f8a75031c8fb2efc4824166da75f1473cdab6b (diff) | |
download | upstream-0ca93670693bc63045b181505d9ff69c4bde5750.tar.gz upstream-0ca93670693bc63045b181505d9ff69c4bde5750.tar.bz2 upstream-0ca93670693bc63045b181505d9ff69c4bde5750.zip |
kernel: bump 5.10 to 5.10.119
Delete the crypto-lib-blake2s kmod package, as BLAKE2s is now built-in.
Patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800, x86/64
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit cd634afe6cb6565eb6865931c8d73d97cab3600a)
Diffstat (limited to 'target/linux/generic/hack-5.10')
-rw-r--r-- | target/linux/generic/hack-5.10/261-lib-arc4-unhide.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-5.10/261-lib-arc4-unhide.patch b/target/linux/generic/hack-5.10/261-lib-arc4-unhide.patch index a7668acfad..dfba811f31 100644 --- a/target/linux/generic/hack-5.10/261-lib-arc4-unhide.patch +++ b/target/linux/generic/hack-5.10/261-lib-arc4-unhide.patch @@ -4,7 +4,7 @@ from backports. --- a/lib/crypto/Kconfig +++ b/lib/crypto/Kconfig -@@ -6,7 +6,7 @@ config CRYPTO_LIB_AES +@@ -4,7 +4,7 @@ config CRYPTO_LIB_AES tristate config CRYPTO_LIB_ARC4 @@ -12,4 +12,4 @@ from backports. + tristate "ARC4 cipher library" config CRYPTO_ARCH_HAVE_LIB_BLAKE2S - tristate + bool |