summaryrefslogtreecommitdiff
path: root/package/xtables-addons
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-12-10 19:53:19 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-12-29 23:53:04 +0100
commit5203541aa62c1d77d1e85662961bd7ab313813bc (patch)
tree7591d86d9211eacad8567aa8af680240fe51249d /package/xtables-addons
parent44bf3e1a9e2ad5fc03470c9661ef065e1bb3690f (diff)
package/xtables-addons: require kernel modules from Kconfig
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/xtables-addons')
-rw-r--r--package/xtables-addons/Config.in1
-rw-r--r--package/xtables-addons/xtables-addons.mk6
2 files changed, 1 insertions, 6 deletions
diff --git a/package/xtables-addons/Config.in b/package/xtables-addons/Config.in
index a68761810..453851960 100644
--- a/package/xtables-addons/Config.in
+++ b/package/xtables-addons/Config.in
@@ -10,6 +10,7 @@ config BR2_PACKAGE_XTABLES_ADDONS
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_STATIC_LIBS # extensions are .so
select BR2_PACKAGE_IPTABLES
+ select BR2_LINUX_NEEDS_MODULES # not using kernel-module infra
help
Xtables-addons is the successor to patch-o-matic(-ng).
Likewise, it contains extensions that were not, or are not yet,
diff --git a/package/xtables-addons/xtables-addons.mk b/package/xtables-addons/xtables-addons.mk
index 66e738627..b4e5992a7 100644
--- a/package/xtables-addons/xtables-addons.mk
+++ b/package/xtables-addons/xtables-addons.mk
@@ -16,12 +16,6 @@ XTABLES_ADDONS_CONF_OPTS = \
--with-xtables="$(STAGING_DIR)/usr" \
--with-xtlibdir="/usr/lib/xtables"
-# We're building a kernel module without using the kernel-module infra,
-# so we need to tell we want module support in the kernel
-ifeq ($(BR2_PACKAGE_XTABLES_ADDONS),y)
-LINUX_NEEDS_MODULES = y
-endif
-
# geoip helpers need perl with modules and unzip so disable
define XTABLES_DISABLE_GEOIP_HELPERS
$(SED) 's/ geoip//' $(@D)/Makefile.in