mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ipt-trigger: Resolve dependecies for Mediatek platform.
This commit is contained in:
parent
3a7c4119ff
commit
e708d6caec
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ define KernelPackage/ipt-trigger
|
|||
SUBMENU:=Other modules
|
||||
TITLE:=Kernel module for iptables port trigger
|
||||
FILES:=$(PKG_BUILD_DIR)/src/ipv4/ipt_TRIGGER.ko
|
||||
DEPENDS+=+kmod-nf-nat
|
||||
DEPENDS+=+kmod-nf-nat +kmod-ipt-core
|
||||
AUTOLOAD:=$(call AutoLoad,30,ipt_TRIGGER,1)
|
||||
KCONFIG:=
|
||||
endef
|
||||
|
|
@ -32,7 +32,7 @@ endef
|
|||
define KernelPackage/ip6t-trigger
|
||||
SUBMENU:=Other modules
|
||||
TITLE:=Kernel module for ip6tables port trigger
|
||||
DEPENDS+=+kmod-nf-nat
|
||||
DEPENDS+=+kmod-nf-nat +kmod-ipt-core
|
||||
FILES:=$(PKG_BUILD_DIR)/src/ipv6/ip6t_TRIGGER.ko
|
||||
AUTOLOAD:=$(call AutoLoad,30,ip6t_TRIGGER,1)
|
||||
KCONFIG:=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue