diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-08 21:18:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-08 21:18:19 +0000 |
commit | dd01d7612cf3ff014e3e0e7523dd06fdadb76b4a (patch) | |
tree | c6c1d2ee6acdb9e5055e4a0296d8943eeb1518ca /target | |
parent | 16b81c87eb191c5af4c71cc290910d38b2482a60 (diff) | |
download | upstream-dd01d7612cf3ff014e3e0e7523dd06fdadb76b4a.tar.gz upstream-dd01d7612cf3ff014e3e0e7523dd06fdadb76b4a.tar.bz2 upstream-dd01d7612cf3ff014e3e0e7523dd06fdadb76b4a.zip |
Enable codepage 1250 support (#1554)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6906 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/config-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/config-template b/target/linux/generic-2.6/config-template index 7d5f5b5dec..498ba0674b 100644 --- a/target/linux/generic-2.6/config-template +++ b/target/linux/generic-2.6/config-template @@ -688,7 +688,7 @@ CONFIG_NFS_V4=y # CONFIG_NFTL is not set CONFIG_NLS=m # CONFIG_NLS_ASCII is not set -# CONFIG_NLS_CODEPAGE_1250 is not set +CONFIG_NLS_CODEPAGE_1250=m # CONFIG_NLS_CODEPAGE_1251 is not set CONFIG_NLS_CODEPAGE_437=m # CONFIG_NLS_CODEPAGE_737 is not set |