From 938187fa2e49001df110c939575e6f139ca2a5a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thibaut=20VAR=C3=88NE?= Date: Mon, 7 Mar 2022 13:02:15 +0100 Subject: [PATCH] coova-chilli: remove kmod dep on binary package MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit There is no reason for the kmod to depend on the binary package itself, neither for building nor for installing. That dependency prevents phase1 from building the kmod even though support is enabled in the binary. Signed-off-by: Thibaut VARÈNE (cherry picked from commit 385923321bf0625b28b62f9e2538b2a3377c74bb) --- net/coova-chilli/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile index 094815c253..0aa8067500 100644 --- a/net/coova-chilli/Makefile +++ b/net/coova-chilli/Makefile @@ -68,7 +68,7 @@ endef define KernelPackage/ipt-coova URL:=http://www.coova.org/CoovaChilli SUBMENU:=Netfilter Extensions - DEPENDS:=coova-chilli +kmod-ipt-core +libxtables + DEPENDS:=+kmod-ipt-core +libxtables TITLE:=Coova netfilter module FILES:=$(PKG_BUILD_DIR)/src/linux/xt_*.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoProbe,xt_coova) @@ -76,8 +76,6 @@ endef define KernelPackage/ipt-coova/description Netfilter kernel module for CoovaChilli - Includes: - - coova endef DISABLE_NLS= -- 2.30.2