mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-04 15:16:57 +00:00
I submitted about three months ago: the patch headers now refer to the 2.6.27 kernel as they should instead of the 2.6.26 kernel. At least one user has been confused by this. The patch below does not change any behavior of SCST. The patch has been tested by verifying that the output of the following command remained the same as before the modifications: scripts/run-regression-tests -k 2.6.27 Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@656 d57e44dd-8a1f-0410-8b47-8ef2f437770f
13 lines
422 B
Diff
13 lines
422 B
Diff
diff -upkr -X linux-2.6.27/Documentation/dontdiff linux-2.6.27/drivers/Kconfig linux-2.6.27/drivers/Kconfig
|
|
--- linux-2.6.27/drivers/Kconfig 2008-07-14 01:51:29.000000000 +0400
|
|
+++ linux-2.6.27/drivers/Kconfig 2008-07-24 14:14:46.000000000 +0400
|
|
@@ -24,6 +24,8 @@ source "drivers/ide/Kconfig"
|
|
|
|
source "drivers/scsi/Kconfig"
|
|
|
|
+source "drivers/scst/Kconfig"
|
|
+
|
|
source "drivers/ata/Kconfig"
|
|
|
|
source "drivers/md/Kconfig"
|