Browse Source

load crypto_blkcipher before cryptomgr.. *sigh*

SVN-Revision: 13603
Imre Kaloz 17 years ago
parent
commit
1e9300de8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/modules/crypto.mk

+ 1 - 1
package/kernel/modules/crypto.mk

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