diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-29 14:55:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-29 14:55:32 +0000 |
commit | c85fd1e54990f6c869e1ed9b2712162a94dc7483 (patch) | |
tree | 579f0d30922fa2031b4a71592f4fe6f0b83ab333 | |
parent | 0fcf19096b30be87c14d14dedacb16a3f2ae00f4 (diff) | |
download | upstream-c85fd1e54990f6c869e1ed9b2712162a94dc7483.tar.gz upstream-c85fd1e54990f6c869e1ed9b2712162a94dc7483.tar.bz2 upstream-c85fd1e54990f6c869e1ed9b2712162a94dc7483.zip |
Corrected typo for RTSP support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2795 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/linux-2.4/config/brcm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/linux-2.4/config/brcm b/target/linux/linux-2.4/config/brcm index a8636a7ba3..1813f44b7a 100644 --- a/target/linux/linux-2.4/config/brcm +++ b/target/linux/linux-2.4/config/brcm @@ -365,7 +365,7 @@ CONFIG_IP_NF_PPTP=m CONFIG_IP_NF_SIP=m CONFIG_IP_NF_H323=m CONFIG_IP_NF_MMS=m -CONFIG_IP_NF_NAT_RTSP=m +CONFIG_IP_NF_RTSP=m CONFIG_IP_NF_QUEUE=m CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_MATCH_LIMIT=m |