diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-11-04 16:29:14 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-11-04 16:29:14 +0000 |
commit | b427da1a07d529861dc3c7990f3e0ab77af49a4e (patch) | |
tree | 2f1950e6cc3a1ef2bc58a0836df13efc10870141 /target/linux/sibyte-2.6 | |
parent | 459da18c4f5fccb0e554d3650cbb666cf9861c5c (diff) | |
download | master-187ad058-b427da1a07d529861dc3c7990f3e0ab77af49a4e.tar.gz master-187ad058-b427da1a07d529861dc3c7990f3e0ab77af49a4e.tar.bz2 master-187ad058-b427da1a07d529861dc3c7990f3e0ab77af49a4e.zip |
Update kernel configurations to enable NLS KOI8R (russian) and package the module (#819 - second part)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5446 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sibyte-2.6')
-rw-r--r-- | target/linux/sibyte-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sibyte-2.6/config b/target/linux/sibyte-2.6/config index 8dafe7ebd5..64566712a4 100644 --- a/target/linux/sibyte-2.6/config +++ b/target/linux/sibyte-2.6/config @@ -1240,7 +1240,7 @@ CONFIG_NLS_ISO8859_1=m # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set CONFIG_NLS_ISO8859_15=m -# CONFIG_NLS_KOI8_R is not set +CONFIG_NLS_KOI8_R=m # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=m |