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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to