From 810cede7b12f3ce398d5280adedfcc392054eb4a Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 12 Mar 2012 11:33:56 +0000 Subject: [PATCH] [packages] ipset: load kmods after nfnetlink git-svn-id: svn://svn.openwrt.org/openwrt/packages@30899 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ipset/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipset/Makefile b/net/ipset/Makefile index 93c884a36..70901121c 100644 --- a/net/ipset/Makefile +++ b/net/ipset/Makefile @@ -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)) -- 2.11.0