add a workaround preventing opkg to install anything on squashfs-based fs layouts...
[openwrt.git] / package / kernel / modules / crypto.mk
index daf94de..26d0717 100644 (file)
@@ -56,11 +56,11 @@ define KernelPackage/crypto-core
        $(LINUX_DIR)/crypto/crypto_hash.$(LINUX_KMOD_SUFFIX) \
        $(LINUX_DIR)/crypto/cryptomgr.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call AutoLoad,01, \
-       aead \
        crypto_algapi \
+       aead \
+       $(BLKCIPHER_PREFIX)blkcipher \
        cryptomgr \
        crypto_hash \
-       $(BLKCIPHER_PREFIX)blkcipher \
        cbc \
        ecb \
        deflate \
This page took 0.019304 seconds and 4 git commands to generate.