2 # Copyright (C) 2006-2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
10 define KernelPackage
/fs-autofs4
12 TITLE
:=AUTOFS4 filesystem support
13 KCONFIG
:=CONFIG_AUTOFS4_FS
14 FILES
:=$(LINUX_DIR
)/fs
/autofs4
/autofs4.ko
15 AUTOLOAD
:=$(call AutoLoad
,30,autofs4
)
18 define KernelPackage
/fs-autofs4
/description
19 Kernel module for AutoFS4 support
22 $(eval
$(call KernelPackage
,fs-autofs4
))
25 define KernelPackage
/fs-btrfs
27 TITLE
:=BTRFS filesystem support
28 DEPENDS
:=+kmod-libcrc32c
31 CONFIG_BTRFS_FS_POSIX_ACL
=n
33 $(LINUX_DIR
)/fs
/btrfs
/btrfs.ko
34 AUTOLOAD
:=$(call AutoLoad
,30,btrfs
,1)
37 define KernelPackage
/fs-btrfs
/description
38 Kernel module for BTRFS support
41 $(eval
$(call KernelPackage
,fs-btrfs
))
44 define KernelPackage
/fs-cifs
48 FILES
:=$(LINUX_DIR
)/fs
/cifs
/cifs.ko
49 AUTOLOAD
:=$(call AutoLoad
,30,cifs
)
50 $(call AddDepends
/nls
)
53 define KernelPackage
/fs-cifs
/description
54 Kernel module for CIFS support
57 $(eval
$(call KernelPackage
,fs-cifs
))
60 define KernelPackage
/fs-exportfs
62 TITLE
:=exportfs kernel server support
63 KCONFIG
:=CONFIG_EXPORTFS
64 FILES
=$(LINUX_DIR
)/fs
/exportfs
/exportfs.ko
65 AUTOLOAD
:=$(call AutoLoad
,20,exportfs
)
68 define KernelPackage
/fs-exportfs
/description
69 Kernel module for exportfs. Needed for some other modules.
72 $(eval
$(call KernelPackage
,fs-exportfs
))
75 define KernelPackage
/fs-ext2
77 TITLE
:=EXT2 filesystem support
78 KCONFIG
:=CONFIG_EXT2_FS
79 DEPENDS
:=$(if
$(DUMP
)$(CONFIG_FS_MBCACHE
),+kmod-fs-mbcache
)
80 FILES
:=$(LINUX_DIR
)/fs
/ext2
/ext2.ko
81 AUTOLOAD
:=$(call AutoLoad
,32,ext2
,1)
84 define KernelPackage
/fs-ext2
/description
85 Kernel module for EXT2 filesystem support
88 $(eval
$(call KernelPackage
,fs-ext2
,1))
91 define KernelPackage
/fs-ext3
93 TITLE
:=EXT3 filesystem support
97 DEPENDS
:=$(if
$(DUMP
)$(CONFIG_FS_MBCACHE
),+kmod-fs-mbcache
)
99 $(LINUX_DIR
)/fs
/ext3
/ext3.ko \
100 $(LINUX_DIR
)/fs
/jbd
/jbd.ko
101 AUTOLOAD
:=$(call AutoLoad
,31,jbd ext3
,1)
104 define KernelPackage
/fs-ext3
/description
105 Kernel module for EXT3 filesystem support
108 $(eval
$(call KernelPackage
,fs-ext3
))
111 define KernelPackage
/fs-ext4
113 TITLE
:=EXT4 filesystem support
115 CONFIG_EXT4DEV_COMPAT
=n \
116 CONFIG_EXT4_FS_XATTR
=y \
117 CONFIG_EXT4_FS_POSIX_ACL
=y \
118 CONFIG_EXT4_FS_SECURITY
=y \
121 DEPENDS
:= $(if
$(DUMP
)$(CONFIG_FS_MBCACHE
),+kmod-fs-mbcache
)
123 $(LINUX_DIR
)/fs
/ext4
/ext4.ko \
124 $(LINUX_DIR
)/fs
/jbd2
/jbd2.ko
125 AUTOLOAD
:=$(call AutoLoad
,30,jbd2 ext4
,1)
126 $(call AddDepends
/crc16
)
129 define KernelPackage
/fs-ext4
/description
130 Kernel module for EXT4 filesystem support
133 $(eval
$(call KernelPackage
,fs-ext4
))
136 define KernelPackage
/fs-hfs
138 TITLE
:=HFS
+ filesystem support
139 KCONFIG
:=CONFIG_HFS_FS
140 FILES
:=$(LINUX_DIR
)/fs
/hfs
/hfs.ko
141 AUTOLOAD
:=$(call AutoLoad
,30,hfs
)
142 $(call AddDepends
/nls
)
145 define KernelPackage
/fs-hfs
/description
146 Kernel module for HFS filesystem support
149 $(eval
$(call KernelPackage
,fs-hfs
))
152 define KernelPackage
/fs-hfsplus
154 TITLE
:=HFS
+ filesystem support
155 KCONFIG
:=CONFIG_HFSPLUS_FS
156 FILES
:=$(LINUX_DIR
)/fs
/hfsplus
/hfsplus.ko
157 AUTOLOAD
:=$(call AutoLoad
,30,hfsplus
)
158 $(call AddDepends
/nls
,utf8
)
161 define KernelPackage
/fs-hfsplus
/description
162 Kernel module for HFS
+ filesystem support
165 $(eval
$(call KernelPackage
,fs-hfsplus
))
168 define KernelPackage
/fs-isofs
170 TITLE
:=ISO9660 filesystem support
171 KCONFIG
:=CONFIG_ISO9660_FS CONFIG_JOLIET
=y CONFIG_ZISOFS
=n
172 FILES
:=$(LINUX_DIR
)/fs
/isofs
/isofs.ko
173 AUTOLOAD
:=$(call AutoLoad
,30,isofs
)
174 $(call AddDepends
/nls
)
177 define KernelPackage
/fs-isofs
/description
178 Kernel module for ISO9660 filesystem support
181 $(eval
$(call KernelPackage
,fs-isofs
))
184 define KernelPackage
/fs-mbcache
186 TITLE
:=mbcache
(used by ext2
/ext3
/ext4
)
187 KCONFIG
:=CONFIG_FS_MBCACHE
188 ifneq ($(CONFIG_FS_MBCACHE
),)
189 FILES
:=$(LINUX_DIR
)/fs
/mbcache.ko
190 AUTOLOAD
:=$(call AutoLoad
,20,mbcache
,1)
194 define KernelPackage
/fs-mbcache
/description
195 Meta Block cache used by ext2
/ext3
196 This package will only be installed if extended attributes
197 are enabled for ext2
/ext3
200 $(eval
$(call KernelPackage
,fs-mbcache
))
203 define KernelPackage
/fs-minix
205 TITLE
:=Minix filesystem support
206 KCONFIG
:=CONFIG_MINIX_FS
207 FILES
:=$(LINUX_DIR
)/fs
/minix
/minix.ko
208 AUTOLOAD
:=$(call AutoLoad
,30,minix
)
211 define KernelPackage
/fs-minix
/description
212 Kernel module for Minix filesystem support
215 $(eval
$(call KernelPackage
,fs-minix
))
218 define KernelPackage
/fs-msdos
220 TITLE
:=MSDOS filesystem support
221 KCONFIG
:=CONFIG_MSDOS_FS
222 FILES
:=$(LINUX_DIR
)/fs
/fat
/msdos.ko
223 AUTOLOAD
:=$(call AutoLoad
,40,msdos
)
224 $(call AddDepends
/nls
)
227 define KernelPackage
/fs-msdos
/2.4
228 FILES
:=$(LINUX_DIR
)/fs
/msdos
/msdos.ko
231 define KernelPackage
/fs-msdos
/description
232 Kernel module for MSDOS filesystem support
235 $(eval
$(call KernelPackage
,fs-msdos
))
238 define KernelPackage
/fs-nfs
240 TITLE
:=NFS filesystem support
241 DEPENDS
:=+kmod-fs-nfs-common
245 $(LINUX_DIR
)/fs
/nfs
/nfs.ko
246 AUTOLOAD
:=$(call AutoLoad
,40,nfs
)
249 define KernelPackage
/fs-nfs
/description
250 Kernel module for NFS support
253 $(eval
$(call KernelPackage
,fs-nfs
))
256 define KernelPackage
/fs-nfs-common
258 TITLE
:=Common NFS filesystem modules
263 $(LINUX_DIR
)/fs
/lockd
/lockd.ko \
264 $(LINUX_DIR
)/net
/sunrpc
/sunrpc.ko
265 AUTOLOAD
:=$(call AutoLoad
,30,sunrpc lockd
)
268 $(eval
$(call KernelPackage
,fs-nfs-common
))
271 define KernelPackage
/fs-nfs-common-v4
273 TITLE
:=Common NFS V4 filesystem modules
279 FILES
+=$(LINUX_DIR
)/net
/sunrpc
/auth_gss
/auth_rpcgss.ko
280 AUTOLOAD
=$(call AutoLoad
,30,auth_rpcgss
)
283 define KernelPackage
/fs-nfs-common-v4
/description
284 Kernel modules for NFS V4
& NFSD V4 kernel support
287 $(eval
$(call KernelPackage
,fs-nfs-common-v4
))
290 define KernelPackage
/fs-nfsd
292 TITLE
:=NFS kernel server support
293 DEPENDS
:=+kmod-fs-nfs-common
+kmod-fs-exportfs
295 FILES
:=$(LINUX_DIR
)/fs
/nfsd
/nfsd.ko
296 AUTOLOAD
:=$(call AutoLoad
,40,nfsd
)
299 define KernelPackage
/fs-nfsd
/description
300 Kernel module for NFS kernel server support
303 $(eval
$(call KernelPackage
,fs-nfsd
))
306 define KernelPackage
/fs-ntfs
308 TITLE
:=NTFS filesystem support
309 KCONFIG
:=CONFIG_NTFS_FS
310 FILES
:=$(LINUX_DIR
)/fs
/ntfs
/ntfs.ko
311 AUTOLOAD
:=$(call AutoLoad
,30,ntfs
)
312 $(call AddDepends
/nls
)
315 define KernelPackage
/fs-ntfs
/description
316 Kernel module for NTFS filesystem support
319 $(eval
$(call KernelPackage
,fs-ntfs
))
322 define KernelPackage
/fs-reiserfs
324 TITLE
:=ReiserFS filesystem support
325 KCONFIG
:=CONFIG_REISERFS_FS
326 FILES
:=$(LINUX_DIR
)/fs
/reiserfs
/reiserfs.ko
327 AUTOLOAD
:=$(call AutoLoad
,30,reiserfs
,1)
330 define KernelPackage
/fs-reiserfs
/description
331 Kernel module for ReiserFS support
334 $(eval
$(call KernelPackage
,fs-reiserfs
))
337 define KernelPackage
/fs-udf
339 TITLE
:=UDF filesystem support
340 KCONFIG
:=CONFIG_UDF_FS
341 FILES
:=$(LINUX_DIR
)/fs
/udf
/udf.ko
342 AUTOLOAD
:=$(call AutoLoad
,30,udf
)
343 $(call AddDepends
/nls
)
346 define KernelPackage
/fs-udf
/description
347 Kernel module for UDF filesystem support
350 $(eval
$(call KernelPackage
,fs-udf
))
353 define KernelPackage
/fs-vfat
355 TITLE
:=VFAT filesystem support
360 $(LINUX_DIR
)/fs
/fat
/fat.ko \
361 $(LINUX_DIR
)/fs
/fat
/vfat.ko
362 AUTOLOAD
:=$(call AutoLoad
,30,fat vfat
)
363 $(call AddDepends
/nls
)
366 define KernelPackage
/fs-vfat
/2.4
368 $(LINUX_DIR
)/fs
/fat
/fat.ko \
369 $(LINUX_DIR
)/fs
/vfat
/vfat.ko
372 define KernelPackage
/fs-vfat
/description
373 Kernel module for VFAT filesystem support
376 $(eval
$(call KernelPackage
,fs-vfat
))
379 define KernelPackage
/fs-xfs
381 TITLE
:=XFS filesystem support
382 KCONFIG
:=CONFIG_XFS_FS
383 DEPENDS
:= +kmod-fs-exportfs
384 FILES
:=$(LINUX_DIR
)/fs
/xfs
/xfs.ko
385 AUTOLOAD
:=$(call AutoLoad
,30,xfs
,1)
388 define KernelPackage
/fs-xfs
/description
389 Kernel module for XFS support
392 $(eval
$(call KernelPackage
,fs-xfs
))