aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kbuild')
-rw-r--r--src/Kbuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Kbuild b/src/Kbuild
index b03b29c..c5b8718 100644
--- a/src/Kbuild
+++ b/src/Kbuild
@@ -29,11 +29,6 @@ CONFIG_WIREGUARD := m
ifneq ($(CONFIG_SMP),)
ccflags-y += -DCONFIG_WIREGUARD_PARALLEL=y
endif
-ifneq ($(CONFIG_MODULES),)
-ifeq ($(CONFIG_NETFILTER_XT_MATCH_HASHLIMIT),)
-$(error "WireGuard requires CONFIG_NETFILTER_XT_MATCH_HASHLIMIT to be configured in your kernel. See https://www.wireguard.io/install/#kernel-requirements for more info")
-endif
-endif
endif
include $(src)/compat/Kbuild.include