Author: blogic Date: 2014-07-01 12:26:03 +0200 (Tue, 01 Jul 2014) New Revision: 41437
Modified: trunk/package/kernel/linux/modules/nls.mk Log: kernel: add japanese codepages Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/kernel/linux/modules/nls.mk =================================================================== --- trunk/package/kernel/linux/modules/nls.mk 2014-07-01 09:45:41 UTC (rev 41436) +++ trunk/package/kernel/linux/modules/nls.mk 2014-07-01 10:26:03 UTC (rev 41437) @@ -131,6 +131,22 @@ $(eval $(call KernelPackage,nls-cp866)) +define KernelPackage/nls-cp932 + SUBMENU:=Native Language Support + TITLE:=Codepage 932 (Japanese) + KCONFIG:=CONFIG_NLS_CODEPAGE_932 + FILES:=$(LINUX_DIR)/fs/nls/nls_cp932.ko + AUTOLOAD:=$(call AutoLoad,25,nls_cp932) + $(call AddDepends/nls) +endef + +define KernelPackage/nls-cp932/description + Kernel module for NLS Codepage 932 (Japanese) +endef + +$(eval $(call KernelPackage,nls-cp932)) + + define KernelPackage/nls-cp1250 SUBMENU:=Native Language Support TITLE:=Codepage 1250 (Eastern Europe) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
