[packages] ipset: load kmods after nfnetlink
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 12 Mar 2012 11:33:56 +0000 (11:33 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 12 Mar 2012 11:33:56 +0000 (11:33 +0000)
SVN-Revision: 30899

net/ipset/Makefile

index 93c884a36a653c1ec8da78f60e3aa29408f8a8de..70901121c1fc34f68f421cf49f973efa00f64dea 100644 (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))