Correct bool expressions in dependencies. This fixes #5627

SVN-Revision: 17208
This commit is contained in:
Hauke Mehrtens
2009-08-10 18:26:18 +00:00
parent 08f7b6c408
commit ece3bdcdd6
2 changed files with 5 additions and 5 deletions

View File

@@ -365,7 +365,7 @@ define KernelPackage/fs-btrfs
CONFIG_BTRFS_FS \
CONFIG_BTRFS_FS_POSIX_ACL=n
# for crc32c
DEPENDS:=+kmod-crypto-core @!LINUX_2_6_21||!LINUX_2_6_25||!LINUX_2_6_28
DEPENDS:=+kmod-crypto-core @!LINUX_2_6_21&&!LINUX_2_6_25&&!LINUX_2_6_28
FILES:=\
$(LINUX_DIR)/crypto/crc32c.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/lib/libcrc32c.$(LINUX_KMOD_SUFFIX) \