Really, really, really only allow this option for amd64/i386 builds.

Submitted by:	imp@ and tinderbox
This commit is contained in:
Sean Bruno 2014-04-09 18:44:54 +00:00
parent 8b4a7f857b
commit 84cb72d1c6
3 changed files with 6 additions and 3 deletions

View File

@ -649,3 +649,6 @@ device ndis
# Linux-specific pseudo devices support
device lindev
# Module to enable execution of application via emulators like QEMU
options IMAGACT_BINMISC

View File

@ -2963,6 +2963,3 @@ options RANDOM_YARROW # Yarrow RNG
##options RANDOM_FORTUNA # Fortuna RNG - not yet implemented
options RANDOM_DEBUG # Debugging messages
options RANDOM_RWFILE # Read and write entropy cache
# Module to enable execution of application via emulators like QEMU
options IMAGACT_BINMISC

View File

@ -1059,3 +1059,6 @@ options VM_KMEM_SIZE_SCALE
# asr old ioctls support, needed by raidutils
options ASR_COMPAT
# Module to enable execution of application via emulators like QEMU
options IMAGACT_BINMISC