Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2012 22:06:01 +0000 (UTC)
From:      Andreas Tobler <andreast@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r229660 - head/sys/powerpc/conf
Message-ID:  <201201052206.q05M61Hd058172@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201052206.q05M61Hd058172>