diff options
author | John Crispin <blogic@openwrt.org> | 2014-03-30 13:08:00 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-03-30 13:08:00 +0000 |
commit | aabcfb48e63098c864e5cf983a9a41f82d5f9360 (patch) | |
tree | ff6f062748fb8972ba0b1cb915d10b957e2dd83e /package/kernel/linux/modules | |
parent | 59bd64cb66461e90e99425feaeabf4c248344471 (diff) | |
download | upstream-aabcfb48e63098c864e5cf983a9a41f82d5f9360.tar.gz upstream-aabcfb48e63098c864e5cf983a9a41f82d5f9360.tar.bz2 upstream-aabcfb48e63098c864e5cf983a9a41f82d5f9360.zip |
kernel/modules: package Arabic charsets
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40334 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules')
-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) |