1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 05:59:29 +03:00

package/kernel: fix dependency modules

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21758 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul 2010-06-11 15:04:04 +00:00
parent 7fd0d84f87
commit 1e20e9c12f

View File

@ -278,7 +278,7 @@ endef
define KernelPackage/crypto-misc/2.6
FILES+= \
$(LINUX_DIR)/crypto/camellia.$(LINUX_KMOD_SUFFIX) \
$(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)