summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2009-01-31 05:25:39 +0000
committerAndy Boyett <agb@openwrt.org>2009-01-31 05:25:39 +0000
commitc619bb12e3cb8896b444e9c77922f707859b98b7 (patch)
treea55e2718c7ffc8021440a255ca49a46f2078e3fb
parent50be634a3c17134661bf46a2252288e9b346565d (diff)
downloadmaster-31e0f0ae-c619bb12e3cb8896b444e9c77922f707859b98b7.tar.gz
master-31e0f0ae-c619bb12e3cb8896b444e9c77922f707859b98b7.tar.bz2
master-31e0f0ae-c619bb12e3cb8896b444e9c77922f707859b98b7.zip
etrax: add scsi symbols to kernel config, thanks claudyus. update symbols after enabling scsi
SVN-Revision: 14297
-rw-r--r--target/linux/etrax/config-default1
-rw-r--r--target/linux/etrax/patches/400-scsi_import.patch13
2 files changed, 14 insertions, 0 deletions
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"
+