mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
etrax: add scsi symbols to kernel config, thanks claudyus. update symbols after enabling scsi
SVN-Revision: 14297
This commit is contained in:
parent
50be634a3c
commit
c619bb12e3
@ -239,6 +239,7 @@ CONFIG_NO_IOPORT=y
|
|||||||
# CONFIG_OOM_REBOOT is not set
|
# CONFIG_OOM_REBOOT is not set
|
||||||
# CONFIG_RTC is not set
|
# CONFIG_RTC is not set
|
||||||
CONFIG_RWSEM_GENERIC_SPINLOCK=y
|
CONFIG_RWSEM_GENERIC_SPINLOCK=y
|
||||||
|
# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
|
||||||
# CONFIG_SERIAL_8250 is not set
|
# CONFIG_SERIAL_8250 is not set
|
||||||
CONFIG_SLABINFO=y
|
CONFIG_SLABINFO=y
|
||||||
# CONFIG_SPARSEMEM_STATIC is not set
|
# 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