mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
928e893a11
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>
11 lines
280 B
Diff
11 lines
280 B
Diff
--- a/net/mac80211/Kconfig
|
|
+++ b/net/mac80211/Kconfig
|
|
@@ -6,7 +6,6 @@ config MAC80211
|
|
depends on CRYPTO
|
|
select BPAUTO_CRYPTO_LIB_ARC4
|
|
depends on CRYPTO_AES
|
|
- depends on CRYPTO_CMAC
|
|
depends on CRC32
|
|
---help---
|
|
This option enables the hardware independent IEEE 802.11
|