diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-06-10 16:09:45 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-06-10 16:09:45 +0000 |
commit | 56fdccbf76796b4c524b496e2316f327493d860f (patch) | |
tree | 09d1ea16706f510df0523436726fe011d66e4747 /arch/mips/defconfig-ip22 | |
parent | 3f26dad5923293dc1b3027dd488585549404d92e (diff) |
Update a few defconfigs such that tcpdump can work.
Diffstat (limited to 'arch/mips/defconfig-ip22')
-rw-r--r-- | arch/mips/defconfig-ip22 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/mips/defconfig-ip22 b/arch/mips/defconfig-ip22 index 47087701a..34ee3e8ea 100644 --- a/arch/mips/defconfig-ip22 +++ b/arch/mips/defconfig-ip22 @@ -128,19 +128,23 @@ CONFIG_SYSCTL=y # Networking options # CONFIG_PACKET=y -# CONFIG_PACKET_MMAP is not set -# CONFIG_NETLINK is not set +CONFIG_PACKET_MMAP=y +CONFIG_NETLINK=y +CONFIG_RTNETLINK=y +CONFIG_NETLINK_DEV=y # CONFIG_NETFILTER is not set # 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 is not set CONFIG_IP_PNP=y CONFIG_IP_PNP_BOOTP=y # CONFIG_IP_PNP_RARP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE 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 # CONFIG_IPV6 is not set @@ -251,6 +255,7 @@ CONFIG_NETDEVICES=y # CONFIG_BONDING is not set # CONFIG_EQUALIZER is not set # CONFIG_TUN is not set +# CONFIG_ETHERTAP is not set # CONFIG_NET_SB1000 is not set # |