kernel: change ipt depends to a select
Fixes recursive dependencies with kmod-ipt-core. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37426
This commit is contained in:
parent
7bbe1656cb
commit
1f59f8ed40
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ $(eval $(call KernelPackage,ipt-core))
|
|||
|
||||
define AddDepends/ipt
|
||||
SUBMENU:=$(NF_MENU)
|
||||
DEPENDS+= kmod-ipt-core $(1)
|
||||
DEPENDS+= +kmod-ipt-core $(1)
|
||||
endef
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue