mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:23:09 +02:00
[kernel] etrax: add scsi symbols to kernel config, thanks claudyus. update symbols after enabling scsi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14297 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
759aaf7754
commit
26f6351004
@ -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
|
||||
|
13
target/linux/etrax/patches/400-scsi_import.patch
Normal file
13
target/linux/etrax/patches/400-scsi_import.patch
Normal file
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user