Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2012 19:38:26 +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: r229789 - head/sys/i386/conf
Message-ID:  <201201071938.q07JcQbf053676@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Jan  7 19:38:26 2012
New Revision: 229789
URL: http://svn.freebsd.org/changeset/base/229789

Log:
  Fix the broken module build I introduced earlier.

Modified:
  head/sys/i386/conf/XEN

Modified: head/sys/i386/conf/XEN
==============================================================================
--- head/sys/i386/conf/XEN	Sat Jan  7 18:53:14 2012	(r229788)
+++ head/sys/i386/conf/XEN	Sat Jan  7 19:38:26 2012	(r229789)
@@ -83,6 +83,10 @@ device		md		# Memory "disks"
 device		gif		# IPv6 and IPv4 tunneling
 device		faith		# IPv6-to-IPv4 relaying (translation)
 
+# Wireless cards
+options		IEEE80211_SUPPORT_MESH
+options		AH_SUPPORT_AR5416
+
 # The `bpf' device enables the Berkeley Packet Filter.
 # Be aware of the administrative consequences of enabling this!
 # Note that 'bpf' is required for DHCP.



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