#
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
define KernelPackage/fs-btrfs
SUBMENU:=$(FS_MENU)
TITLE:=BTRFS filesystem support
- DEPENDS:=+kmod-libcrc32c
+ DEPENDS:=+kmod-libcrc32c +kmod-zlib
KCONFIG:=\
CONFIG_BTRFS_FS \
CONFIG_BTRFS_FS_POSIX_ACL=n
SUBMENU:=$(FS_MENU)
TITLE:=EXT4 filesystem support
KCONFIG:= \
- CONFIG_EXT4DEV_COMPAT=n \
- CONFIG_EXT4_FS_XATTR=y \
- CONFIG_EXT4_FS_POSIX_ACL=y \
- CONFIG_EXT4_FS_SECURITY=y \
CONFIG_EXT4_FS \
CONFIG_JBD2
DEPENDS:= $(if $(DUMP)$(CONFIG_FS_MBCACHE),+kmod-fs-mbcache)
$(call AddDepends/nls)
endef
-define KernelPackage/fs-msdos/2.4
- FILES:=$(LINUX_DIR)/fs/msdos/msdos.ko
-endef
-
define KernelPackage/fs-msdos/description
Kernel module for MSDOS filesystem support
endef
$(call AddDepends/nls)
endef
-define KernelPackage/fs-vfat/2.4
- FILES:= \
- $(LINUX_DIR)/fs/fat/fat.ko \
- $(LINUX_DIR)/fs/vfat/vfat.ko
-endef
-
define KernelPackage/fs-vfat/description
Kernel module for VFAT filesystem support
endef