aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-06-11 15:46:19 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-06-11 15:46:19 +0000
commitc80ad970e00d850477d654602423aaf6f9b7bc78 (patch)
tree1dfd792e455cfe4e6f11835882807d5b92251846 /package/kernel
parent6bf00948657cc38270be97ba264f68af007d6ed9 (diff)
downloadupstream-c80ad970e00d850477d654602423aaf6f9b7bc78.tar.gz
upstream-c80ad970e00d850477d654602423aaf6f9b7bc78.tar.bz2
upstream-c80ad970e00d850477d654602423aaf6f9b7bc78.zip
package/kernel: fix missing parenthesis on r21758
SVN-Revision: 21759
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/crypto.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk
index 66f6e0cdbd..a371e96116 100644
--- a/package/kernel/modules/crypto.mk
+++ b/package/kernel/modules/crypto.mk
@@ -278,7 +278,7 @@ endef
define KernelPackage/crypto-misc/2.6
FILES+= \
$(LINUX_DIR)/crypto/camellia.$(LINUX_KMOD_SUFFIX) \
- $(if $(findstring y,$(CONFIG_CRYPTO_CRC32C)),,$(LINUX_DIR)/crypto/crc32c.$(LINUX_KMOD_SUFFIX) \
+ $(if $(findstring y,$(CONFIG_CRYPTO_CRC32C)),,$(LINUX_DIR)/crypto/crc32c.$(LINUX_KMOD_SUFFIX)) \
$(LINUX_DIR)/crypto/fcrypt.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/crypto/tgr192.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/crypto/twofish_common.$(LINUX_KMOD_SUFFIX)