svn commit: r196600 - head/sys/arm/conf

Sam Leffler sam at FreeBSD.org
Thu Aug 27 17:33:45 UTC 2009


Author: sam
Date: Thu Aug 27 17:33:44 2009
New Revision: 196600
URL: http://svn.freebsd.org/changeset/base/196600

Log:
  enable mesh by default

Modified:
  head/sys/arm/conf/CAMBRIA

Modified: head/sys/arm/conf/CAMBRIA
==============================================================================
--- head/sys/arm/conf/CAMBRIA	Thu Aug 27 17:32:58 2009	(r196599)
+++ head/sys/arm/conf/CAMBRIA	Thu Aug 27 17:33:44 2009	(r196600)
@@ -107,6 +107,7 @@ device		random		# Entropy device
 # Wireless NIC cards
 device		wlan		# 802.11 support
 options 	IEEE80211_DEBUG
+options 	IEEE80211_SUPPORT_MESH
 options 	IEEE80211_SUPPORT_TDMA
 options 	IEEE80211_SUPPORT_MESH
 device		wlan_wep	# 802.11 WEP support


More information about the svn-src-head mailing list