don't enable CONFIG_IDE_TASK_IOCTL close to a release

svn path=/dists/trunk/linux-2.6/; revision=7576
This commit is contained in:
maximilian attems 2006-10-05 14:01:10 +00:00
parent d8e36b0793
commit 6c10358931
2 changed files with 1 additions and 2 deletions

2
debian/arch/config vendored
View File

@ -1036,7 +1036,7 @@ CONFIG_PARPORT_1284=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=16
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_IDE_TASK_IOCTL=y
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_NET_CLS=y
CONFIG_NET_CLS_RSVP=m
CONFIG_CLS_U32_PERF=y

1
debian/changelog vendored
View File

@ -8,7 +8,6 @@ linux-2.6 (2.6.18-3) UNRELEASED; urgency=low
there's a kernel upgrade :/
[ Frederik Schüler ]
* Activate CONFIG_IDE_TASK_IOCTL globally. (Closes: #390616)
* Activate CONFIG_NET_CLS_* globaly. (Closes: #389918)
* Make CONFIG_EFI_VARS modular on i386. (Closes: #381951)
* Activate CONFIG_SCSI_ARCMSR on amd64, powerpc, sparc too.