From: Andy Boyett Date: Sat, 31 Jan 2009 05:25:39 +0000 (+0000) Subject: [kernel] etrax: add scsi symbols to kernel config, thanks claudyus. update symbols... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6bc5efbba4c9ed44b73ff3f1532bcc69cbb0896d;p=openwrt%2Fsvn-archive%2Farchive.git [kernel] etrax: add scsi symbols to kernel config, thanks claudyus. update symbols after enabling scsi SVN-Revision: 14297 --- diff --git a/target/linux/etrax/config-default b/target/linux/etrax/config-default index 5960cb3f68..cf1be0563b 100644 --- a/target/linux/etrax/config-default +++ b/target/linux/etrax/config-default @@ -239,6 +239,7 @@ CONFIG_NO_IOPORT=y # CONFIG_OOM_REBOOT is not set # CONFIG_RTC is not set CONFIG_RWSEM_GENERIC_SPINLOCK=y +# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set # CONFIG_SERIAL_8250 is not set CONFIG_SLABINFO=y # CONFIG_SPARSEMEM_STATIC is not set diff --git a/target/linux/etrax/patches/400-scsi_import.patch b/target/linux/etrax/patches/400-scsi_import.patch new file mode 100644 index 0000000000..497bbe29ff --- /dev/null +++ b/target/linux/etrax/patches/400-scsi_import.patch @@ -0,0 +1,13 @@ +diff -Naurp linux-2.6.25.16.ori/arch/cris/Kconfig linux-2.6.25.16/arch/cris/Kconfig +--- linux-2.6.25.16.ori/arch/cris/Kconfig 2008-10-13 21:43:04.000000000 +0200 ++++ linux-2.6.25.16/arch/cris/Kconfig 2008-10-13 21:53:56.000000000 +0200 +@@ -660,6 +660,8 @@ source "drivers/block/Kconfig" + + source "drivers/ide/Kconfig" + ++source "drivers/scsi/Kconfig" ++ + source "drivers/net/Kconfig" + + source "drivers/i2c/Kconfig" +