summaryrefslogtreecommitdiff
path: root/backport/compat/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-07-10 16:50:27 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2016-07-13 19:16:30 +0200
commit0b879b047cd07cdde5bea835493d64c9f214c938 (patch)
tree02a5d037df06d59df21e6b044281e5891f86a370 /backport/compat/Makefile
parent1405680d47ca6e04fee4200d7c6097f7b7b8bfcd (diff)
backports: add rhashtable_walk_init()
Since commit 1068c678f "rhashtable: accept GFP flags in rhashtable_walk_init" rhashtable_walk_init() takes an additional parameter which is also used by the mac80211 code, so backport the function. For kernel < 4.1 this is not needed, because we already ship a recent version of rhashtable. Add rhashtable_walk_init() instead of adding the complete rhashtable to same some space on recent kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'backport/compat/Makefile')
-rw-r--r--backport/compat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/backport/compat/Makefile b/backport/compat/Makefile
index 7651f83d..6013083e 100644
--- a/backport/compat/Makefile
+++ b/backport/compat/Makefile
@@ -32,6 +32,7 @@ compat-$(CPTCFG_KERNEL_4_3) += backport-4.3.o
compat-$(CPTCFG_KERNEL_4_4) += backport-4.4.o
compat-$(CPTCFG_KERNEL_4_5) += backport-4.5.o
compat-$(CPTCFG_KERNEL_4_6) += backport-4.6.o
+compat-$(CPTCFG_KERNEL_4_7) += backport-4.7.o
compat-$(CPTCFG_BPAUTO_BUILD_CRYPTO_CCM) += crypto-ccm.o
compat-$(CPTCFG_BPAUTO_CRYPTO_SKCIPHER) += crypto-skcipher.o