From 50e392113b679833a577fe2fed73b3bd2cfbb87e Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 1 Sep 2006 19:51:43 +0000 Subject: [PATCH] Turn off SCSI tape support on a non-LiveCD build, since we don't have any tools anyway on the InstallCD. svn path=/trunk/; revision=213 --- kconfig/2007.0/ChangeLog | 7 ++++++- kconfig/2007.0/hppa/installcd-2.6.16-hppa32.config | 2 +- kconfig/2007.0/hppa/installcd-2.6.16-hppa64.config | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/kconfig/2007.0/ChangeLog b/kconfig/2007.0/ChangeLog index c98eefd9..fea5435a 100644 --- a/kconfig/2007.0/ChangeLog +++ b/kconfig/2007.0/ChangeLog @@ -1,5 +1,10 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/releng/kconfig/2007.0/ChangeLog,v 1.4 2006-09-01 19:08:24 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/releng/kconfig/2007.0/ChangeLog,v 1.5 2006-09-01 19:51:43 wolf31o2 Exp $ + + 01 Sep 2006; Chris Gianelloni + hppa/installcd-2.6.16-hppa32.config, hppa/installcd-2.6.16-hppa64.config: + Turn off SCSI tape support on a non-LiveCD build, since we don't have any + tools anyway on the InstallCD. 01 Sep 2006; Chris Gianelloni -ppc/ppc64/installcd-2.6.15-G5.config, diff --git a/kconfig/2007.0/hppa/installcd-2.6.16-hppa32.config b/kconfig/2007.0/hppa/installcd-2.6.16-hppa32.config index c7b4453b..7fcf0a30 100644 --- a/kconfig/2007.0/hppa/installcd-2.6.16-hppa32.config +++ b/kconfig/2007.0/hppa/installcd-2.6.16-hppa32.config @@ -362,7 +362,7 @@ CONFIG_SCSI_PROC_FS=y # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=y -CONFIG_CHR_DEV_ST=y +# CONFIG_CHR_DEV_ST is not set # CONFIG_CHR_DEV_OSST is not set CONFIG_BLK_DEV_SR=y # CONFIG_BLK_DEV_SR_VENDOR is not set diff --git a/kconfig/2007.0/hppa/installcd-2.6.16-hppa64.config b/kconfig/2007.0/hppa/installcd-2.6.16-hppa64.config index e48dc0ef..874c425c 100644 --- a/kconfig/2007.0/hppa/installcd-2.6.16-hppa64.config +++ b/kconfig/2007.0/hppa/installcd-2.6.16-hppa64.config @@ -367,7 +367,7 @@ CONFIG_SCSI_PROC_FS=y # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=y -CONFIG_CHR_DEV_ST=y +# CONFIG_CHR_DEV_ST is not set # CONFIG_CHR_DEV_OSST is not set CONFIG_BLK_DEV_SR=y # CONFIG_BLK_DEV_SR_VENDOR is not set