projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15c4e22
)
iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack now
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 19 Feb 2010 01:44:10 +0000
(
01:44
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 19 Feb 2010 01:44:10 +0000
(
01:44
+0000)
SVN-Revision: 19722
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index 375f453e457cc675cd0d25af5117fd5d6f0a96f0..20e4b315caa5f915e230716f2b07453439040c41 100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-68,6
+68,8
@@
define Package/iptables-mod-conntrack/description
Basic iptables extensions for connection tracking.
Includes:
- state
+ - raw
+ - NOTRACK
endef
define Package/iptables-mod-conntrack-extra
@@
-210,8
+212,6
@@
define Package/iptables-mod-extra/description
- libipt_physdev
- libipt_pkttype
- libipt_recent
- - iptable_raw
- - libipt_NOTRACK
endef
define Package/iptables-utils