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 | c0f6b9501c5c46f18846b86f09c10a115614ea9c (patch) | |
tree | c90ac7a768fdfd210c64248bafead24acf35b046 | |
parent | 040d8db6cc3c7f5d4d12a14ecf8ab8b18502b769 (diff) | |
download | mtk-20170518-c0f6b9501c5c46f18846b86f09c10a115614ea9c.zip mtk-20170518-c0f6b9501c5c46f18846b86f09c10a115614ea9c.tar.gz mtk-20170518-c0f6b9501c5c46f18846b86f09c10a115614ea9c.tar.bz2 |
Corrected typo for RTSP support
SVN-Revision: 2795
-rw-r--r-- | openwrt/target/linux/linux-2.4/config/brcm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/config/brcm b/openwrt/target/linux/linux-2.4/config/brcm index a8636a7..1813f44 100644 --- a/openwrt/target/linux/linux-2.4/config/brcm +++ b/openwrt/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 |