ipset: select kmod-ipt-core to avoid recursive dependency issues (kmod-nfnetlink depends on kmod-ipt-core)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32188 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-11 01:50:49 +00:00
parent e11f5bc722
commit bad65eccbb

View File

@ -71,7 +71,7 @@ define KernelPackage/ipt-ipset
$(call Package/ipset/Default) $(call Package/ipset/Default)
SUBMENU:=Netfilter Extensions SUBMENU:=Netfilter Extensions
TITLE:=IPset netfilter modules TITLE:=IPset netfilter modules
DEPENDS+= kmod-ipt-core +kmod-nfnetlink DEPENDS+= +kmod-ipt-core +kmod-nfnetlink
FILES:=$(foreach mod,$(IPSET_MODULES),$(PKG_BUILD_DIR)/kernel/net/netfilter/$(mod).ko) FILES:=$(foreach mod,$(IPSET_MODULES),$(PKG_BUILD_DIR)/kernel/net/netfilter/$(mod).ko)
AUTOLOAD:=$(call AutoLoad,49,$(notdir $(IPSET_MODULES))) AUTOLOAD:=$(call AutoLoad,49,$(notdir $(IPSET_MODULES)))
endef endef