fs.mk 16 KB

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