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
17 define KernelPackage
/fs-cifs
21 FILES
:=$(LINUX_DIR
)/fs
/cifs
/cifs.
$(LINUX_KMOD_SUFFIX
)
22 AUTOLOAD
:=$(call AutoLoad
,30,cifs
)
23 $(call KernelPackage
/nls
/Depends
)
27 define KernelPackage
/fs-cifs
/description
28 Kernel module for CIFS support
31 $(eval
$(call KernelPackage
,fs-cifs
))
34 define KernelPackage
/fs-minix
36 TITLE
:=Minix filesystem support
37 KCONFIG
:=CONFIG_MINIX_FS
38 FILES
:=$(LINUX_DIR
)/fs
/minix
/minix.
$(LINUX_KMOD_SUFFIX
)
39 AUTOLOAD
:=$(call AutoLoad
,30,minix
)
42 define KernelPackage
/fs-minix
/description
43 Kernel module for Minix filesystem support
46 $(eval
$(call KernelPackage
,fs-minix
))
49 define KernelPackage
/fs-ntfs
51 TITLE
:=NTFS filesystem support
52 KCONFIG
:=CONFIG_NTFS_FS
53 FILES
:=$(LINUX_DIR
)/fs
/ntfs
/ntfs.
$(LINUX_KMOD_SUFFIX
)
54 AUTOLOAD
:=$(call AutoLoad
,30,ntfs
)
57 define KernelPackage
/fs-ntfs
/description
58 Kernel module for NTFS filesystem support
61 $(eval
$(call KernelPackage
,fs-ntfs
))
64 define KernelPackage
/fs-mbcache
66 TITLE
:=mbcache
(used by ext2
/ext3
)
67 KCONFIG
:=CONFIG_FS_MBCACHE
68 ifneq ($(CONFIG_FS_MBCACHE
),)
69 FILES
:=$(LINUX_DIR
)/fs
/mbcache.
$(LINUX_KMOD_SUFFIX
)
70 AUTOLOAD
:=$(call AutoLoad
,20,mbcache
)
74 define KernelPackage
/fs-ext2
/description
75 Meta Block cache used by ext2
/ext3
76 This package will only be installed if extended attributes
77 are enabled for ext2
/ext3
79 $(eval
$(call KernelPackage
,fs-mbcache
))
81 define KernelPackage
/fs-ext2
83 TITLE
:=EXT2 filesystem support
84 KCONFIG
:=CONFIG_EXT2_FS
85 DEPENDS
:=$(if
$(DUMP
)$(CONFIG_FS_MBCACHE
),+kmod-fs-mbcache
)
86 FILES
:=$(LINUX_DIR
)/fs
/ext2
/ext2.
$(LINUX_KMOD_SUFFIX
)
87 AUTOLOAD
:=$(call AutoLoad
,30,ext2
)
90 define KernelPackage
/fs-ext2
/description
91 Kernel module for EXT2 filesystem support
94 $(eval
$(call KernelPackage
,fs-ext2
))
97 define KernelPackage
/fs-ext3
99 TITLE
:=EXT3 filesystem support
103 DEPENDS
:=$(if
$(DUMP
)$(CONFIG_FS_MBCACHE
),+kmod-fs-mbcache
)
105 $(LINUX_DIR
)/fs
/ext3
/ext3.
$(LINUX_KMOD_SUFFIX
) \
106 $(LINUX_DIR
)/fs
/jbd
/jbd.
$(LINUX_KMOD_SUFFIX
)
107 AUTOLOAD
:=$(call AutoLoad
,30,jbd ext3
)
110 define KernelPackage
/fs-ext3
/description
111 Kernel module for EXT3 filesystem support
114 $(eval
$(call KernelPackage
,fs-ext3
))
117 define KernelPackage
/fs-hfs
119 TITLE
:=HFS
+ filesystem support
120 KCONFIG
:=CONFIG_HFS_FS
121 FILES
:=$(LINUX_DIR
)/fs
/hfs
/hfs.
$(LINUX_KMOD_SUFFIX
)
122 AUTOLOAD
:=$(call AutoLoad
,30,hfs
)
123 $(call KernelPackage
/nls
/Depends
)
126 define KernelPackage
/fs-hfs
/description
127 Kernel module for HFS filesystem support
130 $(eval
$(call KernelPackage
,fs-hfs
))
133 define KernelPackage
/fs-hfsplus
135 TITLE
:=HFS
+ filesystem support
136 KCONFIG
:=CONFIG_HFSPLUS_FS
137 FILES
:=$(LINUX_DIR
)/fs
/hfsplus
/hfsplus.
$(LINUX_KMOD_SUFFIX
)
138 AUTOLOAD
:=$(call AutoLoad
,30,hfsplus
)
139 $(call KernelPackage
/nls
/Depends
,utf8
)
143 define KernelPackage
/fs-hfsplus
/description
144 Kernel module for HFS
+ filesystem support
147 $(eval
$(call KernelPackage
,fs-hfsplus
))
150 define KernelPackage
/fs-isofs
152 TITLE
:=ISO9660 filesystem support
153 KCONFIG
:=CONFIG_ISO9660_FS CONFIG_JOLIET
=y CONFIG_ZISOFS
=n
154 FILES
:=$(LINUX_DIR
)/fs
/isofs
/isofs.
$(LINUX_KMOD_SUFFIX
)
155 AUTOLOAD
:=$(call AutoLoad
,30,isofs
)
156 $(call KernelPackage
/nls
/Depends
)
160 define KernelPackage
/fs-isofs
/description
161 Kernel module for ISO9660 filesystem support
164 $(eval
$(call KernelPackage
,fs-isofs
))
167 define KernelPackage
/fs-udf
169 TITLE
:=UDF filesystem support
170 KCONFIG
:=CONFIG_UDF_FS
171 FILES
:=$(LINUX_DIR
)/fs
/udf
/udf.
$(LINUX_KMOD_SUFFIX
)
172 AUTOLOAD
:=$(call AutoLoad
,30,udf
)
173 $(call KernelPackage
/nls
/Depends
)
177 define KernelPackage
/fs-udf
/description
178 Kernel module for UDF filesystem support
181 $(eval
$(call KernelPackage
,fs-udf
))
183 define KernelPackage
/fs-nfs-common
185 TITLE
:=Common NFS filesystem modules
189 CONFIG_NFS_ACL_SUPPORT
191 $(LINUX_DIR
)/fs
/lockd
/lockd.
$(LINUX_KMOD_SUFFIX
) \
192 $(LINUX_DIR
)/net
/sunrpc
/sunrpc.
$(LINUX_KMOD_SUFFIX
) \
193 $(LINUX_DIR
)/fs
/nfs_common
/nfs_acl.
$(LINUX_KMOD_SUFFIX
)
194 AUTOLOAD
:=$(call AutoLoad
,30,sunrpc lockd nfs_acl
)
197 $(eval
$(call KernelPackage
,fs-nfs-common
))
200 define KernelPackage
/fs-nfs
202 TITLE
:=NFS filesystem support
203 DEPENDS
:=kmod-fs-nfs-common
209 $(LINUX_DIR
)/fs
/nfs
/nfs.
$(LINUX_KMOD_SUFFIX
) \
210 $(LINUX_DIR
)/fs
/lockd
/lockd.
$(LINUX_KMOD_SUFFIX
) \
211 $(LINUX_DIR
)/net
/sunrpc
/sunrpc.
$(LINUX_KMOD_SUFFIX
)
212 AUTOLOAD
:=$(call AutoLoad
,40,nfs
)
215 define KernelPackage
/fs-nfs
/description
216 Kernel module for NFS support
219 $(eval
$(call KernelPackage
,fs-nfs
))
222 define KernelPackage
/fs-nfsd
224 TITLE
:=NFS kernel server support
225 DEPENDS
:=kmod-fs-nfs-common
231 $(LINUX_DIR
)/fs
/nfsd
/nfsd.
$(LINUX_KMOD_SUFFIX
) \
232 $(LINUX_DIR
)/net
/sunrpc
/auth_gss
/auth_rpcgss.
$(LINUX_KMOD_SUFFIX
)
233 AUTOLOAD
:=$(call AutoLoad
,40,nfsd
)
236 define KernelPackage
/fs-nfsd
/2.6
237 # KCONFIG+=CONFIG_EXPORTFS
238 FILES
+=$(LINUX_DIR
)/fs
/exportfs
/exportfs.
$(LINUX_KMOD_SUFFIX
)
239 AUTOLOAD
+=$(call AutoLoad
,30,exportfs
)
242 define KernelPackage
/fs-nfsd
/description
243 Kernel module for NFS kernel server support
246 $(eval
$(call KernelPackage
,fs-nfsd
))
249 define KernelPackage
/fs-msdos
251 TITLE
:=MSDOS filesystem support
252 KCONFIG
:=CONFIG_MSDOS_FS
253 FILES
:=$(LINUX_DIR
)/fs
/msdos
/msdos.
$(LINUX_KMOD_SUFFIX
)
254 AUTOLOAD
:=$(call AutoLoad
,40,msdos
)
255 $(call KernelPackage
/nls
/Depends
)
259 define KernelPackage
/fs-msdos
/description
260 Kernel module for MSDOS filesystem support
263 $(eval
$(call KernelPackage
,fs-msdos
))
266 define KernelPackage
/fs-reiserfs
268 TITLE
:=ReiserFS filesystem support
269 KCONFIG
:=CONFIG_REISERFS_FS
270 FILES
:=$(LINUX_DIR
)/fs
/reiserfs
/reiserfs.
$(LINUX_KMOD_SUFFIX
)
271 AUTOLOAD
:=$(call AutoLoad
,30,reiserfs
)
274 define KernelPackage
/fs-reiserfs
/description
275 Kernel module for ReiserFS support
278 $(eval
$(call KernelPackage
,fs-reiserfs
))
281 define KernelPackage
/fs-vfat
283 TITLE
:=VFAT filesystem support
288 $(LINUX_DIR
)/fs
/fat
/fat.
$(LINUX_KMOD_SUFFIX
) \
289 $(LINUX_DIR
)/fs
/vfat
/vfat.
$(LINUX_KMOD_SUFFIX
)
290 AUTOLOAD
:=$(call AutoLoad
,30,fat vfat
)
291 $(call KernelPackage
/nls
/Depends
)
295 define KernelPackage
/fs-vfat
/description
296 Kernel module for VFAT filesystem support
299 $(eval
$(call KernelPackage
,fs-vfat
))
302 define KernelPackage
/fs-xfs
304 TITLE
:=XFS filesystem support
305 KCONFIG
:=CONFIG_XFS_FS
306 FILES
:=$(LINUX_DIR
)/fs
/xfs
/xfs.
$(LINUX_KMOD_SUFFIX
)
307 AUTOLOAD
:=$(call AutoLoad
,30,xfs
)
310 define KernelPackage
/fs-xfs
/description
311 Kernel module for XFS support
314 $(eval
$(call KernelPackage
,fs-xfs
))
317 define KernelPackage
/nls-base
319 TITLE
:=Native Language Support
321 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_base.
$(LINUX_KMOD_SUFFIX
)
322 AUTOLOAD
:=$(call AutoLoad
,20,nls_base
)
325 define KernelPackage
/nls-base
/description
326 Kernel module for NLS
(Native Language Support
)
329 $(eval
$(call KernelPackage
,nls-base
))
332 define KernelPackage
/nls-cp437
334 TITLE
:=Codepage
437 (United States
, Canada
)
335 KCONFIG
:=CONFIG_NLS_CODEPAGE_437
336 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp437.
$(LINUX_KMOD_SUFFIX
)
337 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp437
)
338 $(call KernelPackage
/nls
/Depends
)
342 define KernelPackage
/nls-cp437
/description
343 Kernel module for NLS Codepage
437 (United States
, Canada
)
346 $(eval
$(call KernelPackage
,nls-cp437
))
349 define KernelPackage
/nls-cp850
351 TITLE
:=Codepage
850 (Europe
)
352 KCONFIG
:=CONFIG_NLS_CODEPAGE_850
353 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp850.
$(LINUX_KMOD_SUFFIX
)
354 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp850
)
355 $(call KernelPackage
/nls
/Depends
)
359 define KernelPackage
/nls-cp850
/description
360 Kernel module for NLS Codepage
850 (Europe
)
363 $(eval
$(call KernelPackage
,nls-cp850
))
366 define KernelPackage
/nls-cp1250
368 TITLE
:=Codepage
1250 (Eastern Europe
)
369 KCONFIG
:=CONFIG_NLS_CODEPAGE_1250
370 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp1250.
$(LINUX_KMOD_SUFFIX
)
371 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp1250
)
372 $(call KernelPackage
/nls
/Depends
)
376 define KernelPackage
/nls-cp1250
/description
377 Kernel module for NLS Codepage
1250 (Eastern Europe
)
380 $(eval
$(call KernelPackage
,nls-cp1250
))
383 define KernelPackage
/nls-cp1251
385 TITLE
:=Codepage
1251 (Russian
)
386 KCONFIG
:=CONFIG_NLS_CODEPAGE_1251
387 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp1251.
$(LINUX_KMOD_SUFFIX
)
388 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp1251
)
389 $(call KernelPackage
/nls
/Depends
)
393 define KernelPackage
/nls-cp1251
/description
394 Kernel module for NLS Codepage
1251 (Russian
)
397 $(eval
$(call KernelPackage
,nls-cp1251
))
400 define KernelPackage
/nls-iso8859-1
402 TITLE
:=ISO
8859-1 (Latin
1; Western European Languages
)
403 KCONFIG
:=CONFIG_NLS_ISO8859_1
404 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-1.
$(LINUX_KMOD_SUFFIX
)
405 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-1
)
406 $(call KernelPackage
/nls
/Depends
)
410 define KernelPackage
/nls-iso8859-1
/description
411 Kernel module for NLS ISO
8859-1 (Latin
1)
414 $(eval
$(call KernelPackage
,nls-iso8859-1
))
417 define KernelPackage
/nls-iso8859-2
419 TITLE
:=ISO
8859-2 (Latin
2; Central European Languages
)
420 KCONFIG
:=CONFIG_NLS_ISO8859_2
421 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-2.
$(LINUX_KMOD_SUFFIX
)
422 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-2
)
423 $(call KernelPackage
/nls
/Depends
)
427 define KernelPackage
/nls-iso8859-2
/description
428 Kernel module for NLS ISO
8859-2 (Latin
2)
431 $(eval
$(call KernelPackage
,nls-iso8859-2
))
434 define KernelPackage
/nls-iso8859-15
436 TITLE
:=ISO
8859-15 (Latin
9; Western
, with Euro symbol
)
437 KCONFIG
:=CONFIG_NLS_ISO8859_15
438 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-15.
$(LINUX_KMOD_SUFFIX
)
439 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-15
)
440 $(call KernelPackage
/nls
/Depends
)
444 define KernelPackage
/nls-iso8859-15
/description
445 Kernel module for NLS ISO
8859-15 (Latin
9)
448 $(eval
$(call KernelPackage
,nls-iso8859-15
))
451 define KernelPackage
/nls-koi8r
453 TITLE
:=KOI8-R
(Russian
)
454 KCONFIG
:=CONFIG_NLS_KOI8_R
455 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_koi8-r.
$(LINUX_KMOD_SUFFIX
)
456 AUTOLOAD
:=$(call AutoLoad
,25,nls_koi8-r
)
457 $(call KernelPackage
/nls
/Depends
)
461 define KernelPackage
/nls-koi8r
/description
462 Kernel module for NLS KOI8-R
(Russian
)
465 $(eval
$(call KernelPackage
,nls-koi8r
))
468 define KernelPackage
/nls-utf8
471 KCONFIG
:=CONFIG_NLS_UTF8
472 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_utf8.
$(LINUX_KMOD_SUFFIX
)
473 AUTOLOAD
:=$(call AutoLoad
,25,nls_utf8
)
474 $(call KernelPackage
/nls
/Depends
)
477 define KernelPackage
/nls-utf8
/description
478 Kernel module for NLS UTF-8
481 $(eval
$(call KernelPackage
,nls-utf8
))