summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netfilter.core
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-27 20:58:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-27 20:58:44 +0200
commite42433d7127f9a50b5dae57fff331ecfdc9883c4 (patch)
tree81cc6860ef65e4077ce59a190d3bbf7166400959 /target/linux/config/Config.in.netfilter.core
parent4b2636bd2aea3aa4f5844083a1de0e9283f31a7a (diff)
iptv via natting now works at last sometime.
alice iptv seems to use destination=ip:port instead of client_port=port, like RFC suggesting it. But destination= is also used by STUN method. As a quick hack I commented out STUN method to avoid crashes. Now at least I can see some tv streams. still not 100% good.
Diffstat (limited to 'target/linux/config/Config.in.netfilter.core')
-rw-r--r--target/linux/config/Config.in.netfilter.core10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/config/Config.in.netfilter.core b/target/linux/config/Config.in.netfilter.core
index 0231b2d13..e2e9a2bbb 100644
--- a/target/linux/config/Config.in.netfilter.core
+++ b/target/linux/config/Config.in.netfilter.core
@@ -82,11 +82,11 @@ config ADK_KPACKAGE_KMOD_NF_CONNTRACK_FTP
required for tracking them, and doing masquerading and other forms
of Network Address Translation on them.
-config ADK_KPACKAGE_KMOD_NF_CONNTRACK_RTSP
- tristate 'RTSP protocol support'
- depends on ADK_KPACKAGE_KMOD_NF_CONNTRACK
- help
- Tracking RTSP connections might be required for IPTV.
+#config ADK_KPACKAGE_KMOD_NF_CONNTRACK_RTSP
+# tristate 'RTSP protocol support'
+# depends on ADK_KPACKAGE_KMOD_NF_CONNTRACK
+# help
+# Tracking RTSP connections might be required for IPTV.
config ADK_KPACKAGE_KMOD_NF_CONNTRACK_IRC
tristate 'IRC protocol support'