kernel: kmod-nls-cp932: Add nls_euc-jp.ko too
The CONFIG_NLS_CODEPAGE_932 Config option builds the nls_cp932.ko and the nls_euc-jp.ko kernel module, package both of them. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
		| @@ -135,8 +135,10 @@ define KernelPackage/nls-cp932 | |||||||
|   SUBMENU:=Native Language Support |   SUBMENU:=Native Language Support | ||||||
|   TITLE:=Codepage 932 (Japanese) |   TITLE:=Codepage 932 (Japanese) | ||||||
|   KCONFIG:=CONFIG_NLS_CODEPAGE_932 |   KCONFIG:=CONFIG_NLS_CODEPAGE_932 | ||||||
|   FILES:=$(LINUX_DIR)/fs/nls/nls_cp932.ko |   FILES:= \ | ||||||
|   AUTOLOAD:=$(call AutoLoad,25,nls_cp932) | 	$(LINUX_DIR)/fs/nls/nls_cp932.ko \ | ||||||
|  | 	$(LINUX_DIR)/fs/nls/nls_euc-jp.ko | ||||||
|  |   AUTOLOAD:=$(call AutoLoad,25,nls_cp932 nls_euc-jp) | ||||||
|   $(call AddDepends/nls) |   $(call AddDepends/nls) | ||||||
| endef | endef | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Hauke Mehrtens
					Hauke Mehrtens