1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-29 02:05:06 +03:00

kernel: modules: ext4 depends on crypto-hash on 3.6

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34159 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jogo 2012-11-11 19:42:35 +00:00
parent 06e73c8149
commit 40093fe5af

View File

@ -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