1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 03:06:21 +03:00

kernel: crypto: fix spelling

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27757 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2011-07-24 15:08:17 +00:00
parent 005e21d6ac
commit 2dea6e2bcb

View File

@ -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,hifnhipp)
AUTOLOAD:=$(call AutoLoad,10,hifnHIPP)
$(call AddDepends/crypto)
endef