[packages] ipset: load kmods after nfnetlink

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30899 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-03-12 11:33:56 +00:00
parent bc5ee53154
commit 810cede7b1

View File

@ -72,7 +72,7 @@ $(call Package/ipset/Default)
TITLE:=IPset netfilter modules
DEPENDS+= kmod-ipt-core +kmod-nfnetlink
FILES:=$(foreach mod,$(IPSET_MODULES),$(PKG_BUILD_DIR)/kernel/net/netfilter/$(mod).ko)
AUTOLOAD:=$(call AutoLoad,46,$(notdir $(IPSET_MODULES)))
AUTOLOAD:=$(call AutoLoad,49,$(notdir $(IPSET_MODULES)))
endef
$(eval $(call BuildPackage,ipset))