Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2012 20:19:33 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r229640 - head/sys/powerpc/conf
Message-ID:  <201201052019.q05KJX8f053724@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu Jan  5 20:19:33 2012
New Revision: 229640
URL: http://svn.freebsd.org/changeset/base/229640

Log:
  Fix build.

Modified:
  head/sys/powerpc/conf/GENERIC

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Thu Jan  5 20:18:01 2012	(r229639)
+++ head/sys/powerpc/conf/GENERIC	Thu Jan  5 20:19:33 2012	(r229640)
@@ -174,6 +174,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
 # sbp(4) works for some systems but causes boot failure on others



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