diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-03 12:30:38 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-17 13:41:16 +0200 |
commit | 928e893a11db11b350f47921e269cfba17789df0 (patch) | |
tree | 453148cfd6dbeea3232d27c8f1579fd58ca2b3da /package/kernel/mac80211/patches/subsys/132-mac80211-remove-cmac-dependency.patch | |
parent | 742505ef0984d77d966db97fa80407b071334208 (diff) | |
download | upstream-928e893a11db11b350f47921e269cfba17789df0.tar.gz upstream-928e893a11db11b350f47921e269cfba17789df0.tar.bz2 upstream-928e893a11db11b350f47921e269cfba17789df0.zip |
mac80211: Update to version 5.3-rc4-1
The removed patches were applied upstream.
The type of the RT2X00_LIB_EEPROM config option was changed to bool,
because boolean is an invalid value and the new kconfig system
complained about this.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/kernel/mac80211/patches/subsys/132-mac80211-remove-cmac-dependency.patch')
-rw-r--r-- | package/kernel/mac80211/patches/subsys/132-mac80211-remove-cmac-dependency.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/subsys/132-mac80211-remove-cmac-dependency.patch b/package/kernel/mac80211/patches/subsys/132-mac80211-remove-cmac-dependency.patch index a259d5816b..2a9c09b4ad 100644 --- a/package/kernel/mac80211/patches/subsys/132-mac80211-remove-cmac-dependency.patch +++ b/package/kernel/mac80211/patches/subsys/132-mac80211-remove-cmac-dependency.patch @@ -2,7 +2,7 @@ +++ b/net/mac80211/Kconfig @@ -6,7 +6,6 @@ config MAC80211 depends on CRYPTO - depends on CRYPTO_ARC4 + select BPAUTO_CRYPTO_LIB_ARC4 depends on CRYPTO_AES - depends on CRYPTO_CMAC depends on CRC32 |