From: Michael Tremer Date: Fri, 10 May 2019 09:25:46 +0000 (+0100) Subject: xtables-addons: Automatically detect location of kernel source X-Git-Tag: v2.23-core133~70^2~5 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=0aa82849052c63a01d6b098d7ea968c7af708790;hp=0ad5f6a1fcc82cdfd936a4f2e01c1521df022c25 xtables-addons: Automatically detect location of kernel source Signed-off-by: Michael Tremer --- diff --git a/lfs/xtables-addons b/lfs/xtables-addons index 4cf220c4e1..162ef87d8c 100644 --- a/lfs/xtables-addons +++ b/lfs/xtables-addons @@ -101,9 +101,7 @@ ifeq "$(USPACE)" "1" cd $(DIR_APP) && install -m 755 geoip/xt_geoip_build \ /usr/local/bin/ else - cd $(DIR_APP) && ./configure \ - --with-kbuild=/usr/src/linux-$(KVER)/ - + cd $(DIR_APP) && ./configure cd $(DIR_APP) && make $(MAKETUNING) # Install the built kernel modules.