projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db015a3
)
kernel: crypto: fix spelling
author
Hauke Mehrtens
<hauke@openwrt.org>
Sun, 24 Jul 2011 15:08:17 +0000
(15:08 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Sun, 24 Jul 2011 15:08:17 +0000
(15:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27757
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/crypto.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index
495fcc0
..
c7bbce9
100644
(file)
--- a/
package/kernel/modules/crypto.mk
+++ b/
package/kernel/modules/crypto.mk
@@
-399,7
+399,7
@@
define KernelPackage/crypto-ocf-hifnhipp
DEPENDS:=+@OPENSSL_ENGINE @PCI_SUPPORT @!TARGET_uml kmod-crypto-ocf
KCONFIG:=CONFIG_OCF_HIFNHIPP
FILES:=$(LINUX_DIR)/crypto/ocf/hifn/hifnHIPP.ko
- AUTOLOAD:=$(call AutoLoad,10,hifn
hipp
)
+ AUTOLOAD:=$(call AutoLoad,10,hifn
HIPP
)
$(call AddDepends/crypto)
endef