svn commit: r229660 - head/sys/powerpc/conf

Andreas Tobler andreast at FreeBSD.org
Thu Jan 5 22:06:01 UTC 2012


Author: andreast
Date: Thu Jan  5 22:06:01 2012
New Revision: 229660
URL: http://svn.freebsd.org/changeset/base/229660

Log:
  Fix build on powerpc64 too. The same as r229640.

Modified:
  head/sys/powerpc/conf/GENERIC64

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Thu Jan  5 21:50:50 2012	(r229659)
+++ head/sys/powerpc/conf/GENERIC64	Thu Jan  5 22:06:01 2012	(r229660)
@@ -170,6 +170,10 @@ device		cdce		# Generic USB over Etherne
 device		cue		# CATC USB Ethernet
 device		kue		# Kawasaki LSI USB Ethernet
 
+# Wireless NIC cards
+options         IEEE80211_SUPPORT_MESH
+options         AH_SUPPORT_AR5416
+
 # FireWire support
 device		firewire	# FireWire bus code
 device		sbp		# SCSI over FireWire (Requires scbus and da)


More information about the svn-src-all mailing list