projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d78339f
)
[packages] ipset: load kmods after nfnetlink
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 12 Mar 2012 11:33:56 +0000
(11:33 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 12 Mar 2012 11:33:56 +0000
(11:33 +0000)
SVN-Revision: 30899
net/ipset/Makefile
patch
|
blob
|
history
diff --git
a/net/ipset/Makefile
b/net/ipset/Makefile
index 93c884a36a653c1ec8da78f60e3aa29408f8a8de..70901121c1fc34f68f421cf49f973efa00f64dea 100644
(file)
--- 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,4
6
,$(notdir $(IPSET_MODULES)))
+ AUTOLOAD:=$(call AutoLoad,4
9
,$(notdir $(IPSET_MODULES)))
endef
$(eval $(call BuildPackage,ipset))