summaryrefslogtreecommitdiffstats
path: root/openwrt/package/linux/linux.config
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-12 02:38:10 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-12 02:38:10 +0000
commit45d4ecc8762aa469a63b75a6d38ba60f0dba4dda (patch)
treea8eb70a38a32055d687b8afb2e3211c2b0aaf568 /openwrt/package/linux/linux.config
parent7a77302968b8f44ffa3a13b7424d292cc9d2e8d9 (diff)
activate IP multicast, request by nico for stable version, and a frind of mine like to play with mdns
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@232 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/linux/linux.config')
-rw-r--r--openwrt/package/linux/linux.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/linux/linux.config b/openwrt/package/linux/linux.config
index 36bb5e7a7..2d9f6ef1a 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