diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-13 16:24:44 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-13 16:24:44 +0000 |
commit | c4adc3784c05ab9d448c8eb3a284a75b9cadd678 (patch) | |
tree | 7cc36656fc504b5a8a7a605f3aa98b106a251213 /target/linux | |
parent | b30b052e92a9da584b09384e122d3110eef853d5 (diff) |
probe all scsi luns (for card readers)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1636 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/linux-2.4/config/ar7 | 2 | ||||
-rw-r--r-- | target/linux/linux-2.4/config/brcm | 2 | ||||
-rw-r--r-- | target/linux/linux-2.4/config/soekris | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/linux-2.4/config/ar7 b/target/linux/linux-2.4/config/ar7 index 3aa89fed7..99ea2f8f6 100644 --- a/target/linux/linux-2.4/config/ar7 +++ b/target/linux/linux-2.4/config/ar7 @@ -521,7 +521,7 @@ CONFIG_CHR_DEV_SG=m # Some SCSI devices (e.g. CD jukebox) support multiple LUNs # # CONFIG_SCSI_DEBUG_QUEUES is not set -# CONFIG_SCSI_MULTI_LUN is not set +CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set diff --git a/target/linux/linux-2.4/config/brcm b/target/linux/linux-2.4/config/brcm index 6afe1bb6c..6ed41112e 100644 --- a/target/linux/linux-2.4/config/brcm +++ b/target/linux/linux-2.4/config/brcm @@ -575,7 +575,7 @@ CONFIG_SD_EXTRA_DEVS=5 # CONFIG_BLK_DEV_SR is not set CONFIG_CHR_DEV_SG=m # CONFIG_SCSI_DEBUG_QUEUES is not set -# CONFIG_SCSI_MULTI_LUN is not set +CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set diff --git a/target/linux/linux-2.4/config/soekris b/target/linux/linux-2.4/config/soekris index 112d8a1e6..aa987110b 100644 --- a/target/linux/linux-2.4/config/soekris +++ b/target/linux/linux-2.4/config/soekris @@ -503,7 +503,7 @@ CONFIG_SD_EXTRA_DEVS=5 # CONFIG_BLK_DEV_SR is not set CONFIG_CHR_DEV_SG=m # CONFIG_SCSI_DEBUG_QUEUES is not set -# CONFIG_SCSI_MULTI_LUN is not set +CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set |