diff options
author | John Crispin <john@openwrt.org> | 2014-03-30 13:08:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-03-30 13:08:00 +0000 |
commit | 618984339a470f0006797facda8e22736282639d (patch) | |
tree | f629c8647e6ab14a774ded1d8fecee49d3976306 /package/kernel | |
parent | 5fe7fed09e7c95c783378277627ba66210289e4d (diff) | |
download | upstream-618984339a470f0006797facda8e22736282639d.tar.gz upstream-618984339a470f0006797facda8e22736282639d.tar.bz2 upstream-618984339a470f0006797facda8e22736282639d.zip |
kernel/modules: package Arabic charsets
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40334
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/linux/modules/nls.mk | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/nls.mk b/package/kernel/linux/modules/nls.mk index daef8b0973..224fd0378a 100644 --- a/package/kernel/linux/modules/nls.mk +++ b/package/kernel/linux/modules/nls.mk @@ -99,6 +99,22 @@ endef $(eval $(call KernelPackage,nls-cp862)) +define KernelPackage/nls-cp864 + SUBMENU:=Native Language Support + TITLE:=Codepage 864 (Arabic) + KCONFIG:=CONFIG_NLS_CODEPAGE_864 + FILES:=$(LINUX_DIR)/fs/nls/nls_cp864.ko + AUTOLOAD:=$(call AutoLoad,25,nls_cp864) + $(call AddDepends/nls) +endef + +define KernelPackage/nls-cp864/description + Kernel module for NLS Codepage 864 (Arabic) +endef + +$(eval $(call KernelPackage,nls-cp864)) + + define KernelPackage/nls-cp866 SUBMENU:=Native Language Support TITLE:=Codepage 866 (Cyrillic) @@ -179,6 +195,22 @@ endef $(eval $(call KernelPackage,nls-iso8859-2)) +define KernelPackage/nls-iso8859-6 + SUBMENU:=Native Language Support + TITLE:=ISO 8859-6 (Arabic) + KCONFIG:=CONFIG_NLS_ISO8859_6 + FILES:=$(LINUX_DIR)/fs/nls/nls_iso8859-6.ko + AUTOLOAD:=$(call AutoLoad,25,nls_iso8859-6) + $(call AddDepends/nls) +endef + +define KernelPackage/nls-iso8859-6/description + Kernel module for NLS ISO 8859-6 (Arabic) +endef + +$(eval $(call KernelPackage,nls-iso8859-6)) + + define KernelPackage/nls-iso8859-8 SUBMENU:=Native Language Support TITLE:=ISO 8859-8, CP1255 (Hebrew) |