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
))
184 define KernelPackage
/fs-nfs
186 TITLE
:=NFS filesystem support
192 $(LINUX_DIR
)/fs
/nfs
/nfs.
$(LINUX_KMOD_SUFFIX
) \
193 $(LINUX_DIR
)/fs
/lockd
/lockd.
$(LINUX_KMOD_SUFFIX
) \
194 $(LINUX_DIR
)/net
/sunrpc
/sunrpc.
$(LINUX_KMOD_SUFFIX
)
195 AUTOLOAD
:=$(call AutoLoad
,30,sunrpc lockd nfs
)
198 define KernelPackage
/fs-nfs
/description
199 Kernel module for NFS support
202 $(eval
$(call KernelPackage
,fs-nfs
))
205 define KernelPackage
/fs-nfsd
207 TITLE
:=NFS kernel server support
211 FILES
:=$(LINUX_DIR
)/fs
/nfsd
/nfsd.
$(LINUX_KMOD_SUFFIX
)
212 AUTOLOAD
:=$(call AutoLoad
,40,nfsd
)
215 define KernelPackage
/fs-nfsd
/2.6
216 # KCONFIG+=CONFIG_EXPORTFS
217 FILES
+=$(LINUX_DIR
)/fs
/exportfs
/exportfs.
$(LINUX_KMOD_SUFFIX
)
218 AUTOLOAD
+=$(call AutoLoad
,30,exportfs
)
221 define KernelPackage
/fs-nfsd
/description
222 Kernel module for NFS kernel server support
225 $(eval
$(call KernelPackage
,fs-nfsd
))
228 define KernelPackage
/fs-msdos
230 TITLE
:=MSDOS filesystem support
231 KCONFIG
:=CONFIG_MSDOS_FS
232 FILES
:=$(LINUX_DIR
)/fs
/msdos
/msdos.
$(LINUX_KMOD_SUFFIX
)
233 AUTOLOAD
:=$(call AutoLoad
,40,msdos
)
234 $(call KernelPackage
/nls
/Depends
)
238 define KernelPackage
/fs-msdos
/description
239 Kernel module for MSDOS filesystem support
242 $(eval
$(call KernelPackage
,fs-msdos
))
245 define KernelPackage
/fs-reiserfs
247 TITLE
:=ReiserFS filesystem support
248 KCONFIG
:=CONFIG_REISERFS_FS
249 FILES
:=$(LINUX_DIR
)/fs
/reiserfs
/reiserfs.
$(LINUX_KMOD_SUFFIX
)
250 AUTOLOAD
:=$(call AutoLoad
,30,reiserfs
)
253 define KernelPackage
/fs-reiserfs
/description
254 Kernel module for ReiserFS support
257 $(eval
$(call KernelPackage
,fs-reiserfs
))
260 define KernelPackage
/fs-vfat
262 TITLE
:=VFAT filesystem support
267 $(LINUX_DIR
)/fs
/fat
/fat.
$(LINUX_KMOD_SUFFIX
) \
268 $(LINUX_DIR
)/fs
/vfat
/vfat.
$(LINUX_KMOD_SUFFIX
)
269 AUTOLOAD
:=$(call AutoLoad
,30,fat vfat
)
270 $(call KernelPackage
/nls
/Depends
)
274 define KernelPackage
/fs-vfat
/description
275 Kernel module for VFAT filesystem support
278 $(eval
$(call KernelPackage
,fs-vfat
))
281 define KernelPackage
/fs-xfs
283 TITLE
:=XFS filesystem support
284 KCONFIG
:=CONFIG_XFS_FS
285 FILES
:=$(LINUX_DIR
)/fs
/xfs
/xfs.
$(LINUX_KMOD_SUFFIX
)
286 AUTOLOAD
:=$(call AutoLoad
,30,xfs
)
289 define KernelPackage
/fs-xfs
/description
290 Kernel module for XFS support
293 $(eval
$(call KernelPackage
,fs-xfs
))
296 define KernelPackage
/nls-base
298 TITLE
:=Native Language Support
300 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_base.
$(LINUX_KMOD_SUFFIX
)
301 AUTOLOAD
:=$(call AutoLoad
,20,nls_base
)
304 define KernelPackage
/nls-base
/description
305 Kernel module for NLS
(Native Language Support
)
308 $(eval
$(call KernelPackage
,nls-base
))
311 define KernelPackage
/nls-cp437
313 TITLE
:=Codepage
437 (United States
, Canada
)
314 KCONFIG
:=CONFIG_NLS_CODEPAGE_437
315 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp437.
$(LINUX_KMOD_SUFFIX
)
316 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp437
)
317 $(call KernelPackage
/nls
/Depends
)
321 define KernelPackage
/nls-cp437
/description
322 Kernel module for NLS Codepage
437 (United States
, Canada
)
325 $(eval
$(call KernelPackage
,nls-cp437
))
328 define KernelPackage
/nls-cp850
330 TITLE
:=Codepage
850 (Europe
)
331 KCONFIG
:=CONFIG_NLS_CODEPAGE_850
332 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp850.
$(LINUX_KMOD_SUFFIX
)
333 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp850
)
334 $(call KernelPackage
/nls
/Depends
)
338 define KernelPackage
/nls-cp850
/description
339 Kernel module for NLS Codepage
850 (Europe
)
342 $(eval
$(call KernelPackage
,nls-cp850
))
345 define KernelPackage
/nls-cp1250
347 TITLE
:=Codepage
1250 (Eastern Europe
)
348 KCONFIG
:=CONFIG_NLS_CODEPAGE_1250
349 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp1250.
$(LINUX_KMOD_SUFFIX
)
350 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp1250
)
351 $(call KernelPackage
/nls
/Depends
)
355 define KernelPackage
/nls-cp1250
/description
356 Kernel module for NLS Codepage
1250 (Eastern Europe
)
359 $(eval
$(call KernelPackage
,nls-cp1250
))
362 define KernelPackage
/nls-iso8859-1
364 TITLE
:=ISO
8859-1 (Latin
1; Western European Languages
)
365 KCONFIG
:=CONFIG_NLS_ISO8859_1
366 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-1.
$(LINUX_KMOD_SUFFIX
)
367 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-1
)
368 $(call KernelPackage
/nls
/Depends
)
372 define KernelPackage
/nls-iso8859-1
/description
373 Kernel module for NLS ISO
8859-1 (Latin
1)
376 $(eval
$(call KernelPackage
,nls-iso8859-1
))
379 define KernelPackage
/nls-iso8859-2
381 TITLE
:=ISO
8859-2 (Latin
2; Central European Languages
)
382 KCONFIG
:=CONFIG_NLS_ISO8859_2
383 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-2.
$(LINUX_KMOD_SUFFIX
)
384 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-2
)
385 $(call KernelPackage
/nls
/Depends
)
389 define KernelPackage
/nls-iso8859-2
/description
390 Kernel module for NLS ISO
8859-2 (Latin
2)
393 $(eval
$(call KernelPackage
,nls-iso8859-2
))
396 define KernelPackage
/nls-iso8859-15
398 TITLE
:=ISO
8859-15 (Latin
9; Western
, with Euro symbol
)
399 KCONFIG
:=CONFIG_NLS_ISO8859_15
400 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-15.
$(LINUX_KMOD_SUFFIX
)
401 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-15
)
402 $(call KernelPackage
/nls
/Depends
)
406 define KernelPackage
/nls-iso8859-15
/description
407 Kernel module for NLS ISO
8859-15 (Latin
9)
410 $(eval
$(call KernelPackage
,nls-iso8859-15
))
413 define KernelPackage
/nls-koi8r
415 TITLE
:=KOI8-R
(Russian
)
416 KCONFIG
:=CONFIG_NLS_KOI8_R
417 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_koi8-r.
$(LINUX_KMOD_SUFFIX
)
418 AUTOLOAD
:=$(call AutoLoad
,25,nls_koi8-r
)
419 $(call KernelPackage
/nls
/Depends
)
423 define KernelPackage
/nls-koi8r
/description
424 Kernel module for NLS KOI8-R
(Russian
)
427 $(eval
$(call KernelPackage
,nls-koi8r
))
430 define KernelPackage
/nls-utf8
433 KCONFIG
:=CONFIG_NLS_UTF8
434 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_utf8.
$(LINUX_KMOD_SUFFIX
)
435 AUTOLOAD
:=$(call AutoLoad
,25,nls_utf8
)
436 $(call KernelPackage
/nls
/Depends
)
439 define KernelPackage
/nls-utf8
/description
440 Kernel module for NLS UTF-8
443 $(eval
$(call KernelPackage
,nls-utf8
))