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 | 4b8a0d4318c2e758eacd3912231958aa32f2be79 (patch) | |
tree | 2dd3133ae55f03e637b5bb3a526eab952fab90be /target/linux/x86-2.6 | |
parent | d3eb833d1801d5ed9f3056e255683d0b1e57e9bb (diff) | |
download | mtk-20170518-4b8a0d4318c2e758eacd3912231958aa32f2be79.zip mtk-20170518-4b8a0d4318c2e758eacd3912231958aa32f2be79.tar.gz mtk-20170518-4b8a0d4318c2e758eacd3912231958aa32f2be79.tar.bz2 |
Update kernel configurations to enable NLS KOI8R (russian) and package the module (#819 - second part)
SVN-Revision: 5446
Diffstat (limited to 'target/linux/x86-2.6')
-rw-r--r-- | target/linux/x86-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index b33fa45..81100c5 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -2000,7 +2000,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 |