remove handling of older unsupported kernels

SVN-Revision: 18955
This commit is contained in:
Imre Kaloz
2009-12-27 21:54:09 +00:00
parent 4e71b48c2a
commit 29a020ffb3
11 changed files with 12 additions and 43 deletions

View File

@@ -348,7 +348,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
FILES:=\
$(LINUX_DIR)/crypto/crc32c.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/lib/libcrc32c.$(LINUX_KMOD_SUFFIX) \