projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05178e6
)
update netfilter packages description, patch from Edgar Soldin
author
Florian Fainelli
<florian@openwrt.org>
Sat, 20 Mar 2010 10:27:24 +0000
(10:27 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 20 Mar 2010 10:27:24 +0000
(10:27 +0000)
SVN-Revision: 20311
package/kernel/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netfilter.mk
b/package/kernel/modules/netfilter.mk
index c8f8b1381d48bea4d331b735f265984f10a9c4b6..0b8cb21a9bce8a72fc2512c3aea85e76d5c12a72 100644
(file)
--- a/
package/kernel/modules/netfilter.mk
+++ b/
package/kernel/modules/netfilter.mk
@@
-49,7
+49,12
@@
endef
define KernelPackage/ipt-conntrack/description
Netfilter (IPv4) kernel modules for connection tracking
Includes:
+ - conntrack
+ - defrag
+ - iptables_raw
+ - NOTRACK
- state
+ - xt_NOTRACK
endef
$(eval $(call KernelPackage,ipt-conntrack))
@@
-71,7
+76,6
@@
define KernelPackage/ipt-conntrack-extra/description
- conntrack
- helper
- recent
- - NOTRACK
endef
$(eval $(call KernelPackage,ipt-conntrack-extra))
@@
-309,8
+313,6
@@
define KernelPackage/ipt-extra/description
- ipt_physdev
- ipt_pkttype
- ipt_recent
- - iptable_raw
- - xt_NOTRACK
endef
$(eval $(call KernelPackage,ipt-extra))