mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
kernel: fix typo for tegra crypto-sha1 module
Fixes:e889489bed("kernel: build arm/neon-optimized sha1/512 modules") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commitf8f9d6901c)
This commit is contained in:
parent
4408f7d564
commit
78fc12ddd0
1 changed files with 1 additions and 1 deletions
|
|
@ -874,7 +874,7 @@ define KernelPackage/crypto-sha1/octeon
|
|||
AUTOLOAD+=$(call AutoLoad,09,octeon-sha1)
|
||||
endef
|
||||
|
||||
KernelPackage/crypto-sha1/tegra=$(KernelPakcage/crypto-sha1/arm)
|
||||
KernelPackage/crypto-sha1/tegra=$(KernelPackage/crypto-sha1/arm)
|
||||
|
||||
define KernelPackage/crypto-sha1/mpc85xx
|
||||
FILES+=$(LINUX_DIR)/arch/powerpc/crypto/sha1-ppc-spe.ko
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue