load crypto_blkcipher before cryptomgr.. *sigh*
authorImre Kaloz <kaloz@openwrt.org>
Thu, 11 Dec 2008 20:48:17 +0000 (20:48 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Thu, 11 Dec 2008 20:48:17 +0000 (20:48 +0000)
SVN-Revision: 13603

package/kernel/modules/crypto.mk

index ebef3b875651e2a159c0b76eaa510e7cec424db3..26d0717b650ac29bd57f5810bb124bb6c52eb58b 100644 (file)
@@ -58,9 +58,9 @@ define KernelPackage/crypto-core
   AUTOLOAD:=$(call AutoLoad,01, \
        crypto_algapi \
        aead \
+       $(BLKCIPHER_PREFIX)blkcipher \
        cryptomgr \
        crypto_hash \
-       $(BLKCIPHER_PREFIX)blkcipher \
        cbc \
        ecb \
        deflate \