mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
Add config glue to add an optional GEOM_VOL to add optional volume support.
Reviewed by: jake (mentor)
This commit is contained in:
parent
6be2e1dd37
commit
cd53fddb6a
3 changed files with 3 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ options GEOM_GPT
|
|||
options GEOM_MBR
|
||||
options GEOM_PC98
|
||||
options GEOM_SUNLABEL
|
||||
options GEOM_VOL
|
||||
|
||||
#
|
||||
# The root device and filesystem type can be compiled in;
|
||||
|
|
|
|||
|
|
@ -890,6 +890,7 @@ geom/geom_pc98.c optional geom_pc98
|
|||
geom/geom_slice.c standard
|
||||
geom/geom_subr.c standard
|
||||
geom/geom_sunlabel.c optional geom_sunlabel
|
||||
geom/geom_vol_ffs.c optional geom_vol
|
||||
crypto/rijndael/rijndael-alg-fst.c optional geom
|
||||
crypto/rijndael/rijndael-api-fst.c optional geom
|
||||
gnu/ext2fs/ext2_alloc.c optional ext2fs \
|
||||
|
|
|
|||
|
|
@ -96,6 +96,7 @@ GEOM_MBR opt_geom.h
|
|||
GEOM_MIRROR opt_geom.h
|
||||
GEOM_PC98 opt_geom.h
|
||||
GEOM_SUNLABEL opt_geom.h
|
||||
GEOM_VOL opt_geom.h
|
||||
HW_WDOG
|
||||
KSTACK_PAGES
|
||||
KSTACK_MAX_PAGES
|
||||
|
|
|
|||
Loading…
Reference in a new issue