From 707af5f4da42a44d04cd9f22e8ae0c6719ee6e35 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 12 May 2011 14:35:01 -0300 Subject: [PATCH] install/ben-wpan-config-2.6.38: disable noisy debugging and enable TUN the kernel now has config options for IEEE 802.15.4 debugging. We turn it all off and enjoy the peaceful silence. Furthermore, turn on TUN (tunneling via user space). --- install/ben-wpan-config-2.6.38 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install/ben-wpan-config-2.6.38 b/install/ben-wpan-config-2.6.38 index 4f9948b..0a8ce51 100644 --- a/install/ben-wpan-config-2.6.38 +++ b/install/ben-wpan-config-2.6.38 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux/mips 2.6.38 Kernel Configuration -# Mon Mar 28 20:32:10 2011 +# Thu May 12 14:20:23 2011 # CONFIG_MIPS=y @@ -419,7 +419,9 @@ CONFIG_IPV6_NDISC_NODETYPE=y # CONFIG_WAN_ROUTER is not set # CONFIG_PHONET is not set CONFIG_IEEE802154=y +# CONFIG_IEEE802154_PROTO_DEBUG is not set CONFIG_MAC802154=y +# CONFIG_MAC802154_DEBUG is not set # CONFIG_NET_SCHED is not set # CONFIG_DCB is not set # CONFIG_BATMAN_ADV is not set @@ -606,7 +608,7 @@ CONFIG_NETDEVICES=y # CONFIG_BONDING is not set # CONFIG_MACVLAN is not set # CONFIG_EQUALIZER is not set -# CONFIG_TUN is not set +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_MII is not set # CONFIG_PHYLIB is not set @@ -621,6 +623,7 @@ CONFIG_WLAN=y # # CONFIG_WAN is not set CONFIG_IEEE802154_DRIVERS=y +# CONFIG_IEEE802154_DRIVER_DEBUG is not set # CONFIG_IEEE802154_FAKEHARD is not set # CONFIG_IEEE802154_FAKELB is not set # CONFIG_IEEE802154_SERIAL is not set