mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 20:23:09 +02: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:
parent
06e73c8149
commit
40093fe5af
@ -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
Block a user