git: 24c553621905 - stable/13 - powerpcspe: make GEOM_LABEL kernel built-in
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Oct 2022 21:15:00 UTC
The branch stable/13 has been updated by alfredo: URL: https://cgit.FreeBSD.org/src/commit/?id=24c553621905d7c5ed70434377c141b1fbfc0969 commit 24c553621905d7c5ed70434377c141b1fbfc0969 Author: Alfredo Dal'Ava Junior <alfredo@FreeBSD.org> AuthorDate: 2022-08-02 21:11:11 +0000 Commit: Alfredo Dal'Ava Junior <alfredo@FreeBSD.org> CommitDate: 2022-10-06 00:13:56 +0000 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) (cherry picked from commit 8b57548e9a38ffbb122947043bafabb92b037fb3) --- 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 f68f3e6f5f75..8a2400a7fbfa 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 553a616bb707..2a9fe54b60ad 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