diff options
author | adrian <adrian@FreeBSD.org> | 2012-01-07 19:38:26 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-01-07 19:38:26 +0000 |
commit | 2cda06a517500b350d5ccd461a50e6c7933e5ade (patch) | |
tree | ee9654e9a429d87f83b2a26e3ac0d5d0c090ae58 /sys/i386/conf | |
parent | f699659cf822e59f34fcc583c65f711192e2786e (diff) | |
download | FreeBSD-src-2cda06a517500b350d5ccd461a50e6c7933e5ade.zip FreeBSD-src-2cda06a517500b350d5ccd461a50e6c7933e5ade.tar.gz |
Fix the broken module build I introduced earlier.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/XEN | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN index ad453bf..61fdbb4 100644 --- a/sys/i386/conf/XEN +++ b/sys/i386/conf/XEN @@ -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. |