diff options
author | trasz <trasz@FreeBSD.org> | 2016-11-04 13:51:10 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2016-11-04 13:51:10 +0000 |
commit | 993514fb218c86642d029412ecfd522053956b6f (patch) | |
tree | eb4624fcf6f5dd879e277a8d11d259518bafa643 | |
parent | 25b626a8c5b85689a3192f713d715f24c03b7938 (diff) | |
download | FreeBSD-src-993514fb218c86642d029412ecfd522053956b6f.zip FreeBSD-src-993514fb218c86642d029412ecfd522053956b6f.tar.gz |
MFC r292210:
Fix kernel build with "options GEOM_MOUNTVER". Previously it was only
working as a kernel module.
PR: 205026
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 4275e7f..17b51cf 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -106,6 +106,7 @@ GEOM_LABEL opt_geom.h GEOM_LINUX_LVM opt_geom.h GEOM_MBR opt_geom.h GEOM_MIRROR opt_geom.h +GEOM_MOUNTVER opt_geom.h GEOM_MULTIPATH opt_geom.h GEOM_NOP opt_geom.h GEOM_PART_APM opt_geom.h |