svn commit: r229789 - head/sys/i386/conf

Adrian Chadd adrian at FreeBSD.org
Sat Jan 7 19:38:26 UTC 2012


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.


More information about the svn-src-all mailing list