mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: fix syntax error in kmod-crypto-misc
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37441 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user