mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
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:
12
scst/kernel/in-tree/Kconfig.drivers.Linux-2.6.23.patch
Normal file
12
scst/kernel/in-tree/Kconfig.drivers.Linux-2.6.23.patch
Normal 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"
|
||||
11
scst/kernel/in-tree/Makefile.drivers.Linux-2.6.23.patch
Normal file
11
scst/kernel/in-tree/Makefile.drivers.Linux-2.6.23.patch
Normal 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/
|
||||
Reference in New Issue
Block a user