mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-02 17:20:59 +00:00
kernel: fix typo for tegra crypto-sha1 module
Fixes: e889489bedfd2830411bd0cf6564b8272aa9c254 ("kernel: build arm/neon-optimized sha1/512 modules") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit f8f9d6901c6a7c85e6b18fba665175646fb53ec7)
This commit is contained in:
parent
e819523f90
commit
8e548ac9bd
@ -849,7 +849,7 @@ define KernelPackage/crypto-sha1/octeon
|
|||||||
AUTOLOAD+=$(call AutoLoad,09,octeon-sha1)
|
AUTOLOAD+=$(call AutoLoad,09,octeon-sha1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
KernelPackage/crypto-sha1/tegra=$(KernelPakcage/crypto-sha1/arm)
|
KernelPackage/crypto-sha1/tegra=$(KernelPackage/crypto-sha1/arm)
|
||||||
|
|
||||||
define KernelPackage/crypto-sha1/x86/64
|
define KernelPackage/crypto-sha1/x86/64
|
||||||
FILES+=$(LINUX_DIR)/arch/x86/crypto/sha1-ssse3.ko
|
FILES+=$(LINUX_DIR)/arch/x86/crypto/sha1-ssse3.ko
|
||||||
|
Loading…
x
Reference in New Issue
Block a user