remove current RTSP support

SVN-Revision: 29643
master
Jo-Philipp Wich 13 years ago
parent 237282ae8c
commit a788f199c9
  1. 4
      include/netfilter.mk
  2. 1
      package/kernel/modules/netfilter.mk
  3. 1366
      target/linux/generic/patches-2.6.30/190-netfilter_rtsp.patch
  4. 1366
      target/linux/generic/patches-2.6.31/190-netfilter_rtsp.patch
  5. 1366
      target/linux/generic/patches-2.6.32/190-netfilter_rtsp.patch
  6. 1366
      target/linux/generic/patches-2.6.36/190-netfilter_rtsp.patch
  7. 1366
      target/linux/generic/patches-2.6.37/605-netfilter_rtsp.patch
  8. 1366
      target/linux/generic/patches-2.6.38/605-netfilter_rtsp.patch
  9. 1366
      target/linux/generic/patches-2.6.39/605-netfilter_rtsp.patch
  10. 1366
      target/linux/generic/patches-3.0/605-netfilter_rtsp.patch
  11. 1366
      target/linux/generic/patches-3.1/605-netfilter_rtsp.patch

@ -241,10 +241,6 @@ $(eval $(call nf_add,IPT_NATHELPER_EXTRA,CONFIG_IP_NF_PPTP, $(P_V4)ip_conntrack_
$(eval $(call nf_add,IPT_NATHELPER_EXTRA,CONFIG_IP_NF_NAT_PPTP, $(P_V4)ip_nat_pptp))
$(eval $(call nf_add,IPT_NATHELPER_EXTRA,CONFIG_NF_CONNTRACK_PPTP, $(P_XT)nf_conntrack_pptp))
$(eval $(call nf_add,IPT_NATHELPER_EXTRA,CONFIG_NF_NAT_PPTP, $(P_V4)nf_nat_pptp))
$(eval $(call nf_add,IPT_NATHELPER_EXTRA,CONFIG_IP_NF_RTSP, $(P_V4)ip_conntrack_rtsp))
$(eval $(call nf_add,IPT_NATHELPER_EXTRA,CONFIG_IP_NF_NAT_RTSP, $(P_V4)ip_nat_rtsp))
$(eval $(call nf_add,IPT_NATHELPER_EXTRA,CONFIG_NF_CONNTRACK_RTSP, $(P_XT)nf_conntrack_rtsp))
$(eval $(call nf_add,IPT_NATHELPER_EXTRA,CONFIG_NF_NAT_RTSP, $(P_V4)nf_nat_rtsp))
$(eval $(call nf_add,IPT_NATHELPER_EXTRA,CONFIG_IP_NF_SIP, $(P_V4)ip_conntrack_sip))
$(eval $(call nf_add,IPT_NATHELPER_EXTRA,CONFIG_IP_NF_NAT_SIP, $(P_V4)ip_nat_sip))
$(eval $(call nf_add,IPT_NATHELPER_EXTRA,CONFIG_NF_CONNTRACK_SIP, $(P_XT)nf_conntrack_sip))

@ -217,7 +217,6 @@ define KernelPackage/ipt-nathelper-extra/description
- mms
- pptp
- proto_gre
- rtsp
- sip
- snmp_basic
endef

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save