Parcourir la source

fixup orion compile

SVN-Revision: 27591
Imre Kaloz il y a 14 ans
Parent
commit
1e395abc80
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package/kernel/modules/crypto.mk

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

@@ -41,7 +41,7 @@ endef
 
 define KernelPackage/crypto-hash
   TITLE:=CryptoAPI hash support
-  KCONFIG:=CONFIG_CRYPTO_HASH
+  KCONFIG:=CONFIG_CRYPTO_HASH2
   FILES:=$(LINUX_DIR)/crypto/crypto_hash.ko
   AUTOLOAD:=$(call AutoLoad,02,crypto_hash)
   $(call AddDepends/crypto)