diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-12 02:38:10 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-12 02:38:10 +0000 |
commit | b9aebcbd66559b70eef9c2589f4bea20cd646627 (patch) | |
tree | a8eb70a38a32055d687b8afb2e3211c2b0aaf568 /openwrt/package/linux/linux.config | |
parent | 5945c330433dcee2b8d19343ad72158eacf3588b (diff) | |
download | mtk-20170518-b9aebcbd66559b70eef9c2589f4bea20cd646627.zip mtk-20170518-b9aebcbd66559b70eef9c2589f4bea20cd646627.tar.gz mtk-20170518-b9aebcbd66559b70eef9c2589f4bea20cd646627.tar.bz2 |
activate IP multicast, request by nico for stable version, and a frind of mine like to play with mdns
SVN-Revision: 232
Diffstat (limited to 'openwrt/package/linux/linux.config')
-rw-r--r-- | openwrt/package/linux/linux.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/linux/linux.config b/openwrt/package/linux/linux.config index 36bb5e7..2d9f6ef 100644 --- a/openwrt/package/linux/linux.config +++ b/openwrt/package/linux/linux.config @@ -292,7 +292,7 @@ CONFIG_NETFILTER=y # CONFIG_FILTER is not set CONFIG_UNIX=y CONFIG_INET=y -# CONFIG_IP_MULTICAST is not set +CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_FWMARK=y @@ -303,6 +303,8 @@ CONFIG_IP_ROUTE_TOS=y # CONFIG_IP_PNP is not set CONFIG_NET_IPIP=m CONFIG_NET_IPGRE=m +# CONFIG_NET_IPGRE_BROADCAST is not set +# CONFIG_IP_MROUTE is not set # CONFIG_ARPD is not set # CONFIG_INET_ECN is not set # CONFIG_SYN_COOKIES is not set |