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

Adrian Chadd adrian at FreeBSD.org
Thu Jan 5 20:18:01 UTC 2012


Author: adrian
Date: Thu Jan  5 20:18:01 2012
New Revision: 229639
URL: http://svn.freebsd.org/changeset/base/229639

Log:
  Add missing options so modules build/load correctly.

Modified:
  head/sys/arm/conf/KB920X

Modified: head/sys/arm/conf/KB920X
==============================================================================
--- head/sys/arm/conf/KB920X	Thu Jan  5 19:56:54 2012	(r229638)
+++ head/sys/arm/conf/KB920X	Thu Jan  5 20:18:01 2012	(r229639)
@@ -138,3 +138,6 @@ device		wlan_wep	# 802.11 WEP support
 device		wlan_ccmp	# 802.11 CCMP support
 device		wlan_tkip	# 802.11 TKIP support
 device		wlan_amrr	# AMRR transmit rate control algorithm
+options		IEEE80211_SUPPORT_MESH
+
+options		AH_SUPPORT_AR5416


More information about the svn-src-head mailing list