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 <hacks@slashdirt.org>
This commit is contained in:
Thibaut VARÈNE 2022-03-07 13:02:15 +01:00 committed by Rosen Penev
parent fb99d50c1e
commit 385923321b

View file

@ -68,7 +68,7 @@ endef
define KernelPackage/ipt-coova define KernelPackage/ipt-coova
URL:=http://www.coova.org/CoovaChilli URL:=http://www.coova.org/CoovaChilli
SUBMENU:=Netfilter Extensions SUBMENU:=Netfilter Extensions
DEPENDS:=coova-chilli +kmod-ipt-core +libxtables DEPENDS:=+kmod-ipt-core +libxtables
TITLE:=Coova netfilter module TITLE:=Coova netfilter module
FILES:=$(PKG_BUILD_DIR)/src/linux/xt_*.$(LINUX_KMOD_SUFFIX) FILES:=$(PKG_BUILD_DIR)/src/linux/xt_*.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoProbe,xt_coova) AUTOLOAD:=$(call AutoProbe,xt_coova)
@ -76,8 +76,6 @@ endef
define KernelPackage/ipt-coova/description define KernelPackage/ipt-coova/description
Netfilter kernel module for CoovaChilli Netfilter kernel module for CoovaChilli
Includes:
- coova
endef endef
DISABLE_NLS= DISABLE_NLS=