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
@ -38,7 +38,7 @@ $(eval $(call KernelPackage,ipt-core))
|
|||||||
|
|
||||||
define AddDepends/ipt
|
define AddDepends/ipt
|
||||||
SUBMENU:=$(NF_MENU)
|
SUBMENU:=$(NF_MENU)
|
||||||
DEPENDS+= kmod-ipt-core $(1)
|
DEPENDS+= +kmod-ipt-core $(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user