1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 16:39:19 +03:00

Enable codepage 1250 support (#1554)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6906 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-04-08 21:18:19 +00:00
parent 487ff37fb6
commit eba0280e05
2 changed files with 11 additions and 1 deletions

View File

@ -172,6 +172,16 @@ define KernelPackage/nls-cp850
endef
$(eval $(call KernelPackage,nls-cp850))
define KernelPackage/nls-cp1250
TITLE:=Codepage 1250 (Eastern Europe)
DESCRIPTION:=Kernel module for NLS Codepage 1250 (Eastern Europe)
DEPENDS:=kmod-nls-base
KCONFIG:=$(CONFIG_NLS_CODEPAGE_1250)
SUBMENU:=$(FSMENU)
FILES:=$(MODULES_DIR)/kernel/fs/nls/nls_cp1250.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,25,nls_cp1250)
endef
$(eval $(call KernelPackage,nls-cp1250))
define KernelPackage/nls-iso8859-1
TITLE:=ISO 8859-1 (Latin 1; Western European Languages)

View File

@ -688,7 +688,7 @@ CONFIG_NFS_V4=y
# CONFIG_NFTL is not set
CONFIG_NLS=m
# CONFIG_NLS_ASCII is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
CONFIG_NLS_CODEPAGE_1250=m
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set