From 57052eb178392ec67f64ea1d0d6c3ef39ca5159b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 12 Mar 2012 11:33:56 +0000 Subject: [PATCH] ipset: load kmods after nfnetlink SVN-Revision: 30899 --- 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.30.2