From: Johannes Berg Date: Thu, 15 May 2014 09:22:06 +0000 (+0200) Subject: backport: CCM: set correct dependencies X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=816cbc860692cb60bf6e5e16ec2b4532992c7e0a;p=openwrt%2Fstaging%2Fblogic.git backport: CCM: set correct dependencies If these aren't actually compiled in, then the mac80211 code will fail at runtime. Add these dependencies so we at least get a warning at compile time about this. Signed-off-by: Johannes Berg Signed-off-by: Hauke Mehrtens --- diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig index 5af74337c43a..026b3f378f5b 100644 --- a/backport/compat/Kconfig +++ b/backport/compat/Kconfig @@ -128,6 +128,8 @@ config BACKPORT_USERSEL_BUILD_ALL you probably shouldn't enable it. config BACKPORT_CRYPTO_CCM + depends on CRYPTO_AEAD + depends on CRYPTO_CTR bool config BACKPORT_BUILD_CRYPTO_CCM