diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-13 12:09:00 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-13 12:09:00 +0000 |
commit | 9bb32b78d06986d7ca89070e476fb923dc5e6023 (patch) | |
tree | 918600b3eb6d9b2824ffc76f0d33581e671112b4 /packages/linux/linux-handhelds-2.6/htcsable | |
parent | a0071190d32c847d55239cf814d5a33a9bf70e06 (diff) |
linux-handhelds-2.6 2.6.21-hh19: Make NLS cp437 & iso8859-1 modular.
* As required only by vfat.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6/htcsable')
-rw-r--r-- | packages/linux/linux-handhelds-2.6/htcsable/defconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/linux/linux-handhelds-2.6/htcsable/defconfig b/packages/linux/linux-handhelds-2.6/htcsable/defconfig index ebdd7b8e9f..d81cb02201 100644 --- a/packages/linux/linux-handhelds-2.6/htcsable/defconfig +++ b/packages/linux/linux-handhelds-2.6/htcsable/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.21-hh17 -# Sun Nov 11 00:39:34 2007 +# Linux kernel version: 2.6.21-hh19 +# Thu Dec 13 13:04:51 2007 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -1235,7 +1235,7 @@ CONFIG_MSDOS_PARTITION=y # CONFIG_NLS=y CONFIG_NLS_DEFAULT="utf8" -CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_CODEPAGE_437=m # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set # CONFIG_NLS_CODEPAGE_850 is not set @@ -1259,7 +1259,7 @@ CONFIG_NLS_CODEPAGE_437=y # CONFIG_NLS_CODEPAGE_1250 is not set CONFIG_NLS_CODEPAGE_1251=m # CONFIG_NLS_ASCII is not set -CONFIG_NLS_ISO8859_1=y +CONFIG_NLS_ISO8859_1=m # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set |