summaryrefslogtreecommitdiff
path: root/package/kernel/linux/modules/nls.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/linux/modules/nls.mk')
-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)