From: Thibaut VARÈNE Date: Mon, 7 Mar 2022 12:02:15 +0000 (+0100) Subject: coova-chilli: remove kmod dep on binary package X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=385923321bf0625b28b62f9e2538b2a3377c74bb;p=feed%2Fpackages.git coova-chilli: remove kmod dep on binary package 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 --- diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile index a4f1db7e09..ece1138695 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=