diff options
author | julian <julian@FreeBSD.org> | 2008-08-24 21:33:10 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2008-08-24 21:33:10 +0000 |
commit | c9afc2fd2ffe198425295f996880c3288db463b8 (patch) | |
tree | 4152150778dd55e0afb886203d701cc353b1da76 /sys | |
parent | 527239ea3805482b51e95f83c4a71802489c1c36 (diff) | |
download | FreeBSD-src-c9afc2fd2ffe198425295f996880c3288db463b8.zip FreeBSD-src-c9afc2fd2ffe198425295f996880c3288db463b8.tar.gz |
VIMAGE is a global option
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index 2da33fe..eef2b62 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -768,4 +768,4 @@ IEEE80211_AMPDU_AGE opt_wlan.h TCP_OFFLOAD_DISABLE opt_inet.h # Virtualize the network stack -VIMAGE +VIMAGE opt_global.h |