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-mbcache
67 TITLE
:=mbcache
(used by ext2
/ext3
)
68 KCONFIG
:=CONFIG_FS_MBCACHE
69 ifneq ($(CONFIG_FS_MBCACHE
),)
70 FILES
:=$(LINUX_DIR
)/fs
/mbcache.
$(LINUX_KMOD_SUFFIX
)
71 AUTOLOAD
:=$(call AutoLoad
,20,mbcache
)
75 define KernelPackage
/fs-ext2
/description
76 Meta Block cache used by ext2
/ext3
77 This package will only be installed if extended attributes
78 are enabled for ext2
/ext3
80 $(eval
$(call KernelPackage
,fs-mbcache
))
82 define KernelPackage
/fs-ext2
84 TITLE
:=EXT2 filesystem support
85 KCONFIG
:=CONFIG_EXT2_FS
86 DEPENDS
:=$(if
$(DUMP
)$(CONFIG_FS_MBCACHE
),+kmod-fs-mbcache
)
87 FILES
:=$(LINUX_DIR
)/fs
/ext2
/ext2.
$(LINUX_KMOD_SUFFIX
)
88 AUTOLOAD
:=$(call AutoLoad
,30,ext2
)
91 define KernelPackage
/fs-ext2
/description
92 Kernel module for EXT2 filesystem support
95 $(eval
$(call KernelPackage
,fs-ext2
))
98 define KernelPackage
/fs-ext3
100 TITLE
:=EXT3 filesystem support
104 DEPENDS
:=$(if
$(DUMP
)$(CONFIG_FS_MBCACHE
),+kmod-fs-mbcache
)
106 $(LINUX_DIR
)/fs
/ext3
/ext3.
$(LINUX_KMOD_SUFFIX
) \
107 $(LINUX_DIR
)/fs
/jbd
/jbd.
$(LINUX_KMOD_SUFFIX
)
108 AUTOLOAD
:=$(call AutoLoad
,30,jbd ext3
)
111 define KernelPackage
/fs-ext3
/description
112 Kernel module for EXT3 filesystem support
115 $(eval
$(call KernelPackage
,fs-ext3
))
118 define KernelPackage
/fs-hfs
120 TITLE
:=HFS
+ filesystem support
121 DEPENDS
:=+kmod-nls-base
122 KCONFIG
:=CONFIG_HFS_FS
123 FILES
:=$(LINUX_DIR
)/fs
/hfs
/hfs.
$(LINUX_KMOD_SUFFIX
)
124 AUTOLOAD
:=$(call AutoLoad
,30,hfs
)
125 $(call KernelPackage
/nls
/Depends
)
128 define KernelPackage
/fs-hfs
/description
129 Kernel module for HFS filesystem support
132 $(eval
$(call KernelPackage
,fs-hfs
))
135 define KernelPackage
/fs-hfsplus
137 TITLE
:=HFS
+ filesystem support
138 DEPENDS
:=+kmod-nls-base
139 KCONFIG
:=CONFIG_HFSPLUS_FS
140 FILES
:=$(LINUX_DIR
)/fs
/hfsplus
/hfsplus.
$(LINUX_KMOD_SUFFIX
)
141 AUTOLOAD
:=$(call AutoLoad
,30,hfsplus
)
142 $(call KernelPackage
/nls
/Depends
,utf8
)
146 define KernelPackage
/fs-hfsplus
/description
147 Kernel module for HFS
+ filesystem support
150 $(eval
$(call KernelPackage
,fs-hfsplus
))
153 define KernelPackage
/fs-isofs
155 TITLE
:=ISO9660 filesystem support
156 KCONFIG
:=CONFIG_ISO9660_FS CONFIG_JOLIET
=y CONFIG_ZISOFS
=n
157 FILES
:=$(LINUX_DIR
)/fs
/isofs
/isofs.
$(LINUX_KMOD_SUFFIX
)
158 AUTOLOAD
:=$(call AutoLoad
,30,isofs
)
159 $(call KernelPackage
/nls
/Depends
)
163 define KernelPackage
/fs-isofs
/description
164 Kernel module for ISO9660 filesystem support
167 $(eval
$(call KernelPackage
,fs-isofs
))
170 define KernelPackage
/fs-udf
172 TITLE
:=UDF filesystem support
173 DEPENDS
:=+kmod-nls-base
174 KCONFIG
:=CONFIG_UDF_FS
175 FILES
:=$(LINUX_DIR
)/fs
/udf
/udf.
$(LINUX_KMOD_SUFFIX
)
176 AUTOLOAD
:=$(call AutoLoad
,30,udf
)
177 $(call KernelPackage
/nls
/Depends
)
181 define KernelPackage
/fs-udf
/description
182 Kernel module for UDF filesystem support
185 $(eval
$(call KernelPackage
,fs-udf
))
188 define KernelPackage
/fs-nfs
190 TITLE
:=NFS filesystem support
196 $(LINUX_DIR
)/fs
/nfs
/nfs.
$(LINUX_KMOD_SUFFIX
) \
197 $(LINUX_DIR
)/fs
/lockd
/lockd.
$(LINUX_KMOD_SUFFIX
) \
198 $(LINUX_DIR
)/net
/sunrpc
/sunrpc.
$(LINUX_KMOD_SUFFIX
)
199 AUTOLOAD
:=$(call AutoLoad
,30,sunrpc lockd nfs
)
202 define KernelPackage
/fs-nfs
/description
203 Kernel module for NFS support
206 $(eval
$(call KernelPackage
,fs-nfs
))
209 define KernelPackage
/fs-nfsd
211 TITLE
:=NFS kernel server support
215 FILES
:=$(LINUX_DIR
)/fs
/nfsd
/nfsd.
$(LINUX_KMOD_SUFFIX
)
216 AUTOLOAD
:=$(call AutoLoad
,40,nfsd
)
219 define KernelPackage
/fs-nfsd
/2.6
220 # KCONFIG+=CONFIG_EXPORTFS
221 FILES
+=$(LINUX_DIR
)/fs
/exportfs
/exportfs.
$(LINUX_KMOD_SUFFIX
)
222 AUTOLOAD
+=$(call AutoLoad
,30,exportfs
)
225 define KernelPackage
/fs-nfsd
/description
226 Kernel module for NFS kernel server support
229 $(eval
$(call KernelPackage
,fs-nfsd
))
232 define KernelPackage
/fs-msdos
234 TITLE
:=MSDOS filesystem support
235 DEPENDS
:=+kmod-nls-base
236 KCONFIG
:=CONFIG_MSDOS_FS
237 FILES
:=$(LINUX_DIR
)/fs
/msdos
/msdos.
$(LINUX_KMOD_SUFFIX
)
238 AUTOLOAD
:=$(call AutoLoad
,40,msdos
)
239 $(call KernelPackage
/nls
/Depends
)
243 define KernelPackage
/fs-msdos
/description
244 Kernel module for MSDOS filesystem support
247 $(eval
$(call KernelPackage
,fs-msdos
))
250 define KernelPackage
/fs-reiserfs
252 TITLE
:=ReiserFS filesystem support
253 KCONFIG
:=CONFIG_REISERFS_FS
254 FILES
:=$(LINUX_DIR
)/fs
/reiserfs
/reiserfs.
$(LINUX_KMOD_SUFFIX
)
255 AUTOLOAD
:=$(call AutoLoad
,30,reiserfs
)
258 define KernelPackage
/fs-reiserfs
/description
259 Kernel module for ReiserFS support
262 $(eval
$(call KernelPackage
,fs-reiserfs
))
265 define KernelPackage
/fs-vfat
267 TITLE
:=VFAT filesystem support
272 $(LINUX_DIR
)/fs
/fat
/fat.
$(LINUX_KMOD_SUFFIX
) \
273 $(LINUX_DIR
)/fs
/vfat
/vfat.
$(LINUX_KMOD_SUFFIX
)
274 AUTOLOAD
:=$(call AutoLoad
,30,fat vfat
)
275 $(call KernelPackage
/nls
/Depends
)
279 define KernelPackage
/fs-vfat
/description
280 Kernel module for VFAT filesystem support
283 $(eval
$(call KernelPackage
,fs-vfat
))
286 define KernelPackage
/fs-xfs
288 TITLE
:=XFS filesystem support
289 KCONFIG
:=CONFIG_XFS_FS
290 FILES
:=$(LINUX_DIR
)/fs
/xfs
/xfs.
$(LINUX_KMOD_SUFFIX
)
291 AUTOLOAD
:=$(call AutoLoad
,30,xfs
)
294 define KernelPackage
/fs-xfs
/description
295 Kernel module for XFS support
298 $(eval
$(call KernelPackage
,fs-xfs
))
301 define KernelPackage
/nls-base
303 TITLE
:=Native Language Support
305 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_base.
$(LINUX_KMOD_SUFFIX
)
306 AUTOLOAD
:=$(call AutoLoad
,20,nls_base
)
309 define KernelPackage
/nls-base
/description
310 Kernel module for NLS
(Native Language Support
)
313 $(eval
$(call KernelPackage
,nls-base
))
316 define KernelPackage
/nls-cp437
318 TITLE
:=Codepage
437 (United States
, Canada
)
319 DEPENDS
:=+kmod-nls-base
320 KCONFIG
:=CONFIG_NLS_CODEPAGE_437
321 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp437.
$(LINUX_KMOD_SUFFIX
)
322 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp437
)
323 $(call KernelPackage
/nls
/Depends
)
327 define KernelPackage
/nls-cp437
/description
328 Kernel module for NLS Codepage
437 (United States
, Canada
)
331 $(eval
$(call KernelPackage
,nls-cp437
))
334 define KernelPackage
/nls-cp850
336 TITLE
:=Codepage
850 (Europe
)
337 DEPENDS
:=+kmod-nls-base
338 KCONFIG
:=CONFIG_NLS_CODEPAGE_850
339 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp850.
$(LINUX_KMOD_SUFFIX
)
340 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp850
)
341 $(call KernelPackage
/nls
/Depends
)
345 define KernelPackage
/nls-cp850
/description
346 Kernel module for NLS Codepage
850 (Europe
)
349 $(eval
$(call KernelPackage
,nls-cp850
))
352 define KernelPackage
/nls-cp1250
354 TITLE
:=Codepage
1250 (Eastern Europe
)
355 DEPENDS
:=+kmod-nls-base
356 KCONFIG
:=CONFIG_NLS_CODEPAGE_1250
357 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_cp1250.
$(LINUX_KMOD_SUFFIX
)
358 AUTOLOAD
:=$(call AutoLoad
,25,nls_cp1250
)
359 $(call KernelPackage
/nls
/Depends
)
363 define KernelPackage
/nls-cp1250
/description
364 Kernel module for NLS Codepage
1250 (Eastern Europe
)
367 $(eval
$(call KernelPackage
,nls-cp1250
))
370 define KernelPackage
/nls-iso8859-1
372 TITLE
:=ISO
8859-1 (Latin
1; Western European Languages
)
373 DEPENDS
:=+kmod-nls-base
374 KCONFIG
:=CONFIG_NLS_ISO8859_1
375 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-1.
$(LINUX_KMOD_SUFFIX
)
376 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-1
)
377 $(call KernelPackage
/nls
/Depends
)
381 define KernelPackage
/nls-iso8859-1
/description
382 Kernel module for NLS ISO
8859-1 (Latin
1)
385 $(eval
$(call KernelPackage
,nls-iso8859-1
))
388 define KernelPackage
/nls-iso8859-2
390 TITLE
:=ISO
8859-2 (Latin
2; Central European Languages
)
391 DEPENDS
:=+kmod-nls-base
392 KCONFIG
:=CONFIG_NLS_ISO8859_2
393 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-2.
$(LINUX_KMOD_SUFFIX
)
394 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-2
)
395 $(call KernelPackage
/nls
/Depends
)
399 define KernelPackage
/nls-iso8859-2
/description
400 Kernel module for NLS ISO
8859-2 (Latin
2)
403 $(eval
$(call KernelPackage
,nls-iso8859-2
))
406 define KernelPackage
/nls-iso8859-15
408 TITLE
:=ISO
8859-15 (Latin
9; Western
, with Euro symbol
)
409 DEPENDS
:=+kmod-nls-base
410 KCONFIG
:=CONFIG_NLS_ISO8859_15
411 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_iso8859-15.
$(LINUX_KMOD_SUFFIX
)
412 AUTOLOAD
:=$(call AutoLoad
,25,nls_iso8859-15
)
413 $(call KernelPackage
/nls
/Depends
)
417 define KernelPackage
/nls-iso8859-15
/description
418 Kernel module for NLS ISO
8859-15 (Latin
9)
421 $(eval
$(call KernelPackage
,nls-iso8859-15
))
424 define KernelPackage
/nls-koi8r
426 TITLE
:=KOI8-R
(Russian
)
427 DEPENDS
:=+kmod-nls-base
428 KCONFIG
:=CONFIG_NLS_KOI8_R
429 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_koi8-r.
$(LINUX_KMOD_SUFFIX
)
430 AUTOLOAD
:=$(call AutoLoad
,25,nls_koi8-r
)
431 $(call KernelPackage
/nls
/Depends
)
435 define KernelPackage
/nls-koi8r
/description
436 Kernel module for NLS KOI8-R
(Russian
)
439 $(eval
$(call KernelPackage
,nls-koi8r
))
442 define KernelPackage
/nls-utf8
445 DEPENDS
:=+kmod-nls-base
446 KCONFIG
:=CONFIG_NLS_UTF8
447 FILES
:=$(LINUX_DIR
)/fs
/nls
/nls_utf8.
$(LINUX_KMOD_SUFFIX
)
448 AUTOLOAD
:=$(call AutoLoad
,25,nls_utf8
)
449 $(call KernelPackage
/nls
/Depends
)
452 define KernelPackage
/nls-utf8
/description
453 Kernel module for NLS UTF-8
456 $(eval
$(call KernelPackage
,nls-utf8
))