2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
11 define KernelPackage
/nls
/Depends
13 DEPENDS
+= +kmod-nls-base
$(foreach m
,$(1),+kmod-nls-
$(m
))
17 define KernelPackage
/fs-cifs
20 DEPENDS
:=+kmod-nls-base
22 FILES
:=$(LINUX_DIR
)/fs
/cifs
/cifs.
$(LINUX_KMOD_SUFFIX
)
23 AUTOLOAD
:=$(call AutoLoad
,30,cifs
)
24 $(call KernelPackage
/nls
/Depends
)
28 define KernelPackage
/fs-cifs
/description
29 Kernel module for CIFS support
32 $(eval
$(call KernelPackage
,fs-cifs
))
35 define KernelPackage
/fs-minix
37 TITLE
:=Minix filesystem support
38 KCONFIG
:=CONFIG_MINIX_FS
39 FILES
:=$(LINUX_DIR
)/fs
/minix
/minix.
$(LINUX_KMOD_SUFFIX
)
40 AUTOLOAD
:=$(call AutoLoad
,30,minix
)
43 define KernelPackage
/fs-minix
/description
44 Kernel module for Minix filesystem support
47 $(eval
$(call KernelPackage
,fs-minix
))
50 define KernelPackage
/fs-ntfs
52 TITLE
:=NTFS filesystem support
53 KCONFIG
:=CONFIG_NTFS_FS
54 FILES
:=$(LINUX_DIR
)/fs
/ntfs
/ntfs.
$(LINUX_KMOD_SUFFIX
)
55 AUTOLOAD
:=$(call AutoLoad
,30,ntfs
)
58 define KernelPackage
/fs-ntfs
/description
59 Kernel module for NTFS filesystem support
62 $(eval
$(call KernelPackage
,fs-ntfs
))
65 define KernelPackage
/fs-ext2
67 TITLE
:=EXT2 filesystem support
68 KCONFIG
:=CONFIG_EXT2_FS
69 FILES
:=$(LINUX_DIR
)/fs
/ext2
/ext2.
$(LINUX_KMOD_SUFFIX
)
70 AUTOLOAD
:=$(call AutoLoad
,30,ext2
)
73 define KernelPackage
/fs-ext2
/description
74 Kernel module for EXT2 filesystem support
77 $(eval
$(call KernelPackage
,fs-ext2
))
80 define KernelPackage
/fs-ext3
82 TITLE
:=EXT3 filesystem support
87 $(LINUX_DIR
)/fs
/ext3
/ext3.
$(LINUX_KMOD_SUFFIX
) \
88 $(LINUX_DIR
)/fs
/jbd
/jbd.
$(LINUX_KMOD_SUFFIX
)
89 AUTOLOAD
:=$(call AutoLoad
,30,jbd ext3
)
92 define KernelPackage
/fs-ext3
/description
93 Kernel module for EXT3 filesystem support
96 $(eval
$(call KernelPackage
,fs-ext3
))
99 define KernelPackage
/fs-hfs
101 TITLE
:=HFS
+ filesystem support
102 DEPENDS
:=+kmod-nls-base
103 KCONFIG
:=CONFIG_HFS_FS
104 FILES
:=$(LINUX_DIR
)/fs
/hfs
/hfs.
$(LINUX_KMOD_SUFFIX
)
105 AUTOLOAD
:=$(call AutoLoad
,30,hfs
)
106 $(call KernelPackage
/nls
/Depends
)
109 define KernelPackage
/fs-hfs
/description
110 Kernel module for HFS filesystem support
113 $(eval
$(call KernelPackage
,fs-hfs
))
116 define KernelPackage
/fs-hfsplus
118 TITLE
:=HFS
+ filesystem support
119 DEPENDS
:=+kmod-nls-base
120 KCONFIG
:=CONFIG_HFSPLUS_FS
121 FILES
:=$(LINUX_DIR
)/fs
/hfsplus
/hfsplus.
$(LINUX_KMOD_SUFFIX
)
122 AUTOLOAD
:=$(call AutoLoad
,30,hfsplus
)
123 $(call KernelPackage
/nls
/Depends
,utf8
)
127 define KernelPackage
/fs-hfsplus
/description
128 Kernel module for HFS
+ filesystem support
131 $(eval
$(call KernelPackage
,fs-hfsplus
))
134 define KernelPackage
/fs-isofs
136 TITLE
:=ISO9660 filesystem support
137 KCONFIG
:=CONFIG_ISO9660_FS CONFIG_JOLIET
=y CONFIG_ZISOFS
=n
138 FILES
:=$(LINUX_DIR
)/fs
/isofs
/isofs.
$(LINUX_KMOD_SUFFIX
)
139 AUTOLOAD
:=$(call AutoLoad
,30,isofs
)
140 $(call KernelPackage
/nls
/Depends
)
144 define KernelPackage
/fs-isofs
/description
145 Kernel module for ISO9660 filesystem support
148 $(eval
$(call KernelPackage
,fs-isofs
))
151 define KernelPackage
/fs-udf
153 TITLE
:=UDF filesystem support
154 DEPENDS
:=+kmod-nls-base
155 KCONFIG
:=CONFIG_UDF_FS
156 FILES
:=$(LINUX_DIR
)/fs
/udf
/udf.
$(LINUX_KMOD_SUFFIX
)
157 AUTOLOAD
:=$(call AutoLoad
,30,udf
)
158 $(call KernelPackage
/nls
/Depends
)
162 define KernelPackage
/fs-udf
/description
163 Kernel module for UDF filesystem support
166 $(eval
$(call KernelPackage
,fs-udf
))
169 define KernelPackage
/fs-nfs
171 TITLE
:=NFS filesystem support
177 $(LINUX_DIR
)/fs
/nfs
/nfs.
$(LINUX_KMOD_SUFFIX
) \
178 $(LINUX_DIR
)/fs
/lockd
/lockd.
$(LINUX_KMOD_SUFFIX
) \
179 $(LINUX_DIR
)/net
/sunrpc
/sunrpc.
$(LINUX_KMOD_SUFFIX
)
180 AUTOLOAD
:=$(call AutoLoad
,30,sunrpc lockd nfs
)
183 define KernelPackage
/fs-nfs
/description
184 Kernel module for NFS support
187 $(eval
$(call KernelPackage
,fs-nfs
))
190 define KernelPackage
/fs-nfsd
192 TITLE
:=NFS kernel server support
196 FILES
:=$(LINUX_DIR
)/fs
/nfsd
/nfsd.
$(LINUX_KMOD_SUFFIX
)
197 AUTOLOAD
:=$(call AutoLoad
,40,nfsd
)
200 define KernelPackage
/fs-nfsd
/2.6
201 # KCONFIG+=CONFIG_EXPORTFS
202 FILES
+=$(LINUX_DIR
)/fs
/exportfs
/exportfs.
$(LINUX_KMOD_SUFFIX
)
203 AUTOLOAD
+=$(call AutoLoad
,30,exportfs
)
206 define KernelPackage
/fs-nfsd
/description
207 Kernel module for NFS kernel server support
210 $(eval
$(call KernelPackage
,fs-nfsd
))
213 define KernelPackage
/fs-msdos
215 TITLE
:=MSDOS filesystem support
216 DEPENDS
:=+kmod-nls-base
217 KCONFIG
:=CONFIG_MSDOS_FS
218 FILES
:=$(LINUX_DIR
)/fs
/msdos
/msdos.
$(LINUX_KMOD_SUFFIX
)
219 AUTOLOAD
:=$(call AutoLoad
,40,msdos
)
220 $(call KernelPackage
/nls
/Depends
)
224 define KernelPackage
/fs-msdos
/description
225 Kernel module for MSDOS filesystem support
228 $(eval
$(call KernelPackage
,fs-msdos
))
231 define KernelPackage
/fs-vfat
233 TITLE
:=VFAT filesystem support
238 $(LINUX_DIR
)/fs
/fat
/fat.
$(LINUX_KMOD_SUFFIX
) \
239 $(LINUX_DIR
)/fs
/vfat
/vfat.
$(LINUX_KMOD_SUFFIX
)
240 AUTOLOAD
:=$(call AutoLoad
,30,fat vfat
)
241 $(call KernelPackage
/nls
/Depends
)
245 define KernelPackage
/fs-vfat
/description
246 Kernel module for VFAT filesystem support
249 $(eval
$(call KernelPackage
,fs-vfat
))
252 define KernelPackage
/fs-xfs
254 TITLE
:=XFS filesystem support
255 KCONFIG
:=CONFIG_XFS_FS
256 FILES
:=$(LINUX_DIR
)/fs
/xfs
/xfs.
$(LINUX_KMOD_SUFFIX
)
257 AUTOLOAD
:=$(call AutoLoad
,30,xfs
)
260 define KernelPackage
/fs-xfs
/description
261 Kernel module for XFS support
264 $(eval
$(call KernelPackage
,fs-xfs
))
267 define KernelPackage
/nls-base
269 TITLE
:=Native Language Support
271 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_base.
$(LINUX_KMOD_SUFFIX
)
272 AUTOLOAD
:=$(call AutoLoad
,20,nls_base
)
275 define KernelPackage
/nls-base
/description
276 Kernel module for NLS
(Native Language Support
)
279 $(eval
$(call KernelPackage
,nls-base
))
282 define KernelPackage
/nls-cp437
284 TITLE
:=Codepage
437 (United States
, Canada
)
285 DEPENDS
:=+kmod-nls-base
286 KCONFIG
:=CONFIG_NLS_CODEPAGE_437
287 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp437.
$(LINUX_KMOD_SUFFIX
)
288 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp437
)
289 $(call KernelPackage
/nls
/Depends
)
293 define KernelPackage
/nls-cp437
/description
294 Kernel module for NLS Codepage
437 (United States
, Canada
)
297 $(eval
$(call KernelPackage
,nls-cp437
))
300 define KernelPackage
/nls-cp850
302 TITLE
:=Codepage
850 (Europe
)
303 DEPENDS
:=+kmod-nls-base
304 KCONFIG
:=CONFIG_NLS_CODEPAGE_850
305 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp850.
$(LINUX_KMOD_SUFFIX
)
306 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp850
)
307 $(call KernelPackage
/nls
/Depends
)
311 define KernelPackage
/nls-cp850
/description
312 Kernel module for NLS Codepage
850 (Europe
)
315 $(eval
$(call KernelPackage
,nls-cp850
))
318 define KernelPackage
/nls-cp1250
320 TITLE
:=Codepage
1250 (Eastern Europe
)
321 DEPENDS
:=+kmod-nls-base
322 KCONFIG
:=CONFIG_NLS_CODEPAGE_1250
323 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp1250.
$(LINUX_KMOD_SUFFIX
)
324 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp1250
)
325 $(call KernelPackage
/nls
/Depends
)
329 define KernelPackage
/nls-cp1250
/description
330 Kernel module for NLS Codepage
1250 (Eastern Europe
)
333 $(eval
$(call KernelPackage
,nls-cp1250
))
336 define KernelPackage
/nls-iso8859-1
338 TITLE
:=ISO
8859-1 (Latin
1; Western European Languages
)
339 DEPENDS
:=+kmod-nls-base
340 KCONFIG
:=CONFIG_NLS_ISO8859_1
341 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-1.
$(LINUX_KMOD_SUFFIX
)
342 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-1
)
343 $(call KernelPackage
/nls
/Depends
)
347 define KernelPackage
/nls-iso8859-1
/description
348 Kernel module for NLS ISO
8859-1 (Latin
1)
351 $(eval
$(call KernelPackage
,nls-iso8859-1
))
354 define KernelPackage
/nls-iso8859-2
356 TITLE
:=ISO
8859-2 (Latin
2; Central European Languages
)
357 DEPENDS
:=+kmod-nls-base
358 KCONFIG
:=CONFIG_NLS_ISO8859_2
359 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-2.
$(LINUX_KMOD_SUFFIX
)
360 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-2
)
361 $(call KernelPackage
/nls
/Depends
)
365 define KernelPackage
/nls-iso8859-2
/description
366 Kernel module for NLS ISO
8859-2 (Latin
2)
369 $(eval
$(call KernelPackage
,nls-iso8859-2
))
372 define KernelPackage
/nls-iso8859-15
374 TITLE
:=ISO
8859-15 (Latin
9; Western
, with Euro symbol
)
375 DEPENDS
:=+kmod-nls-base
376 KCONFIG
:=CONFIG_NLS_ISO8859_15
377 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-15.
$(LINUX_KMOD_SUFFIX
)
378 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-15
)
379 $(call KernelPackage
/nls
/Depends
)
383 define KernelPackage
/nls-iso8859-15
/description
384 Kernel module for NLS ISO
8859-15 (Latin
9)
387 $(eval
$(call KernelPackage
,nls-iso8859-15
))
390 define KernelPackage
/nls-koi8r
392 TITLE
:=KOI8-R
(Russian
)
393 DEPENDS
:=+kmod-nls-base
394 KCONFIG
:=CONFIG_NLS_KOI8_R
395 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_koi8-r.
$(LINUX_KMOD_SUFFIX
)
396 AUTOLOAD
:=$(call AutoLoad
,25,nls_koi8-r
)
397 $(call KernelPackage
/nls
/Depends
)
401 define KernelPackage
/nls-koi8r
/description
402 Kernel module for NLS KOI8-R
(Russian
)
405 $(eval
$(call KernelPackage
,nls-koi8r
))
408 define KernelPackage
/nls-utf8
411 DEPENDS
:=+kmod-nls-base
412 KCONFIG
:=CONFIG_NLS_UTF8
413 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_utf8.
$(LINUX_KMOD_SUFFIX
)
414 AUTOLOAD
:=$(call AutoLoad
,25,nls_utf8
)
415 $(call KernelPackage
/nls
/Depends
)
418 define KernelPackage
/nls-utf8
/description
419 Kernel module for NLS UTF-8
422 $(eval
$(call KernelPackage
,nls-utf8
))