projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3bfc60
)
xtables-addons: fix packaging of iptaccount
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 28 Feb 2013 10:58:12 +0000
(10:58 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 28 Feb 2013 10:58:12 +0000
(10:58 +0000)
SVN-Revision: 35831
package/network/utils/xtables-addons/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/xtables-addons/Makefile
b/package/network/utils/xtables-addons/Makefile
index aabc698723b77611c5ead0a2f63ede6289789ed1..10bafd14e75e44e509030e68b9d1b746c7979e71 100644
(file)
--- a/
package/network/utils/xtables-addons/Makefile
+++ b/
package/network/utils/xtables-addons/Makefile
@@
-156,3
+156,5
@@
$(eval $(call BuildTemplate,rawnat,RAWNAT,xt_RAWDNAT xt_RAWSNAT,xt_RAWNAT,46,+km
$(eval $(call BuildTemplate,steal,STEAL,xt_STEAL,xt_STEAL,46,+kmod-ipt-compat-xtables))
$(eval $(call BuildTemplate,sysrq,SYSRQ,xt_SYSRQ,xt_SYSRQ,46,+kmod-ipt-compat-xtables))
$(eval $(call BuildTemplate,tarpit,TARPIT,xt_TARPIT,xt_TARPIT,46,+kmod-ipt-compat-xtables))
+
+$(eval $(call BuildPackage,iptaccount))