mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-21 14:36:56 +00:00
kernel: fix syntax error in kmod-crypto-misc
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37441
This commit is contained in:
parent
7642a4eeaa
commit
4a9adf4300
@ -386,7 +386,7 @@ define KernelPackage/crypto-misc
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/crypto/anubis.ko \
|
||||
$(LINUX_DIR)/crypto/camellia$(camellia_mod_suffix).ko \
|
||||
$((if $(call kernel_patchver_ge,3.7),$(LINUX_DIR)/crypto/cast_common.ko) \
|
||||
$(if $(call kernel_patchver_ge,3.7),$(LINUX_DIR)/crypto/cast_common.ko) \
|
||||
$(LINUX_DIR)/crypto/cast5$(cast56_mod_suffix).ko \
|
||||
$(LINUX_DIR)/crypto/cast6$(cast56_mod_suffix).ko \
|
||||
$(LINUX_DIR)/crypto/fcrypt.ko \
|
||||
|
Loading…
Reference in New Issue
Block a user