1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Update kernel configurations to enable NLS KOI8R (russian) and package the module (#819 - second part)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5446 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2006-11-04 16:29:14 +00:00
parent 1e8489f978
commit cdcd4410bc
11 changed files with 23 additions and 12 deletions

View File

@@ -149,6 +149,17 @@ define KernelPackage/nls-iso8859-15
endef
$(eval $(call KernelPackage,nls-iso8859-15))
define KernelPackage/nls-koi8r
TITLE:=KOI8-R (Russian)
DESCRIPTION:=Kernel module for KOI8-R (Russian)
DEPENDS:=kmod-nls-base
KCONFIG:=$(CONFIG_NLS_KOI8_R)
SUBMENU:=$(FSMENU)
FILES:=$(MODULES_DIR)/kernel/fs/nls/nls_koi8-r.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,25,nls_koi8-r)
endef
$(eval $(call KernelPackage,nls-koi8r))
define KernelPackage/nls-utf8
TITLE:=UTF8
DESCRIPTION:=Kernel module for NLS UTF8