kernel: modules: ext4 depends on crypto-hash on 3.6
SVN-Revision: 34159
This commit is contained in:
parent
4658e463d9
commit
c0eb827265
|
@ -94,7 +94,7 @@ define KernelPackage/fs-ext4
|
||||||
$(LINUX_DIR)/fs/jbd2/jbd2.ko \
|
$(LINUX_DIR)/fs/jbd2/jbd2.ko \
|
||||||
$(LINUX_DIR)/fs/mbcache.ko
|
$(LINUX_DIR)/fs/mbcache.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,30,mbcache jbd2 ext4,1)
|
AUTOLOAD:=$(call AutoLoad,30,mbcache jbd2 ext4,1)
|
||||||
$(call AddDepends/crc16)
|
$(call AddDepends/crc16, +!LINUX_3_3:kmod-crypto-hash)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fs-ext4/description
|
define KernelPackage/fs-ext4/description
|
||||||
|
|
Loading…
Reference in New Issue