1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 16:58:59 +03:00

[kernel] package ext4 (#4434)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15218 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-04-12 15:18:49 +00:00
parent 6c3a094cb1
commit fea709d6b6
2 changed files with 23 additions and 0 deletions

View File

@ -113,6 +113,28 @@ endef
$(eval $(call KernelPackage,fs-ext3))
define KernelPackage/fs-ext4
SUBMENU:=$(FS_MENU)
TITLE:=EXT4 filesystem support
KCONFIG:= \
CONFIG_EXT4DEV_COMPAT=y \
CONFIG_EXT4_FS_XATTR=y \
CONFIG_EXT4_FS_POSIX_ACL=y \
CONFIG_EXT4_FS_SECURITY=y \
CONFIG_EXT4_FS
DEPENDS:=$(if $(DUMP)$(CONFIG_FS_MBCACHE),+kmod-fs-mbcache)
FILES:= \
$(LINUX_DIR)/fs/ext4/ext4.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ext4)
endef
define KernelPackage/fs-ext4/description
Kernel module for EXT4 filesystem support
endef
$(eval $(call KernelPackage,fs-ext4))
define KernelPackage/fs-hfs
SUBMENU:=$(FS_MENU)

View File

@ -789,6 +789,7 @@ CONFIG_ISDN_CAPI_MIDDLEWARE=y
# CONFIG_IXGB is not set
# CONFIG_JBD is not set
# CONFIG_JBD_DEBUG is not set
# CONFIG_JBD2_DEBUG is not set
# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
# CONFIG_JFFS2_CMODE_NONE is not set
CONFIG_JFFS2_CMODE_PRIORITY=y