From f48304a5ded8ddb8d69108c87753fdf5fc331747 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 12 Mar 2012 11:33:56 +0000 Subject: [PATCH] [packages] 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 93c884a36a..70901121c1 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