Some time ago it became clear that some SCST users are using kernel 2.6.23. So

it makes sense to run the nightly build also for kernel 2.6.23. But doing so
is only possible with the attached two files present in the SCST tree.
Except for the kernel version these patches are identical to the corresponding
patches for the 2.6.24 kernel.

Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@907 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-06-16 19:36:11 +00:00
parent f9084ffb54
commit d1470f9526
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -uprN ../orig/linux-2.6.23/drivers/Kconfig linux-2.6.23/drivers/Kconfig
--- ../orig/linux-2.6.23/drivers/Kconfig 2008-01-24 23:58:37.000000000 +0100
+++ linux-2.6.23/drivers/Kconfig 2008-05-13 13:05:55.000000000 +0200
@@ -24,6 +24,8 @@
source "drivers/scsi/Kconfig"
+source "drivers/scst/Kconfig"
+
source "drivers/ata/Kconfig"
source "drivers/md/Kconfig"

View File

@@ -0,0 +1,11 @@
diff -uprN ../orig/linux-2.6.23/drivers/Makefile linux-2.6.23/drivers/Makefile
--- ../orig/linux-2.6.23/drivers/Makefile 2008-01-24 23:58:37.000000000 +0100
+++ linux-2.6.23/drivers/Makefile 2008-05-13 13:06:34.000000000 +0200
@@ -35,6 +35,7 @@
obj-y += macintosh/
obj-$(CONFIG_IDE) += ide/
obj-$(CONFIG_SCSI) += scsi/
+obj-$(CONFIG_SCST) += scst/
obj-$(CONFIG_ATA) += ata/
obj-$(CONFIG_FUSION) += message/
obj-$(CONFIG_FIREWIRE) += firewire/