diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-01-04 11:51:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-04 11:51:37 +0000 |
commit | 13505c0756b7eca3af798862c7bf666dae3ec29e (patch) | |
tree | 4e8bf4dccb23c55bf66f56e8d11e41a3272ecf9c /packages/linux/unslung-kernel/defconfig | |
parent | ccdbeb03c5e95d3ff0d054eb0b48ab84559e8dff (diff) |
unslung-kernel: Added cp437 back into the kernel instead of being a module, Added flash-is-now-hdd patch, Removed the 1gblimit and ext3flash-on-disk1 patches to prepare for future handling of flash disks on Unslung 6.x (to co-exist better with multiple NTFS drive support), Changed rc.unslung to rc.optware, Removed some of the Samba codepages to make space in the flash, Replaced stand-alone wget with busybox applet to save JFFS2 space, Updated linuxrc to only accept rootfs if .sdXroot is present, and added the leading candidate logo.
Diffstat (limited to 'packages/linux/unslung-kernel/defconfig')
-rw-r--r-- | packages/linux/unslung-kernel/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/unslung-kernel/defconfig b/packages/linux/unslung-kernel/defconfig index 110728b68e..f5d965379a 100644 --- a/packages/linux/unslung-kernel/defconfig +++ b/packages/linux/unslung-kernel/defconfig @@ -660,7 +660,7 @@ CONFIG_SR_EXTRA_DEVS=2 # 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 @@ -982,7 +982,7 @@ CONFIG_NLS=y # Native Language Support # CONFIG_NLS_DEFAULT="iso8859-1" -CONFIG_NLS_CODEPAGE_437=m +CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_CODEPAGE_737=m # CONFIG_NLS_CODEPAGE_775 is not set CONFIG_NLS_CODEPAGE_850=m |