From 8b57548e9a38ffbb122947043bafabb92b037fb3 Mon Sep 17 00:00:00 2001 From: Alfredo Dal'Ava Junior Date: Tue, 2 Aug 2022 18:11:11 -0300 Subject: [PATCH] powerpcspe: make GEOM_LABEL kernel built-in Make powerpspe kernel config in sync with other targets making GEOM_LABEL built-in to allow use of labels when mounting partitions. MFC after: 2 days Sponsored by: Instituto de Pesquisas Eldorado (eldorado.org.br) --- sys/powerpc/conf/MPC85XX | 1 + sys/powerpc/conf/MPC85XXSPE | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index 0e806aed76a9..ed0dd5f8e587 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -33,6 +33,7 @@ options FDT options FFS options GDB options GEOM_PART_GPT +options GEOM_LABEL # Provides labelization options INET options INET6 options TCP_HHOOK # hhook(9) framework for TCP diff --git a/sys/powerpc/conf/MPC85XXSPE b/sys/powerpc/conf/MPC85XXSPE index 0f59b9ee8879..45c8d09f5cfb 100644 --- a/sys/powerpc/conf/MPC85XXSPE +++ b/sys/powerpc/conf/MPC85XXSPE @@ -34,6 +34,7 @@ options FDT options FFS options GDB options GEOM_PART_GPT +options GEOM_LABEL # Provides labelization options INET options INET6 options TCP_HHOOK # hhook(9) framework for TCP