kernel: clean-up after kernel 5.4 removal
[openwrt/openwrt.git] / package / kernel / linux / modules / fs.mk
1 #
2 # Copyright (C) 2006-2011 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 FS_MENU:=Filesystems
9
10 define KernelPackage/fs-9p
11 SUBMENU:=$(FS_MENU)
12 TITLE:=Plan 9 Resource Sharing Support
13 DEPENDS:=+kmod-9pnet
14 KCONFIG:=\
15 CONFIG_9P_FS \
16 CONFIG_9P_FS_POSIX_ACL=n \
17 CONFIG_9P_FS_SECURITY=n \
18 CONFIG_9P_FSCACHE=n
19 FILES:=$(LINUX_DIR)/fs/9p/9p.ko
20 AUTOLOAD:=$(call AutoLoad,30,9p)
21 endef
22
23 define KernelPackage/fs-9p/description
24 Kernel module for Plan 9 Resource Sharing Support support
25 endef
26
27 $(eval $(call KernelPackage,fs-9p))
28
29
30 define KernelPackage/fs-afs
31 SUBMENU:=$(FS_MENU)
32 TITLE:=Andrew FileSystem client
33 DEFAULT:=n
34 DEPENDS:=+kmod-rxrpc +kmod-dnsresolver +kmod-fs-fscache
35 KCONFIG:=\
36 CONFIG_AFS_FS=m \
37 CONFIG_AFS_DEBUG=n \
38 CONFIG_AFS_FSCACHE=y
39 FILES:=$(LINUX_DIR)/fs/afs/kafs.ko
40 AUTOLOAD:=$(call AutoLoad,30,kafs)
41 endef
42
43 define KernelPackage/fs-afs/description
44 Kernel module for Andrew FileSystem client support
45 endef
46
47 $(eval $(call KernelPackage,fs-afs))
48
49 define KernelPackage/fs-autofs4
50 SUBMENU:=$(FS_MENU)
51 TITLE:=AUTOFS4 filesystem support
52 KCONFIG:= \
53 CONFIG_AUTOFS4_FS \
54 CONFIG_AUTOFS_FS
55 FILES:= \
56 $(LINUX_DIR)/fs/autofs/autofs4.ko
57 AUTOLOAD:=$(call AutoLoad,30,autofs4)
58 endef
59
60 define KernelPackage/fs-autofs4/description
61 Kernel module for AutoFS4 support
62 endef
63
64 $(eval $(call KernelPackage,fs-autofs4))
65
66
67 define KernelPackage/fs-btrfs
68 SUBMENU:=$(FS_MENU)
69 TITLE:=BTRFS filesystem support
70 DEPENDS:=+kmod-lib-crc32c +kmod-lib-lzo +kmod-lib-zlib-inflate +kmod-lib-zlib-deflate +kmod-lib-raid6 +kmod-lib-xor +kmod-lib-zstd
71 KCONFIG:=\
72 CONFIG_BTRFS_FS \
73 CONFIG_BTRFS_FS_CHECK_INTEGRITY=n
74 FILES:=\
75 $(LINUX_DIR)/fs/btrfs/btrfs.ko
76 AUTOLOAD:=$(call AutoLoad,30,btrfs,1)
77 endef
78
79 define KernelPackage/fs-btrfs/description
80 Kernel module for BTRFS support
81 endef
82
83 $(eval $(call KernelPackage,fs-btrfs))
84
85
86 define KernelPackage/fs-cifs
87 SUBMENU:=$(FS_MENU)
88 TITLE:=CIFS support
89 KCONFIG:= \
90 CONFIG_SMBFS_COMMON@ge5.15 \
91 CONFIG_CIFS \
92 CONFIG_CIFS_DFS_UPCALL=n \
93 CONFIG_CIFS_UPCALL=n
94 FILES:= \
95 $(LINUX_DIR)/fs/smbfs_common/cifs_arc4.ko@ge5.15 \
96 $(LINUX_DIR)/fs/smbfs_common/cifs_md4.ko@ge5.15 \
97 $(LINUX_DIR)/fs/cifs/cifs.ko
98 AUTOLOAD:=$(call AutoLoad,30,cifs)
99 $(call AddDepends/nls)
100 DEPENDS+= \
101 +LINUX_5_10:kmod-crypto-md4\
102 +kmod-crypto-md5 \
103 +kmod-crypto-sha256 \
104 +kmod-crypto-sha512 \
105 +kmod-crypto-cmac \
106 +kmod-crypto-hmac \
107 +LINUX_5_10:kmod-crypto-arc4 \
108 +kmod-crypto-aead \
109 +kmod-crypto-ccm \
110 +kmod-crypto-ecb \
111 +kmod-crypto-des \
112 +(LINUX_5_15):kmod-asn1-decoder \
113 +(LINUX_5_15):kmod-oid-registry \
114 +(LINUX_5_15):kmod-dnsresolver
115 endef
116
117 define KernelPackage/fs-cifs/description
118 Kernel module for CIFS support
119 endef
120
121 $(eval $(call KernelPackage,fs-cifs))
122
123
124 define KernelPackage/fs-configfs
125 SUBMENU:=$(FS_MENU)
126 TITLE:=Configuration filesystem support
127 KCONFIG:= \
128 CONFIG_CONFIGFS_FS
129 FILES:=$(LINUX_DIR)/fs/configfs/configfs.ko
130 AUTOLOAD:=$(call AutoLoad,30,configfs)
131 endef
132
133 define KernelPackage/fs-configfs/description
134 Kernel module for configfs support
135 endef
136
137 $(eval $(call KernelPackage,fs-configfs))
138
139
140 define KernelPackage/fs-cramfs
141 SUBMENU:=$(FS_MENU)
142 TITLE:=Compressed RAM/ROM filesystem support
143 DEPENDS:=+kmod-lib-zlib-inflate
144 KCONFIG:= \
145 CONFIG_CRAMFS
146 FILES:=$(LINUX_DIR)/fs/cramfs/cramfs.ko
147 AUTOLOAD:=$(call AutoLoad,30,cramfs)
148 endef
149
150 define KernelPackage/fs-cramfs/description
151 Kernel module for cramfs support
152 endef
153
154 $(eval $(call KernelPackage,fs-cramfs))
155
156
157 define KernelPackage/fs-efivarfs
158 SUBMENU:=$(FS_MENU)
159 TITLE:=efivar filesystem support
160 KCONFIG:=CONFIG_EFIVAR_FS
161 FILES:=$(LINUX_DIR)/fs/efivarfs/efivarfs.ko
162 DEPENDS:=@(x86_64||x86)
163 AUTOLOAD:=$(call Autoload,90,efivarfs)
164 endef
165
166 define KernelPackage/fs-efivarfs/description
167 Kernel module to support efivarfs file system mountpoint.
168 endef
169
170 $(eval $(call KernelPackage,fs-efivarfs))
171
172
173 define KernelPackage/fs-exfat
174 SUBMENU:=$(FS_MENU)
175 TITLE:=exFAT filesystem support
176 KCONFIG:= \
177 CONFIG_EXFAT_FS \
178 CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
179 FILES:= $(LINUX_DIR)/fs/exfat/exfat.ko
180 AUTOLOAD:=$(call AutoLoad,30,exfat,1)
181 DEPENDS:=+kmod-nls-base
182 endef
183
184 define KernelPackage/fs-exfat/description
185 Kernel module for exFAT filesystem support
186 endef
187
188 $(eval $(call KernelPackage,fs-exfat))
189
190
191 define KernelPackage/fs-exportfs
192 SUBMENU:=$(FS_MENU)
193 TITLE:=exportfs kernel server support
194 KCONFIG:=CONFIG_EXPORTFS
195 FILES=$(LINUX_DIR)/fs/exportfs/exportfs.ko
196 AUTOLOAD:=$(call AutoLoad,20,exportfs,1)
197 endef
198
199 define KernelPackage/fs-exportfs/description
200 Kernel module for exportfs. Needed for some other modules.
201 endef
202
203 $(eval $(call KernelPackage,fs-exportfs))
204
205
206 define KernelPackage/fs-ext4
207 SUBMENU:=$(FS_MENU)
208 TITLE:=EXT4 filesystem support
209 DEPENDS := \
210 +kmod-lib-crc16 \
211 +kmod-crypto-hash \
212 +kmod-crypto-crc32c
213 KCONFIG:= \
214 CONFIG_EXT4_FS \
215 CONFIG_EXT4_ENCRYPTION=n \
216 CONFIG_JBD2
217 FILES:= \
218 $(LINUX_DIR)/fs/ext4/ext4.ko \
219 $(LINUX_DIR)/fs/jbd2/jbd2.ko \
220 $(LINUX_DIR)/fs/mbcache.ko
221 AUTOLOAD:=$(call AutoLoad,30,mbcache jbd2 ext4,1)
222 endef
223
224 define KernelPackage/fs-ext4/description
225 Kernel module for EXT4 filesystem support
226 endef
227
228 $(eval $(call KernelPackage,fs-ext4))
229
230
231 define KernelPackage/fs-f2fs
232 SUBMENU:=$(FS_MENU)
233 TITLE:=F2FS filesystem support
234 DEPENDS:= +kmod-crypto-hash +kmod-crypto-crc32 +kmod-nls-base
235 KCONFIG:=CONFIG_F2FS_FS
236 FILES:=$(LINUX_DIR)/fs/f2fs/f2fs.ko
237 AUTOLOAD:=$(call AutoLoad,30,f2fs,1)
238 endef
239
240 define KernelPackage/fs-f2fs/description
241 Kernel module for F2FS filesystem support
242 endef
243
244 $(eval $(call KernelPackage,fs-f2fs))
245
246
247 define KernelPackage/fs-netfs
248 SUBMENU:=$(FS_MENU)
249 TITLE:=Network Filesystems support
250 DEPENDS:=@LINUX_5_15
251 KCONFIG:= CONFIG_NETFS_SUPPORT
252 FILES:=$(LINUX_DIR)/fs/netfs/netfs.ko
253 AUTOLOAD:=$(call AutoLoad,28,netfs)
254 endef
255
256 $(eval $(call KernelPackage,fs-netfs))
257
258 define KernelPackage/fs-fscache
259 SUBMENU:=$(FS_MENU)
260 TITLE:=General filesystem local cache manager
261 DEPENDS:=+kmod-fs-netfs
262 KCONFIG:=\
263 CONFIG_FSCACHE=m \
264 CONFIG_FSCACHE_STATS=y \
265 CONFIG_FSCACHE_HISTOGRAM=n \
266 CONFIG_FSCACHE_DEBUG=n \
267 CONFIG_FSCACHE_OBJECT_LIST=n \
268 CONFIG_CACHEFILES=y \
269 CONFIG_CACHEFILES_DEBUG=n \
270 CONFIG_CACHEFILES_HISTOGRAM=n
271 FILES:=$(LINUX_DIR)/fs/fscache/fscache.ko
272 AUTOLOAD:=$(call AutoLoad,29,fscache)
273 endef
274
275 $(eval $(call KernelPackage,fs-fscache))
276
277
278 define KernelPackage/fs-hfs
279 SUBMENU:=$(FS_MENU)
280 TITLE:=HFS filesystem support
281 DEPENDS:=+kmod-cdrom
282 KCONFIG:=CONFIG_HFS_FS
283 FILES:=$(LINUX_DIR)/fs/hfs/hfs.ko
284 AUTOLOAD:=$(call AutoLoad,30,hfs)
285 $(call AddDepends/nls)
286 endef
287
288 define KernelPackage/fs-hfs/description
289 Kernel module for HFS filesystem support
290 endef
291
292 $(eval $(call KernelPackage,fs-hfs))
293
294
295 define KernelPackage/fs-hfsplus
296 SUBMENU:=$(FS_MENU)
297 TITLE:=HFS+ filesystem support
298 DEPENDS:=+kmod-cdrom
299 KCONFIG:=CONFIG_HFSPLUS_FS
300 FILES:=$(LINUX_DIR)/fs/hfsplus/hfsplus.ko
301 AUTOLOAD:=$(call AutoLoad,30,hfsplus)
302 $(call AddDepends/nls,utf8)
303 endef
304
305 define KernelPackage/fs-hfsplus/description
306 Kernel module for HFS+ filesystem support
307 endef
308
309 $(eval $(call KernelPackage,fs-hfsplus))
310
311
312 define KernelPackage/fs-isofs
313 SUBMENU:=$(FS_MENU)
314 TITLE:=ISO9660 filesystem support
315 DEPENDS:=+kmod-lib-zlib-inflate +kmod-cdrom
316 KCONFIG:=CONFIG_ISO9660_FS CONFIG_JOLIET=y CONFIG_ZISOFS=n
317 FILES:=$(LINUX_DIR)/fs/isofs/isofs.ko
318 AUTOLOAD:=$(call AutoLoad,30,isofs)
319 $(call AddDepends/nls)
320 endef
321
322 define KernelPackage/fs-isofs/description
323 Kernel module for ISO9660 filesystem support
324 endef
325
326 $(eval $(call KernelPackage,fs-isofs))
327
328
329 define KernelPackage/fs-jfs
330 SUBMENU:=$(FS_MENU)
331 TITLE:=JFS filesystem support
332 KCONFIG:=CONFIG_JFS_FS
333 FILES:=$(LINUX_DIR)/fs/jfs/jfs.ko
334 AUTOLOAD:=$(call AutoLoad,30,jfs,1)
335 $(call AddDepends/nls)
336 endef
337
338 define KernelPackage/fs-jfs/description
339 Kernel module for JFS support
340 endef
341
342 $(eval $(call KernelPackage,fs-jfs))
343
344 define KernelPackage/fs-minix
345 SUBMENU:=$(FS_MENU)
346 TITLE:=Minix filesystem support
347 KCONFIG:=CONFIG_MINIX_FS
348 FILES:=$(LINUX_DIR)/fs/minix/minix.ko
349 AUTOLOAD:=$(call AutoLoad,30,minix)
350 endef
351
352 define KernelPackage/fs-minix/description
353 Kernel module for Minix filesystem support
354 endef
355
356 $(eval $(call KernelPackage,fs-minix))
357
358
359 define KernelPackage/fs-msdos
360 SUBMENU:=$(FS_MENU)
361 TITLE:=MSDOS filesystem support
362 DEPENDS:=+kmod-fs-vfat
363 KCONFIG:=CONFIG_MSDOS_FS
364 FILES:=$(LINUX_DIR)/fs/fat/msdos.ko
365 AUTOLOAD:=$(call AutoLoad,40,msdos)
366 $(call AddDepends/nls)
367 endef
368
369 define KernelPackage/fs-msdos/description
370 Kernel module for MSDOS filesystem support
371 endef
372
373 $(eval $(call KernelPackage,fs-msdos))
374
375
376 define KernelPackage/fs-nfs
377 SUBMENU:=$(FS_MENU)
378 TITLE:=NFS filesystem client support
379 DEPENDS:=+kmod-fs-nfs-common +kmod-dnsresolver
380 KCONFIG:= \
381 CONFIG_NFS_FS \
382 CONFIG_NFS_USE_LEGACY_DNS=n \
383 CONFIG_NFS_USE_NEW_IDMAPPER=n
384 FILES:= \
385 $(LINUX_DIR)/fs/nfs/nfs.ko
386 AUTOLOAD:=$(call AutoLoad,40,nfs)
387 endef
388
389 define KernelPackage/fs-nfs/description
390 Kernel module for NFS client support
391 endef
392
393 $(eval $(call KernelPackage,fs-nfs))
394
395
396 define KernelPackage/fs-nfs-common
397 SUBMENU:=$(FS_MENU)
398 TITLE:=Common NFS filesystem modules
399 DEPENDS:=+kmod-oid-registry
400 KCONFIG:= \
401 CONFIG_LOCKD \
402 CONFIG_SUNRPC \
403 CONFIG_GRACE_PERIOD \
404 CONFIG_NFS_V4=y \
405 CONFIG_NFS_V4_1=y \
406 CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" \
407 CONFIG_NFS_V4_1_MIGRATION=n \
408 CONFIG_NFS_V4_2=y \
409 CONFIG_NFS_V4_2_READ_PLUS=n
410 FILES:= \
411 $(LINUX_DIR)/fs/lockd/lockd.ko \
412 $(LINUX_DIR)/net/sunrpc/sunrpc.ko \
413 $(LINUX_DIR)/fs/nfs_common/grace.ko \
414 $(LINUX_DIR)/fs/nfs_common/nfs_ssc.ko
415 AUTOLOAD:=$(call AutoLoad,30,grace sunrpc lockd)
416 endef
417
418 $(eval $(call KernelPackage,fs-nfs-common))
419
420
421 define KernelPackage/fs-nfs-common-rpcsec
422 SUBMENU:=$(FS_MENU)
423 TITLE:=NFS Secure RPC
424 DEPENDS:= \
425 +kmod-fs-nfs-common \
426 +kmod-crypto-des \
427 +kmod-crypto-cbc \
428 +kmod-crypto-cts \
429 +kmod-crypto-md5 \
430 +kmod-crypto-sha1 \
431 +kmod-crypto-hmac \
432 +kmod-crypto-ecb \
433 +kmod-crypto-arc4
434 KCONFIG:= \
435 CONFIG_SUNRPC_GSS \
436 CONFIG_RPCSEC_GSS_KRB5
437 FILES:= \
438 $(LINUX_DIR)/net/sunrpc/auth_gss/auth_rpcgss.ko \
439 $(LINUX_DIR)/net/sunrpc/auth_gss/rpcsec_gss_krb5.ko
440 AUTOLOAD:=$(call AutoLoad,31,auth_rpcgss rpcsec_gss_krb5)
441 endef
442
443 define KernelPackage/fs-nfs-common-rpcsec/description
444 Kernel modules for NFS Secure RPC
445 endef
446
447 $(eval $(call KernelPackage,fs-nfs-common-rpcsec))
448
449
450 define KernelPackage/fs-nfs-v3
451 SUBMENU:=$(FS_MENU)
452 TITLE:=NFS3 filesystem client support
453 DEPENDS:=+kmod-fs-nfs
454 FILES:= \
455 $(LINUX_DIR)/fs/nfs/nfsv3.ko
456 AUTOLOAD:=$(call AutoLoad,41,nfsv3)
457 endef
458
459 define KernelPackage/fs-nfs-v3/description
460 Kernel module for NFS v3 client support
461 endef
462
463 $(eval $(call KernelPackage,fs-nfs-v3))
464
465
466 define KernelPackage/fs-nfs-v4
467 SUBMENU:=$(FS_MENU)
468 TITLE:=NFS4 filesystem client support
469 DEPENDS:=+kmod-fs-nfs
470 KCONFIG:= \
471 CONFIG_NFS_V4=y
472 FILES:= \
473 $(LINUX_DIR)/fs/nfs/nfsv4.ko
474 AUTOLOAD:=$(call AutoLoad,41,nfsv4)
475 endef
476
477 define KernelPackage/fs-nfs-v4/description
478 Kernel module for NFS v4 client support
479 endef
480
481 $(eval $(call KernelPackage,fs-nfs-v4))
482
483
484 define KernelPackage/fs-nfsd
485 SUBMENU:=$(FS_MENU)
486 TITLE:=NFS kernel server support
487 DEPENDS:=+kmod-fs-nfs-common +kmod-fs-exportfs +kmod-fs-nfs-common-rpcsec
488 KCONFIG:= \
489 CONFIG_NFSD \
490 CONFIG_NFSD_V4=y \
491 CONFIG_NFSD_V4_SECURITY_LABEL=n \
492 CONFIG_NFSD_BLOCKLAYOUT=n \
493 CONFIG_NFSD_SCSILAYOUT=n \
494 CONFIG_NFSD_FLEXFILELAYOUT=n \
495 CONFIG_NFSD_FAULT_INJECTION=n \
496 CONFIG_NFSD_V4_2_INTER_SSC=n
497 FILES:=$(LINUX_DIR)/fs/nfsd/nfsd.ko
498 AUTOLOAD:=$(call AutoLoad,40,nfsd)
499 endef
500
501 define KernelPackage/fs-nfsd/description
502 Kernel module for NFS kernel server support
503 endef
504
505 $(eval $(call KernelPackage,fs-nfsd))
506
507
508 define KernelPackage/fs-ntfs
509 SUBMENU:=$(FS_MENU)
510 TITLE:=NTFS filesystem support
511 KCONFIG:=CONFIG_NTFS_FS
512 FILES:=$(LINUX_DIR)/fs/ntfs/ntfs.ko
513 AUTOLOAD:=$(call AutoLoad,30,ntfs)
514 $(call AddDepends/nls)
515 endef
516
517 define KernelPackage/fs-ntfs/description
518 Kernel module for NTFS filesystem support
519 endef
520
521 $(eval $(call KernelPackage,fs-ntfs))
522
523
524 define KernelPackage/pstore
525 SUBMENU:=$(FS_MENU)
526 TITLE:=Pstore file system
527 DEFAULT:=m if ALL_KMODS
528 KCONFIG:= \
529 CONFIG_PSTORE \
530 CONFIG_PSTORE_COMPRESS=y \
531 CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" \
532 CONFIG_PSTORE_DEFLATE_COMPRESS=y \
533 CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
534 FILES:= $(LINUX_DIR)/fs/pstore/pstore.ko
535 AUTOLOAD:=$(call AutoLoad,30,pstore,1)
536 endef
537
538 define KernelPackage/pstore/description
539 Kernel module for pstore filesystem support
540 endef
541
542 $(eval $(call KernelPackage,pstore))
543
544
545 define KernelPackage/fs-reiserfs
546 SUBMENU:=$(FS_MENU)
547 TITLE:=ReiserFS filesystem support
548 KCONFIG:=CONFIG_REISERFS_FS
549 FILES:=$(LINUX_DIR)/fs/reiserfs/reiserfs.ko
550 AUTOLOAD:=$(call AutoLoad,30,reiserfs,1)
551 endef
552
553 define KernelPackage/fs-reiserfs/description
554 Kernel module for ReiserFS support
555 endef
556
557 $(eval $(call KernelPackage,fs-reiserfs))
558
559
560 define KernelPackage/fs-squashfs
561 SUBMENU:=$(FS_MENU)
562 TITLE:=SquashFS 4.0 filesystem support
563 KCONFIG:=CONFIG_SQUASHFS \
564 CONFIG_SQUASHFS_XZ=y
565 FILES:=$(LINUX_DIR)/fs/squashfs/squashfs.ko
566 AUTOLOAD:=$(call AutoLoad,30,squashfs,1)
567 endef
568
569 define KernelPackage/fs-squashfs/description
570 Kernel module for SquashFS 4.0 support
571 endef
572
573 $(eval $(call KernelPackage,fs-squashfs))
574
575
576 define KernelPackage/fs-udf
577 SUBMENU:=$(FS_MENU)
578 TITLE:=UDF filesystem support
579 KCONFIG:=CONFIG_UDF_FS
580 FILES:=$(LINUX_DIR)/fs/udf/udf.ko
581 AUTOLOAD:=$(call AutoLoad,30,udf)
582 DEPENDS:=+kmod-lib-crc-itu-t +kmod-cdrom
583 $(call AddDepends/nls)
584 endef
585
586 define KernelPackage/fs-udf/description
587 Kernel module for UDF filesystem support
588 endef
589
590 $(eval $(call KernelPackage,fs-udf))
591
592
593 define KernelPackage/fs-vfat
594 SUBMENU:=$(FS_MENU)
595 TITLE:=VFAT filesystem support
596 KCONFIG:= \
597 CONFIG_FAT_FS \
598 CONFIG_VFAT_FS
599 FILES:= \
600 $(LINUX_DIR)/fs/fat/fat.ko \
601 $(LINUX_DIR)/fs/fat/vfat.ko
602 AUTOLOAD:=$(call AutoLoad,30,fat vfat)
603 $(call AddDepends/nls,cp437 iso8859-1 utf8)
604 endef
605
606 define KernelPackage/fs-vfat/description
607 Kernel module for VFAT filesystem support
608 endef
609
610 $(eval $(call KernelPackage,fs-vfat))
611
612
613 define KernelPackage/fs-xfs
614 SUBMENU:=$(FS_MENU)
615 TITLE:=XFS filesystem support
616 KCONFIG:=CONFIG_XFS_FS
617 DEPENDS:= +kmod-fs-exportfs +kmod-lib-crc32c
618 FILES:=$(LINUX_DIR)/fs/xfs/xfs.ko
619 AUTOLOAD:=$(call AutoLoad,30,xfs,1)
620 endef
621
622 define KernelPackage/fs-xfs/description
623 Kernel module for XFS support
624 endef
625
626 $(eval $(call KernelPackage,fs-xfs))
627
628
629 define KernelPackage/fuse
630 SUBMENU:=$(FS_MENU)
631 TITLE:=FUSE (Filesystem in Userspace) support
632 KCONFIG:= CONFIG_FUSE_FS
633 FILES:=$(LINUX_DIR)/fs/fuse/fuse.ko
634 AUTOLOAD:=$(call AutoLoad,80,fuse)
635 endef
636
637 define KernelPackage/fuse/description
638 Kernel module for userspace filesystem support
639 endef
640
641 $(eval $(call KernelPackage,fuse))
642
643
644 define KernelPackage/fs-ntfs3
645 SUBMENU:=$(FS_MENU)
646 TITLE:=Ntfs3 support
647 KCONFIG:= CONFIG_NTFS3_FS CONFIG_NTFS3_FS_POSIX_ACL=y
648 FILES:=$(LINUX_DIR)/fs/ntfs3/ntfs3.ko
649 $(call AddDepends/nls)
650 AUTOLOAD:=$(call AutoLoad,80,ntfs3)
651 endef
652
653 define KernelPackage/fuse/description
654 Kernel module for new NTFS3 filesystem support
655 endef
656
657 $(eval $(call KernelPackage,fs-ntfs3))