Skip to content
Snippets Groups Projects
Commit 53de9a47 authored by blogic's avatar blogic
Browse files

kernel/modules: package Arabic charsets


Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40334 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 11c76255
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment