2 # Copyright (C) 2006-2011 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 define KernelPackage
/nls-base
9 SUBMENU
:=Native Language Support
10 TITLE
:=Native Language Support
12 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_base.ko
15 define KernelPackage
/nls-base
/description
16 Kernel module for NLS
(Native Language Support
)
19 $(eval
$(call KernelPackage
,nls-base
))
22 define KernelPackage
/nls-cp437
23 SUBMENU
:=Native Language Support
24 TITLE
:=Codepage
437 (United States
, Canada
)
25 KCONFIG
:=CONFIG_NLS_CODEPAGE_437
26 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp437.ko
27 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp437
)
28 $(call AddDepends
/nls
)
31 define KernelPackage
/nls-cp437
/description
32 Kernel module for NLS Codepage
437 (United States
, Canada
)
35 $(eval
$(call KernelPackage
,nls-cp437
))
38 define KernelPackage
/nls-cp775
39 SUBMENU
:=Native Language Support
40 TITLE
:=Codepage
775 (Baltic Rim
)
41 KCONFIG
:=CONFIG_NLS_CODEPAGE_775
42 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp775.ko
43 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp775
)
44 $(call AddDepends
/nls
)
47 define KernelPackage
/nls-cp775
/description
48 Kernel module for NLS Codepage
775 (Baltic Rim
)
51 $(eval
$(call KernelPackage
,nls-cp775
))
54 define KernelPackage
/nls-cp850
55 SUBMENU
:=Native Language Support
56 TITLE
:=Codepage
850 (Europe
)
57 KCONFIG
:=CONFIG_NLS_CODEPAGE_850
58 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp850.ko
59 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp850
)
60 $(call AddDepends
/nls
)
63 define KernelPackage
/nls-cp850
/description
64 Kernel module for NLS Codepage
850 (Europe
)
67 $(eval
$(call KernelPackage
,nls-cp850
))
70 define KernelPackage
/nls-cp852
71 SUBMENU
:=Native Language Support
72 TITLE
:=Codepage
852 (Europe
)
73 KCONFIG
:=CONFIG_NLS_CODEPAGE_852
74 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp852.ko
75 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp852
)
76 $(call AddDepends
/nls
)
79 define KernelPackage
/nls-cp852
/description
80 Kernel module for NLS Codepage
852 (Europe
)
83 $(eval
$(call KernelPackage
,nls-cp852
))
86 define KernelPackage
/nls-cp862
87 SUBMENU
:=Native Language Support
88 TITLE
:=Codepage
862 (Hebrew
)
89 KCONFIG
:=CONFIG_NLS_CODEPAGE_862
90 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp862.ko
91 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp862
)
92 $(call AddDepends
/nls
)
95 define KernelPackage
/nls-cp862
/description
96 Kernel module for NLS Codepage
862 (Hebrew
)
99 $(eval
$(call KernelPackage
,nls-cp862
))
102 define KernelPackage
/nls-cp864
103 SUBMENU
:=Native Language Support
104 TITLE
:=Codepage
864 (Arabic
)
105 KCONFIG
:=CONFIG_NLS_CODEPAGE_864
106 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp864.ko
107 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp864
)
108 $(call AddDepends
/nls
)
111 define KernelPackage
/nls-cp864
/description
112 Kernel module for NLS Codepage
864 (Arabic
)
115 $(eval
$(call KernelPackage
,nls-cp864
))
118 define KernelPackage
/nls-cp866
119 SUBMENU
:=Native Language Support
120 TITLE
:=Codepage
866 (Cyrillic
)
121 KCONFIG
:=CONFIG_NLS_CODEPAGE_866
122 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp866.ko
123 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp866
)
124 $(call AddDepends
/nls
)
127 define KernelPackage
/nls-cp866
/description
128 Kernel module for NLS Codepage
866 (Cyrillic
)
131 $(eval
$(call KernelPackage
,nls-cp866
))
134 define KernelPackage
/nls-cp932
135 SUBMENU
:=Native Language Support
136 TITLE
:=Codepage
932 (Japanese
)
137 KCONFIG
:=CONFIG_NLS_CODEPAGE_932
138 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp932.ko
139 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp932
)
140 $(call AddDepends
/nls
)
143 define KernelPackage
/nls-cp932
/description
144 Kernel module for NLS Codepage
932 (Japanese
)
147 $(eval
$(call KernelPackage
,nls-cp932
))
150 define KernelPackage
/nls-cp1250
151 SUBMENU
:=Native Language Support
152 TITLE
:=Codepage
1250 (Eastern Europe
)
153 KCONFIG
:=CONFIG_NLS_CODEPAGE_1250
154 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp1250.ko
155 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp1250
)
156 $(call AddDepends
/nls
)
159 define KernelPackage
/nls-cp1250
/description
160 Kernel module for NLS Codepage
1250 (Eastern Europe
)
163 $(eval
$(call KernelPackage
,nls-cp1250
))
166 define KernelPackage
/nls-cp1251
167 SUBMENU
:=Native Language Support
168 TITLE
:=Codepage
1251 (Russian
)
169 KCONFIG
:=CONFIG_NLS_CODEPAGE_1251
170 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp1251.ko
171 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp1251
)
172 $(call AddDepends
/nls
)
175 define KernelPackage
/nls-cp1251
/description
176 Kernel module for NLS Codepage
1251 (Russian
)
179 $(eval
$(call KernelPackage
,nls-cp1251
))
182 define KernelPackage
/nls-iso8859-1
183 SUBMENU
:=Native Language Support
184 TITLE
:=ISO
8859-1 (Latin
1; Western European Languages
)
185 KCONFIG
:=CONFIG_NLS_ISO8859_1
186 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-1.ko
187 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-1
)
188 $(call AddDepends
/nls
)
191 define KernelPackage
/nls-iso8859-1
/description
192 Kernel module for NLS ISO
8859-1 (Latin
1)
195 $(eval
$(call KernelPackage
,nls-iso8859-1
))
198 define KernelPackage
/nls-iso8859-2
199 SUBMENU
:=Native Language Support
200 TITLE
:=ISO
8859-2 (Latin
2; Central European Languages
)
201 KCONFIG
:=CONFIG_NLS_ISO8859_2
202 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-2.ko
203 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-2
)
204 $(call AddDepends
/nls
)
207 define KernelPackage
/nls-iso8859-2
/description
208 Kernel module for NLS ISO
8859-2 (Latin
2)
211 $(eval
$(call KernelPackage
,nls-iso8859-2
))
214 define KernelPackage
/nls-iso8859-6
215 SUBMENU
:=Native Language Support
216 TITLE
:=ISO
8859-6 (Arabic
)
217 KCONFIG
:=CONFIG_NLS_ISO8859_6
218 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-6.ko
219 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-6
)
220 $(call AddDepends
/nls
)
223 define KernelPackage
/nls-iso8859-6
/description
224 Kernel module for NLS ISO
8859-6 (Arabic
)
227 $(eval
$(call KernelPackage
,nls-iso8859-6
))
230 define KernelPackage
/nls-iso8859-8
231 SUBMENU
:=Native Language Support
232 TITLE
:=ISO
8859-8, CP1255
(Hebrew
)
233 KCONFIG
:=CONFIG_NLS_ISO8859_8
234 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp1255.ko
235 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp1255
)
236 $(call AddDepends
/nls
)
239 define KernelPackage
/nls-iso8859-8
/description
240 Kernel module for Hebrew charsets
(ISO-8859-8
, CP1255
)
243 $(eval
$(call KernelPackage
,nls-iso8859-8
))
246 define KernelPackage
/nls-iso8859-13
247 SUBMENU
:=Native Language Support
248 TITLE
:=ISO
8859-13 (Latin
7; Baltic
)
249 KCONFIG
:=CONFIG_NLS_ISO8859_13
250 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-13.ko
251 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-13
)
252 $(call AddDepends
/nls
)
255 define KernelPackage
/nls-iso8859-13
/description
256 Kernel module for NLS ISO
8859-13 (Latin
7; Baltic
)
259 $(eval
$(call KernelPackage
,nls-iso8859-13
))
262 define KernelPackage
/nls-iso8859-15
263 SUBMENU
:=Native Language Support
264 TITLE
:=ISO
8859-15 (Latin
9; Western
, with Euro symbol
)
265 KCONFIG
:=CONFIG_NLS_ISO8859_15
266 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-15.ko
267 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-15
)
268 $(call AddDepends
/nls
)
271 define KernelPackage
/nls-iso8859-15
/description
272 Kernel module for NLS ISO
8859-15 (Latin
9)
275 $(eval
$(call KernelPackage
,nls-iso8859-15
))
278 define KernelPackage
/nls-koi8r
279 SUBMENU
:=Native Language Support
280 TITLE
:=KOI8-R
(Russian
)
281 KCONFIG
:=CONFIG_NLS_KOI8_R
282 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_koi8-r.ko
283 AUTOLOAD
:=$(call AutoLoad
,25,nls_koi8-r
)
284 $(call AddDepends
/nls
)
287 define KernelPackage
/nls-koi8r
/description
288 Kernel module for NLS KOI8-R
(Russian
)
291 $(eval
$(call KernelPackage
,nls-koi8r
))
294 define KernelPackage
/nls-utf8
295 SUBMENU
:=Native Language Support
297 KCONFIG
:=CONFIG_NLS_UTF8
298 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_utf8.ko
299 AUTOLOAD
:=$(call AutoLoad
,25,nls_utf8
)
300 $(call AddDepends
/nls
)
303 define KernelPackage
/nls-utf8
/description
304 Kernel module for NLS UTF-8
307 $(eval
$(call KernelPackage
,nls-utf8
))