From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B22615800F for ; Sun, 8 Jan 2023 18:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AA48E07D3; Sun, 8 Jan 2023 18:56:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23435E07D3 for ; Sun, 8 Jan 2023 18:56:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33F263408F0 for ; Sun, 8 Jan 2023 18:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6099076B for ; Sun, 8 Jan 2023 18:56:03 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1673204136.b526a4417c08152f596e6588f3d342344c4c9387.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/kconfig/hppa/ X-VCS-Repository: proj/releng X-VCS-Files: releases/kconfig/hppa/hppa32.config releases/kconfig/hppa/hppa64.config X-VCS-Directories: releases/kconfig/hppa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b526a4417c08152f596e6588f3d342344c4c9387 X-VCS-Branch: master Date: Sun, 8 Jan 2023 18:56:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a48fb17-26fb-48a0-b835-898aebef7875 X-Archives-Hash: b4399c82e6c9a7ef2d6171f1f878f9e2 commit: b526a4417c08152f596e6588f3d342344c4c9387 Author: Matt Turner gentoo org> AuthorDate: Sun Jan 8 18:54:16 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 8 18:55:36 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=b526a441 kconfig/hppa: Build iso9660 into kernel Signed-off-by: Matt Turner gentoo.org> releases/kconfig/hppa/hppa32.config | 2 +- releases/kconfig/hppa/hppa64.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/kconfig/hppa/hppa32.config b/releases/kconfig/hppa/hppa32.config index 214bfe5f..d9dec44f 100644 --- a/releases/kconfig/hppa/hppa32.config +++ b/releases/kconfig/hppa/hppa32.config @@ -2329,7 +2329,7 @@ CONFIG_AUTOFS_FS=y # # CD-ROM/DVD Filesystems # -CONFIG_ISO9660_FS=m +CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_ZISOFS=y # CONFIG_UDF_FS is not set diff --git a/releases/kconfig/hppa/hppa64.config b/releases/kconfig/hppa/hppa64.config index 7fd04859..597a71f0 100644 --- a/releases/kconfig/hppa/hppa64.config +++ b/releases/kconfig/hppa/hppa64.config @@ -2385,7 +2385,7 @@ CONFIG_AUTOFS_FS=y # # CD-ROM/DVD Filesystems # -CONFIG_ISO9660_FS=m +CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_ZISOFS=y # CONFIG_UDF_FS is not set