projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad11f68
)
ext4: fix for commit r19799
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 21 Feb 2010 20:26:37 +0000
(20:26 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 21 Feb 2010 20:26:37 +0000
(20:26 +0000)
SVN-Revision: 19800
package/kernel/modules/fs.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/fs.mk
b/package/kernel/modules/fs.mk
index c86ef34e3b2d3b809bc883faf05ba3d042e5f502..9e2db605b46ad737f5878006472bf8bfd01e7029 100644
(file)
--- a/
package/kernel/modules/fs.mk
+++ b/
package/kernel/modules/fs.mk
@@
-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)