diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-02-23 14:58:32 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-02-28 17:50:46 +0100 |
commit | e155fc5cb59f2fc26d21c3b3b495d10dc0037ff3 (patch) | |
tree | 5eccb9094f6943af07b88d4eef3075be902d1446 /target/linux/generic | |
parent | 5af55933e063c01f64bba78f352e95b978a47cc1 (diff) | |
download | upstream-e155fc5cb59f2fc26d21c3b3b495d10dc0037ff3.tar.gz upstream-e155fc5cb59f2fc26d21c3b3b495d10dc0037ff3.tar.bz2 upstream-e155fc5cb59f2fc26d21c3b3b495d10dc0037ff3.zip |
x86: Refresh patches on kernel 5.4
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/hack-5.4/260-lib-arc4-unhide.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/generic/hack-5.4/260-lib-arc4-unhide.patch b/target/linux/generic/hack-5.4/260-lib-arc4-unhide.patch deleted file mode 100644 index b518ee2c37..0000000000 --- a/target/linux/generic/hack-5.4/260-lib-arc4-unhide.patch +++ /dev/null @@ -1,15 +0,0 @@ -This makes it possible to select CONFIG_CRYPTO_LIB_ARC4 directly. We -need this to be able to compile this into the kernel and make use of it -from backports. - ---- a/crypto/Kconfig -+++ b/crypto/Kconfig -@@ -1151,7 +1151,7 @@ config CRYPTO_ANUBIS - <http://www.larc.usp.br/~pbarreto/AnubisPage.html> - - config CRYPTO_LIB_ARC4 -- tristate -+ tristate "ARC4 cipher library" - - config CRYPTO_ARC4 - tristate "ARC4 cipher algorithm" |