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
$(foreach m
,$(1),+kmod-nls-
$(m
))
17 define KernelPackage
/fs-cifs
20 DEPENDS
:=+kmod-nls-base
22 FILES
:=$(LINUX_DIR
)/fs
/cifs
/cifs.
$(LINUX_KMOD_SUFFIX
)
23 AUTOLOAD
:=$(call AutoLoad
,30,cifs
)
24 $(call KernelPackage
/nls
/Depends
)
28 define KernelPackage
/fs-cifs
/description
29 Kernel module for CIFS support
32 $(eval
$(call KernelPackage
,fs-cifs
))
35 define KernelPackage
/fs-minix
37 TITLE
:=Minix filesystem support
38 KCONFIG
:=CONFIG_MINIX_FS
39 FILES
:=$(LINUX_DIR
)/fs
/minix
/minix.
$(LINUX_KMOD_SUFFIX
)
40 AUTOLOAD
:=$(call AutoLoad
,30,minix
)
43 define KernelPackage
/fs-minix
/description
44 Kernel module for Minix filesystem support
47 $(eval
$(call KernelPackage
,fs-minix
))
50 define KernelPackage
/fs-ntfs
52 TITLE
:=NTFS filesystem support
53 KCONFIG
:=CONFIG_NTFS_FS
54 FILES
:=$(LINUX_DIR
)/fs
/ntfs
/ntfs.
$(LINUX_KMOD_SUFFIX
)
55 AUTOLOAD
:=$(call AutoLoad
,30,ntfs
)
58 define KernelPackage
/fs-ntfs
/description
59 Kernel module for NTFS filesystem support
62 $(eval
$(call KernelPackage
,fs-ntfs
))
65 define KernelPackage
/fs-ext2
67 TITLE
:=EXT2 filesystem support
68 KCONFIG
:=CONFIG_EXT2_FS
69 FILES
:=$(LINUX_DIR
)/fs
/ext2
/ext2.
$(LINUX_KMOD_SUFFIX
)
70 AUTOLOAD
:=$(call AutoLoad
,30,ext2
)
73 define KernelPackage
/fs-ext2
/description
74 Kernel module for EXT2 filesystem support
77 $(eval
$(call KernelPackage
,fs-ext2
))
80 define KernelPackage
/fs-ext3
82 TITLE
:=EXT3 filesystem support
87 $(LINUX_DIR
)/fs
/ext3
/ext3.
$(LINUX_KMOD_SUFFIX
) \
88 $(LINUX_DIR
)/fs
/jbd
/jbd.
$(LINUX_KMOD_SUFFIX
)
89 AUTOLOAD
:=$(call AutoLoad
,30,jbd ext3
)
92 define KernelPackage
/fs-ext3
/description
93 Kernel module for EXT3 filesystem support
96 $(eval
$(call KernelPackage
,fs-ext3
))
99 define KernelPackage
/fs-hfs
101 TITLE
:=HFS
+ filesystem support
102 DEPENDS
:=+kmod-nls-base
103 KCONFIG
:=CONFIG_HFS_FS
104 FILES
:=$(LINUX_DIR
)/fs
/hfs
/hfs.
$(LINUX_KMOD_SUFFIX
)
105 AUTOLOAD
:=$(call AutoLoad
,30,hfs
)
106 $(call KernelPackage
/nls
/Depends
)
109 define KernelPackage
/fs-hfs
/description
110 Kernel module for HFS filesystem support
113 $(eval
$(call KernelPackage
,fs-hfs
))
116 define KernelPackage
/fs-hfsplus
118 TITLE
:=HFS
+ filesystem support
119 DEPENDS
:=+kmod-nls-base
120 KCONFIG
:=CONFIG_HFSPLUS_FS
121 FILES
:=$(LINUX_DIR
)/fs
/hfsplus
/hfsplus.
$(LINUX_KMOD_SUFFIX
)
122 AUTOLOAD
:=$(call AutoLoad
,30,hfsplus
)
123 $(call KernelPackage
/nls
/Depends
,utf8
)
127 define KernelPackage
/fs-hfsplus
/description
128 Kernel module for HFS
+ filesystem support
131 $(eval
$(call KernelPackage
,fs-hfsplus
))
134 define KernelPackage
/fs-isofs
136 TITLE
:=ISO9660 filesystem support
137 KCONFIG
:=CONFIG_ISO9660_FS CONFIG_JOLIET
=y CONFIG_ZISOFS
=n
138 FILES
:=$(LINUX_DIR
)/fs
/isofs
/isofs.
$(LINUX_KMOD_SUFFIX
)
139 AUTOLOAD
:=$(call AutoLoad
,30,isofs
)
140 $(call KernelPackage
/nls
/Depends
)
144 define KernelPackage
/fs-isofs
/description
145 Kernel module for ISO9660 filesystem support
148 $(eval
$(call KernelPackage
,fs-isofs
))
151 define KernelPackage
/fs-udf
153 TITLE
:=UDF filesystem support
154 DEPENDS
:=+kmod-nls-base
155 KCONFIG
:=CONFIG_UDF_FS
156 FILES
:=$(LINUX_DIR
)/fs
/udf
/udf.
$(LINUX_KMOD_SUFFIX
)
157 AUTOLOAD
:=$(call AutoLoad
,30,udf
)
158 $(call KernelPackage
/nls
/Depends
)
162 define KernelPackage
/fs-udf
/description
163 Kernel module for UDF filesystem support
166 $(eval
$(call KernelPackage
,fs-udf
))
169 define KernelPackage
/fs-nfs
171 TITLE
:=NFS filesystem support
177 $(LINUX_DIR
)/fs
/nfs
/nfs.
$(LINUX_KMOD_SUFFIX
) \
178 $(LINUX_DIR
)/fs
/lockd
/lockd.
$(LINUX_KMOD_SUFFIX
) \
179 $(LINUX_DIR
)/net
/sunrpc
/sunrpc.
$(LINUX_KMOD_SUFFIX
)
180 AUTOLOAD
:=$(call AutoLoad
,30,sunrpc lockd nfs
)
183 define KernelPackage
/fs-nfs
/description
184 Kernel module for NFS support
187 $(eval
$(call KernelPackage
,fs-nfs
))
190 define KernelPackage
/fs-nfsd
192 TITLE
:=NFS kernel server support
196 FILES
:=$(LINUX_DIR
)/fs
/nfsd
/nfsd.
$(LINUX_KMOD_SUFFIX
)
197 AUTOLOAD
:=$(call AutoLoad
,40,nfsd
)
200 define KernelPackage
/fs-nfsd
/2.6
201 # KCONFIG+=CONFIG_EXPORTFS
202 FILES
+=$(LINUX_DIR
)/fs
/exportfs
/exportfs.
$(LINUX_KMOD_SUFFIX
)
203 AUTOLOAD
+=$(call AutoLoad
,30,exportfs
)
206 define KernelPackage
/fs-nfsd
/description
207 Kernel module for NFS kernel server support
210 $(eval
$(call KernelPackage
,fs-nfsd
))
213 define KernelPackage
/fs-msdos
215 TITLE
:=MSDOS filesystem support
216 DEPENDS
:=+kmod-nls-base
217 KCONFIG
:=CONFIG_MSDOS_FS
218 FILES
:=$(LINUX_DIR
)/fs
/msdos
/msdos.
$(LINUX_KMOD_SUFFIX
)
219 AUTOLOAD
:=$(call AutoLoad
,40,msdos
)
220 $(call KernelPackage
/nls
/Depends
)
224 define KernelPackage
/fs-msdos
/description
225 Kernel module for MSDOS filesystem support
228 $(eval
$(call KernelPackage
,fs-msdos
))
231 define KernelPackage
/fs-reiserfs
233 TITLE
:=ReiserFS filesystem support
234 KCONFIG
:=CONFIG_REISERFS_FS
235 FILES
:=$(LINUX_DIR
)/fs
/reiserfs
/reiserfs.
$(LINUX_KMOD_SUFFIX
)
236 AUTOLOAD
:=$(call AutoLoad
,30,reiserfs
)
239 define KernelPackage
/fs-reiserfs
/description
240 Kernel module for ReiserFS support
243 $(eval
$(call KernelPackage
,fs-reiserfs
))
246 define KernelPackage
/fs-vfat
248 TITLE
:=VFAT filesystem support
253 $(LINUX_DIR
)/fs
/fat
/fat.
$(LINUX_KMOD_SUFFIX
) \
254 $(LINUX_DIR
)/fs
/vfat
/vfat.
$(LINUX_KMOD_SUFFIX
)
255 AUTOLOAD
:=$(call AutoLoad
,30,fat vfat
)
256 $(call KernelPackage
/nls
/Depends
)
260 define KernelPackage
/fs-vfat
/description
261 Kernel module for VFAT filesystem support
264 $(eval
$(call KernelPackage
,fs-vfat
))
267 define KernelPackage
/fs-xfs
269 TITLE
:=XFS filesystem support
270 KCONFIG
:=CONFIG_XFS_FS
271 FILES
:=$(LINUX_DIR
)/fs
/xfs
/xfs.
$(LINUX_KMOD_SUFFIX
)
272 AUTOLOAD
:=$(call AutoLoad
,30,xfs
)
275 define KernelPackage
/fs-xfs
/description
276 Kernel module for XFS support
279 $(eval
$(call KernelPackage
,fs-xfs
))
282 define KernelPackage
/nls-base
284 TITLE
:=Native Language Support
286 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_base.
$(LINUX_KMOD_SUFFIX
)
287 AUTOLOAD
:=$(call AutoLoad
,20,nls_base
)
290 define KernelPackage
/nls-base
/description
291 Kernel module for NLS
(Native Language Support
)
294 $(eval
$(call KernelPackage
,nls-base
))
297 define KernelPackage
/nls-cp437
299 TITLE
:=Codepage
437 (United States
, Canada
)
300 DEPENDS
:=+kmod-nls-base
301 KCONFIG
:=CONFIG_NLS_CODEPAGE_437
302 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp437.
$(LINUX_KMOD_SUFFIX
)
303 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp437
)
304 $(call KernelPackage
/nls
/Depends
)
308 define KernelPackage
/nls-cp437
/description
309 Kernel module for NLS Codepage
437 (United States
, Canada
)
312 $(eval
$(call KernelPackage
,nls-cp437
))
315 define KernelPackage
/nls-cp850
317 TITLE
:=Codepage
850 (Europe
)
318 DEPENDS
:=+kmod-nls-base
319 KCONFIG
:=CONFIG_NLS_CODEPAGE_850
320 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp850.
$(LINUX_KMOD_SUFFIX
)
321 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp850
)
322 $(call KernelPackage
/nls
/Depends
)
326 define KernelPackage
/nls-cp850
/description
327 Kernel module for NLS Codepage
850 (Europe
)
330 $(eval
$(call KernelPackage
,nls-cp850
))
333 define KernelPackage
/nls-cp1250
335 TITLE
:=Codepage
1250 (Eastern Europe
)
336 DEPENDS
:=+kmod-nls-base
337 KCONFIG
:=CONFIG_NLS_CODEPAGE_1250
338 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp1250.
$(LINUX_KMOD_SUFFIX
)
339 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp1250
)
340 $(call KernelPackage
/nls
/Depends
)
344 define KernelPackage
/nls-cp1250
/description
345 Kernel module for NLS Codepage
1250 (Eastern Europe
)
348 $(eval
$(call KernelPackage
,nls-cp1250
))
351 define KernelPackage
/nls-iso8859-1
353 TITLE
:=ISO
8859-1 (Latin
1; Western European Languages
)
354 DEPENDS
:=+kmod-nls-base
355 KCONFIG
:=CONFIG_NLS_ISO8859_1
356 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-1.
$(LINUX_KMOD_SUFFIX
)
357 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-1
)
358 $(call KernelPackage
/nls
/Depends
)
362 define KernelPackage
/nls-iso8859-1
/description
363 Kernel module for NLS ISO
8859-1 (Latin
1)
366 $(eval
$(call KernelPackage
,nls-iso8859-1
))
369 define KernelPackage
/nls-iso8859-2
371 TITLE
:=ISO
8859-2 (Latin
2; Central European Languages
)
372 DEPENDS
:=+kmod-nls-base
373 KCONFIG
:=CONFIG_NLS_ISO8859_2
374 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-2.
$(LINUX_KMOD_SUFFIX
)
375 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-2
)
376 $(call KernelPackage
/nls
/Depends
)
380 define KernelPackage
/nls-iso8859-2
/description
381 Kernel module for NLS ISO
8859-2 (Latin
2)
384 $(eval
$(call KernelPackage
,nls-iso8859-2
))
387 define KernelPackage
/nls-iso8859-15
389 TITLE
:=ISO
8859-15 (Latin
9; Western
, with Euro symbol
)
390 DEPENDS
:=+kmod-nls-base
391 KCONFIG
:=CONFIG_NLS_ISO8859_15
392 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-15.
$(LINUX_KMOD_SUFFIX
)
393 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-15
)
394 $(call KernelPackage
/nls
/Depends
)
398 define KernelPackage
/nls-iso8859-15
/description
399 Kernel module for NLS ISO
8859-15 (Latin
9)
402 $(eval
$(call KernelPackage
,nls-iso8859-15
))
405 define KernelPackage
/nls-koi8r
407 TITLE
:=KOI8-R
(Russian
)
408 DEPENDS
:=+kmod-nls-base
409 KCONFIG
:=CONFIG_NLS_KOI8_R
410 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_koi8-r.
$(LINUX_KMOD_SUFFIX
)
411 AUTOLOAD
:=$(call AutoLoad
,25,nls_koi8-r
)
412 $(call KernelPackage
/nls
/Depends
)
416 define KernelPackage
/nls-koi8r
/description
417 Kernel module for NLS KOI8-R
(Russian
)
420 $(eval
$(call KernelPackage
,nls-koi8r
))
423 define KernelPackage
/nls-utf8
426 DEPENDS
:=+kmod-nls-base
427 KCONFIG
:=CONFIG_NLS_UTF8
428 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_utf8.
$(LINUX_KMOD_SUFFIX
)
429 AUTOLOAD
:=$(call AutoLoad
,25,nls_utf8
)
430 $(call KernelPackage
/nls
/Depends
)
433 define KernelPackage
/nls-utf8
/description
434 Kernel module for NLS UTF-8
437 $(eval
$(call KernelPackage
,nls-utf8
))