kernel: 5.15: add new module
[openwrt/staging/dedeckeh.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_4||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_4||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:= \
180 $(LINUX_DIR)/drivers/staging/exfat/exfat.ko@lt5.7 \
181 $(LINUX_DIR)/fs/exfat/exfat.ko@ge5.7
182 AUTOLOAD:=$(call AutoLoad,30,exfat,1)
183 DEPENDS:=+kmod-nls-base
184 endef
185
186 define KernelPackage/fs-exfat/description
187 Kernel module for exFAT filesystem support
188 endef
189
190 $(eval $(call KernelPackage,fs-exfat))
191
192
193 define KernelPackage/fs-exportfs
194 SUBMENU:=$(FS_MENU)
195 TITLE:=exportfs kernel server support
196 KCONFIG:=CONFIG_EXPORTFS
197 FILES=$(LINUX_DIR)/fs/exportfs/exportfs.ko
198 AUTOLOAD:=$(call AutoLoad,20,exportfs,1)
199 endef
200
201 define KernelPackage/fs-exportfs/description
202 Kernel module for exportfs. Needed for some other modules.
203 endef
204
205 $(eval $(call KernelPackage,fs-exportfs))
206
207
208 define KernelPackage/fs-ext4
209 SUBMENU:=$(FS_MENU)
210 TITLE:=EXT4 filesystem support
211 DEPENDS := \
212 +kmod-lib-crc16 \
213 +kmod-crypto-hash \
214 +kmod-crypto-crc32c
215 KCONFIG:= \
216 CONFIG_EXT4_FS \
217 CONFIG_EXT4_ENCRYPTION=n \
218 CONFIG_JBD2
219 FILES:= \
220 $(LINUX_DIR)/fs/ext4/ext4.ko \
221 $(LINUX_DIR)/fs/jbd2/jbd2.ko \
222 $(LINUX_DIR)/fs/mbcache.ko
223 AUTOLOAD:=$(call AutoLoad,30,mbcache jbd2 ext4,1)
224 endef
225
226 define KernelPackage/fs-ext4/description
227 Kernel module for EXT4 filesystem support
228 endef
229
230 $(eval $(call KernelPackage,fs-ext4))
231
232
233 define KernelPackage/fs-f2fs
234 SUBMENU:=$(FS_MENU)
235 TITLE:=F2FS filesystem support
236 DEPENDS:= +kmod-crypto-hash +kmod-crypto-crc32 +kmod-nls-base
237 KCONFIG:=CONFIG_F2FS_FS
238 FILES:=$(LINUX_DIR)/fs/f2fs/f2fs.ko
239 AUTOLOAD:=$(call AutoLoad,30,f2fs,1)
240 endef
241
242 define KernelPackage/fs-f2fs/description
243 Kernel module for F2FS filesystem support
244 endef
245
246 $(eval $(call KernelPackage,fs-f2fs))
247
248
249 define KernelPackage/fs-netfs
250 SUBMENU:=$(FS_MENU)
251 TITLE:=Network Filesystems support
252 DEPENDS:=@LINUX_5_15
253 KCONFIG:= CONFIG_NETFS_SUPPORT
254 FILES:=$(LINUX_DIR)/fs/netfs/netfs.ko
255 AUTOLOAD:=$(call AutoLoad,28,netfs)
256 endef
257
258 $(eval $(call KernelPackage,fs-netfs))
259
260 define KernelPackage/fs-fscache
261 SUBMENU:=$(FS_MENU)
262 TITLE:=General filesystem local cache manager
263 DEPENDS:=+kmod-fs-netfs
264 KCONFIG:=\
265 CONFIG_FSCACHE=m \
266 CONFIG_FSCACHE_STATS=y \
267 CONFIG_FSCACHE_HISTOGRAM=n \
268 CONFIG_FSCACHE_DEBUG=n \
269 CONFIG_FSCACHE_OBJECT_LIST=n \
270 CONFIG_CACHEFILES=y \
271 CONFIG_CACHEFILES_DEBUG=n \
272 CONFIG_CACHEFILES_HISTOGRAM=n
273 FILES:=$(LINUX_DIR)/fs/fscache/fscache.ko
274 AUTOLOAD:=$(call AutoLoad,29,fscache)
275 endef
276
277 $(eval $(call KernelPackage,fs-fscache))
278
279
280 define KernelPackage/fs-hfs
281 SUBMENU:=$(FS_MENU)
282 TITLE:=HFS filesystem support
283 DEPENDS:=+kmod-cdrom
284 KCONFIG:=CONFIG_HFS_FS
285 FILES:=$(LINUX_DIR)/fs/hfs/hfs.ko
286 AUTOLOAD:=$(call AutoLoad,30,hfs)
287 $(call AddDepends/nls)
288 endef
289
290 define KernelPackage/fs-hfs/description
291 Kernel module for HFS filesystem support
292 endef
293
294 $(eval $(call KernelPackage,fs-hfs))
295
296
297 define KernelPackage/fs-hfsplus
298 SUBMENU:=$(FS_MENU)
299 TITLE:=HFS+ filesystem support
300 DEPENDS:=+kmod-cdrom
301 KCONFIG:=CONFIG_HFSPLUS_FS
302 FILES:=$(LINUX_DIR)/fs/hfsplus/hfsplus.ko
303 AUTOLOAD:=$(call AutoLoad,30,hfsplus)
304 $(call AddDepends/nls,utf8)
305 endef
306
307 define KernelPackage/fs-hfsplus/description
308 Kernel module for HFS+ filesystem support
309 endef
310
311 $(eval $(call KernelPackage,fs-hfsplus))
312
313
314 define KernelPackage/fs-isofs
315 SUBMENU:=$(FS_MENU)
316 TITLE:=ISO9660 filesystem support
317 DEPENDS:=+kmod-lib-zlib-inflate +kmod-cdrom
318 KCONFIG:=CONFIG_ISO9660_FS CONFIG_JOLIET=y CONFIG_ZISOFS=n
319 FILES:=$(LINUX_DIR)/fs/isofs/isofs.ko
320 AUTOLOAD:=$(call AutoLoad,30,isofs)
321 $(call AddDepends/nls)
322 endef
323
324 define KernelPackage/fs-isofs/description
325 Kernel module for ISO9660 filesystem support
326 endef
327
328 $(eval $(call KernelPackage,fs-isofs))
329
330
331 define KernelPackage/fs-jfs
332 SUBMENU:=$(FS_MENU)
333 TITLE:=JFS filesystem support
334 KCONFIG:=CONFIG_JFS_FS
335 FILES:=$(LINUX_DIR)/fs/jfs/jfs.ko
336 AUTOLOAD:=$(call AutoLoad,30,jfs,1)
337 $(call AddDepends/nls)
338 endef
339
340 define KernelPackage/fs-jfs/description
341 Kernel module for JFS support
342 endef
343
344 $(eval $(call KernelPackage,fs-jfs))
345
346 define KernelPackage/fs-minix
347 SUBMENU:=$(FS_MENU)
348 TITLE:=Minix filesystem support
349 KCONFIG:=CONFIG_MINIX_FS
350 FILES:=$(LINUX_DIR)/fs/minix/minix.ko
351 AUTOLOAD:=$(call AutoLoad,30,minix)
352 endef
353
354 define KernelPackage/fs-minix/description
355 Kernel module for Minix filesystem support
356 endef
357
358 $(eval $(call KernelPackage,fs-minix))
359
360
361 define KernelPackage/fs-msdos
362 SUBMENU:=$(FS_MENU)
363 TITLE:=MSDOS filesystem support
364 DEPENDS:=+kmod-fs-vfat
365 KCONFIG:=CONFIG_MSDOS_FS
366 FILES:=$(LINUX_DIR)/fs/fat/msdos.ko
367 AUTOLOAD:=$(call AutoLoad,40,msdos)
368 $(call AddDepends/nls)
369 endef
370
371 define KernelPackage/fs-msdos/description
372 Kernel module for MSDOS filesystem support
373 endef
374
375 $(eval $(call KernelPackage,fs-msdos))
376
377
378 define KernelPackage/fs-nfs
379 SUBMENU:=$(FS_MENU)
380 TITLE:=NFS filesystem client support
381 DEPENDS:=+kmod-fs-nfs-common +kmod-dnsresolver
382 KCONFIG:= \
383 CONFIG_NFS_FS \
384 CONFIG_NFS_USE_LEGACY_DNS=n \
385 CONFIG_NFS_USE_NEW_IDMAPPER=n
386 FILES:= \
387 $(LINUX_DIR)/fs/nfs/nfs.ko
388 AUTOLOAD:=$(call AutoLoad,40,nfs)
389 endef
390
391 define KernelPackage/fs-nfs/description
392 Kernel module for NFS client support
393 endef
394
395 $(eval $(call KernelPackage,fs-nfs))
396
397
398 define KernelPackage/fs-nfs-common
399 SUBMENU:=$(FS_MENU)
400 TITLE:=Common NFS filesystem modules
401 DEPENDS:=+kmod-oid-registry
402 KCONFIG:= \
403 CONFIG_LOCKD \
404 CONFIG_SUNRPC \
405 CONFIG_GRACE_PERIOD
406 FILES:= \
407 $(LINUX_DIR)/fs/lockd/lockd.ko \
408 $(LINUX_DIR)/net/sunrpc/sunrpc.ko \
409 $(LINUX_DIR)/fs/nfs_common/grace.ko \
410 $(LINUX_DIR)/fs/nfs_common/nfs_ssc.ko@ge5.10
411 AUTOLOAD:=$(call AutoLoad,30,grace sunrpc lockd)
412 endef
413
414 $(eval $(call KernelPackage,fs-nfs-common))
415
416
417 define KernelPackage/fs-nfs-common-rpcsec
418 SUBMENU:=$(FS_MENU)
419 TITLE:=NFS Secure RPC
420 DEPENDS:= \
421 +kmod-fs-nfs-common \
422 +kmod-crypto-des \
423 +kmod-crypto-cbc \
424 +kmod-crypto-cts \
425 +kmod-crypto-md5 \
426 +kmod-crypto-sha1 \
427 +kmod-crypto-hmac \
428 +kmod-crypto-ecb \
429 +kmod-crypto-arc4
430 KCONFIG:= \
431 CONFIG_SUNRPC_GSS \
432 CONFIG_RPCSEC_GSS_KRB5
433 FILES:= \
434 $(LINUX_DIR)/net/sunrpc/auth_gss/auth_rpcgss.ko \
435 $(LINUX_DIR)/net/sunrpc/auth_gss/rpcsec_gss_krb5.ko
436 AUTOLOAD:=$(call AutoLoad,31,auth_rpcgss rpcsec_gss_krb5)
437 endef
438
439 define KernelPackage/fs-nfs-common-rpcsec/description
440 Kernel modules for NFS Secure RPC
441 endef
442
443 $(eval $(call KernelPackage,fs-nfs-common-rpcsec))
444
445
446 define KernelPackage/fs-nfs-v3
447 SUBMENU:=$(FS_MENU)
448 TITLE:=NFS3 filesystem client support
449 DEPENDS:=+kmod-fs-nfs
450 FILES:= \
451 $(LINUX_DIR)/fs/nfs/nfsv3.ko
452 AUTOLOAD:=$(call AutoLoad,41,nfsv3)
453 endef
454
455 define KernelPackage/fs-nfs-v3/description
456 Kernel module for NFS v3 client support
457 endef
458
459 $(eval $(call KernelPackage,fs-nfs-v3))
460
461
462 define KernelPackage/fs-nfs-v4
463 SUBMENU:=$(FS_MENU)
464 TITLE:=NFS4 filesystem client support
465 DEPENDS:=+kmod-fs-nfs
466 KCONFIG:= \
467 CONFIG_NFS_V4=y
468 FILES:= \
469 $(LINUX_DIR)/fs/nfs/nfsv4.ko
470 AUTOLOAD:=$(call AutoLoad,41,nfsv4)
471 endef
472
473 define KernelPackage/fs-nfs-v4/description
474 Kernel module for NFS v4 client support
475 endef
476
477 $(eval $(call KernelPackage,fs-nfs-v4))
478
479
480 define KernelPackage/fs-nfsd
481 SUBMENU:=$(FS_MENU)
482 TITLE:=NFS kernel server support
483 DEPENDS:=+kmod-fs-nfs-common +kmod-fs-exportfs +kmod-fs-nfs-common-rpcsec
484 KCONFIG:= \
485 CONFIG_NFSD \
486 CONFIG_NFSD_V4=y \
487 CONFIG_NFSD_V4_SECURITY_LABEL=n \
488 CONFIG_NFSD_BLOCKLAYOUT=n \
489 CONFIG_NFSD_SCSILAYOUT=n \
490 CONFIG_NFSD_FLEXFILELAYOUT=n \
491 CONFIG_NFSD_FAULT_INJECTION=n
492 FILES:=$(LINUX_DIR)/fs/nfsd/nfsd.ko
493 AUTOLOAD:=$(call AutoLoad,40,nfsd)
494 endef
495
496 define KernelPackage/fs-nfsd/description
497 Kernel module for NFS kernel server support
498 endef
499
500 $(eval $(call KernelPackage,fs-nfsd))
501
502
503 define KernelPackage/fs-ntfs
504 SUBMENU:=$(FS_MENU)
505 TITLE:=NTFS filesystem support
506 KCONFIG:=CONFIG_NTFS_FS
507 FILES:=$(LINUX_DIR)/fs/ntfs/ntfs.ko
508 AUTOLOAD:=$(call AutoLoad,30,ntfs)
509 $(call AddDepends/nls)
510 endef
511
512 define KernelPackage/fs-ntfs/description
513 Kernel module for NTFS filesystem support
514 endef
515
516 $(eval $(call KernelPackage,fs-ntfs))
517
518
519 define KernelPackage/pstore
520 SUBMENU:=$(FS_MENU)
521 TITLE:=Pstore file system
522 DEFAULT:=m if ALL_KMODS
523 KCONFIG:= \
524 CONFIG_PSTORE \
525 CONFIG_PSTORE_COMPRESS=y \
526 CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" \
527 CONFIG_PSTORE_DEFLATE_COMPRESS=y \
528 CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
529 FILES:= $(LINUX_DIR)/fs/pstore/pstore.ko
530 AUTOLOAD:=$(call AutoLoad,30,pstore,1)
531 endef
532
533 define KernelPackage/pstore/description
534 Kernel module for pstore filesystem support
535 endef
536
537 $(eval $(call KernelPackage,pstore))
538
539
540 define KernelPackage/fs-reiserfs
541 SUBMENU:=$(FS_MENU)
542 TITLE:=ReiserFS filesystem support
543 KCONFIG:=CONFIG_REISERFS_FS
544 FILES:=$(LINUX_DIR)/fs/reiserfs/reiserfs.ko
545 AUTOLOAD:=$(call AutoLoad,30,reiserfs,1)
546 endef
547
548 define KernelPackage/fs-reiserfs/description
549 Kernel module for ReiserFS support
550 endef
551
552 $(eval $(call KernelPackage,fs-reiserfs))
553
554
555 define KernelPackage/fs-squashfs
556 SUBMENU:=$(FS_MENU)
557 TITLE:=SquashFS 4.0 filesystem support
558 KCONFIG:=CONFIG_SQUASHFS \
559 CONFIG_SQUASHFS_XZ=y
560 FILES:=$(LINUX_DIR)/fs/squashfs/squashfs.ko
561 AUTOLOAD:=$(call AutoLoad,30,squashfs,1)
562 endef
563
564 define KernelPackage/fs-squashfs/description
565 Kernel module for SquashFS 4.0 support
566 endef
567
568 $(eval $(call KernelPackage,fs-squashfs))
569
570
571 define KernelPackage/fs-udf
572 SUBMENU:=$(FS_MENU)
573 TITLE:=UDF filesystem support
574 KCONFIG:=CONFIG_UDF_FS
575 FILES:=$(LINUX_DIR)/fs/udf/udf.ko
576 AUTOLOAD:=$(call AutoLoad,30,udf)
577 DEPENDS:=+kmod-lib-crc-itu-t +kmod-cdrom
578 $(call AddDepends/nls)
579 endef
580
581 define KernelPackage/fs-udf/description
582 Kernel module for UDF filesystem support
583 endef
584
585 $(eval $(call KernelPackage,fs-udf))
586
587
588 define KernelPackage/fs-vfat
589 SUBMENU:=$(FS_MENU)
590 TITLE:=VFAT filesystem support
591 KCONFIG:= \
592 CONFIG_FAT_FS \
593 CONFIG_VFAT_FS
594 FILES:= \
595 $(LINUX_DIR)/fs/fat/fat.ko \
596 $(LINUX_DIR)/fs/fat/vfat.ko
597 AUTOLOAD:=$(call AutoLoad,30,fat vfat)
598 $(call AddDepends/nls,cp437 iso8859-1 utf8)
599 endef
600
601 define KernelPackage/fs-vfat/description
602 Kernel module for VFAT filesystem support
603 endef
604
605 $(eval $(call KernelPackage,fs-vfat))
606
607
608 define KernelPackage/fs-xfs
609 SUBMENU:=$(FS_MENU)
610 TITLE:=XFS filesystem support
611 KCONFIG:=CONFIG_XFS_FS
612 DEPENDS:= +kmod-fs-exportfs +kmod-lib-crc32c
613 FILES:=$(LINUX_DIR)/fs/xfs/xfs.ko
614 AUTOLOAD:=$(call AutoLoad,30,xfs,1)
615 endef
616
617 define KernelPackage/fs-xfs/description
618 Kernel module for XFS support
619 endef
620
621 $(eval $(call KernelPackage,fs-xfs))
622
623
624 define KernelPackage/fuse
625 SUBMENU:=$(FS_MENU)
626 TITLE:=FUSE (Filesystem in Userspace) support
627 KCONFIG:= CONFIG_FUSE_FS
628 FILES:=$(LINUX_DIR)/fs/fuse/fuse.ko
629 AUTOLOAD:=$(call AutoLoad,80,fuse)
630 endef
631
632 define KernelPackage/fuse/description
633 Kernel module for userspace filesystem support
634 endef
635
636 $(eval $(call KernelPackage,fuse))
637
638
639 define KernelPackage/fs-ntfs3
640 SUBMENU:=$(FS_MENU)
641 TITLE:=Ntfs3 support
642 KCONFIG:= CONFIG_NTFS3_FS CONFIG_NTFS3_FS_POSIX_ACL=y
643 FILES:=$(LINUX_DIR)/fs/ntfs3/ntfs3.ko
644 AUTOLOAD:=$(call AutoLoad,80,ntfs3)
645 endef
646
647 define KernelPackage/fuse/description
648 Kernel module for new NTFS3 filesystem support
649 endef
650
651 $(eval $(call KernelPackage,fs-ntfs3))