mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
Connect geom_part_ldm to the kernel build.
MFC after: 1 month
This commit is contained in:
parent
8bb4272910
commit
e800e2e159
3 changed files with 3 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ options GEOM_PART_BSD # BSD disklabel
|
|||
options GEOM_PART_EBR # Extended Boot Records
|
||||
options GEOM_PART_EBR_COMPAT # Backward compatible partition names
|
||||
options GEOM_PART_GPT # GPT partitioning
|
||||
options GEOM_PART_LDM # Logical Disk Manager
|
||||
options GEOM_PART_MBR # MBR partitioning
|
||||
options GEOM_PART_PC98 # PC-9800 disk partitioning
|
||||
options GEOM_PART_VTOC8 # SMI VTOC8 disk label
|
||||
|
|
|
|||
|
|
@ -2256,6 +2256,7 @@ geom/part/g_part_apm.c optional geom_part_apm
|
|||
geom/part/g_part_bsd.c optional geom_part_bsd
|
||||
geom/part/g_part_ebr.c optional geom_part_ebr
|
||||
geom/part/g_part_gpt.c optional geom_part_gpt
|
||||
geom/part/g_part_ldm.c optional geom_part_ldm
|
||||
geom/part/g_part_mbr.c optional geom_part_mbr
|
||||
geom/part/g_part_pc98.c optional geom_part_pc98
|
||||
geom/part/g_part_vtoc8.c optional geom_part_vtoc8
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@ GEOM_PART_BSD opt_geom.h
|
|||
GEOM_PART_EBR opt_geom.h
|
||||
GEOM_PART_EBR_COMPAT opt_geom.h
|
||||
GEOM_PART_GPT opt_geom.h
|
||||
GEOM_PART_LDM opt_geom.h
|
||||
GEOM_PART_MBR opt_geom.h
|
||||
GEOM_PART_PC98 opt_geom.h
|
||||
GEOM_PART_VTOC8 opt_geom.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue