summaryrefslogtreecommitdiff
path: root/package/kernel
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-01 10:26:03 +0000
committerJohn Crispin <john@openwrt.org>2014-07-01 10:26:03 +0000
commit6240cc9e1733aa9ba9873c13bd8b107c574e52f3 (patch)
treeb921a38067b8f42918ff175581494e6747a4fb7d /package/kernel
parentb7b222279cbcd08359f4da630043c9e9163b2db3 (diff)
downloadmtk-20170518-6240cc9e1733aa9ba9873c13bd8b107c574e52f3.zip
mtk-20170518-6240cc9e1733aa9ba9873c13bd8b107c574e52f3.tar.gz
mtk-20170518-6240cc9e1733aa9ba9873c13bd8b107c574e52f3.tar.bz2
kernel: add japanese codepages
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41437
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/linux/modules/nls.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/nls.mk b/package/kernel/linux/modules/nls.mk
index 224fd03..55c5c1a 100644
--- a/package/kernel/linux/modules/nls.mk
+++ b/package/kernel/linux/modules/nls.mk
@@ -131,6 +131,22 @@ endef
$(eval $(call KernelPackage,nls-cp866))
+define KernelPackage/nls-cp932
+ SUBMENU:=Native Language Support
+ TITLE:=Codepage 932 (Japanese)
+ KCONFIG:=CONFIG_NLS_CODEPAGE_932
+ FILES:=$(LINUX_DIR)/fs/nls/nls_cp932.ko
+ AUTOLOAD:=$(call AutoLoad,25,nls_cp932)
+ $(call AddDepends/nls)
+endef
+
+define KernelPackage/nls-cp932/description
+ Kernel module for NLS Codepage 932 (Japanese)
+endef
+
+$(eval $(call KernelPackage,nls-cp932))
+
+
define KernelPackage/nls-cp1250
SUBMENU:=Native Language Support
TITLE:=Codepage 1250 (Eastern Europe)