diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-08-06 22:33:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-06 22:33:30 +0000 |
commit | f4910c62d20ea08e30eb7600e28bbf4a7daa420d (patch) | |
tree | ec0015cf7054fb50dd29a81be759b2cd44d49d3c | |
parent | 4f3ef317c00d6b5d1d2b794351b2014895085df9 (diff) |
Enabled MULTI_LUN in openslug kernel.
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.12.2.bb | 2 | ||||
-rw-r--r-- | packages/linux/openslug-kernel-2.6.12.2/defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.12.2.bb b/packages/linux/nslu2-kernel_2.6.12.2.bb index 64b5788649..177fa8cb3f 100644 --- a/packages/linux/nslu2-kernel_2.6.12.2.bb +++ b/packages/linux/nslu2-kernel_2.6.12.2.bb @@ -1,5 +1,5 @@ # Kernel for NSLU2 -PR = "r7" +PR = "r8" include nslu2-kernel.inc # N2K_EXTRA_PATCHES - list of patches to apply (can include diff --git a/packages/linux/openslug-kernel-2.6.12.2/defconfig b/packages/linux/openslug-kernel-2.6.12.2/defconfig index fef846fe33..2e60b1f22a 100644 --- a/packages/linux/openslug-kernel-2.6.12.2/defconfig +++ b/packages/linux/openslug-kernel-2.6.12.2/defconfig @@ -332,7 +332,7 @@ CONFIG_BLK_DEV_SD=y # # Some SCSI devices (e.g. CD jukebox) support multiple LUNs # -# CONFIG_SCSI_MULTI_LUN is not set +CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set |