From: Michael Tremer Date: Sun, 12 May 2019 09:21:32 +0000 (+0100) Subject: xtables-addons: Explicitely add path for alternative kernels X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad794614cde0225b4af871fe5e05e8bb0073c0a7;p=people%2Fms%2Fipfire-2.x.git xtables-addons: Explicitely add path for alternative kernels Signed-off-by: Michael Tremer --- diff --git a/lfs/xtables-addons b/lfs/xtables-addons index 162ef87d8c..2152fa5fd1 100644 --- a/lfs/xtables-addons +++ b/lfs/xtables-addons @@ -101,7 +101,8 @@ ifeq "$(USPACE)" "1" cd $(DIR_APP) && install -m 755 geoip/xt_geoip_build \ /usr/local/bin/ else - cd $(DIR_APP) && ./configure + cd $(DIR_APP) && ./configure \ + --with-kbuild=/lib/modules/$$(uname -r)$(KCFG)/build cd $(DIR_APP) && make $(MAKETUNING) # Install the built kernel modules.