1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 05:05:08 +03:00

ext4: fix for commit r19799

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19800 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2010-02-21 20:26:37 +00:00
parent c6a1114e56
commit a1952b9512

View File

@ -120,7 +120,7 @@ define KernelPackage/fs-ext4
CONFIG_EXT4_FS_SECURITY=y \
CONFIG_EXT4_FS \
CONFIG_JBD2
DEPENDS:= @LINUX_2_6 +kmod-crc16 +kmod-crc32 $(if $(DUMP)$(CONFIG_FS_MBCACHE),+kmod-fs-mbcache)
DEPENDS:= @LINUX_2_6 +kmod-crc16 $(if $(DUMP)$(CONFIG_FS_MBCACHE),+kmod-fs-mbcache)
FILES:= \
$(LINUX_DIR)/fs/ext4/ext4.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/fs/jbd2/jbd2.$(LINUX_KMOD_SUFFIX)