kernel: remove module checks for 3.15/3.16/3.17

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45534 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2015-04-21 06:59:41 +00:00
parent 5a7023bdf6
commit db089c61cc
4 changed files with 11 additions and 30 deletions

View File

@@ -342,10 +342,8 @@ define KernelPackage/crypto-crc32c
TITLE:=CRC32c CRC module
DEPENDS:=+kmod-crypto-hash
KCONFIG:=CONFIG_CRYPTO_CRC32C
FILES:= \
$(LINUX_DIR)/crypto/crc32c.ko@lt3.15 \
$(LINUX_DIR)/crypto/crc32c_generic.ko@ge3.15
AUTOLOAD:=$(call AutoLoad,04,crc32c@lt3.15 crc32c_generic@ge3.15,1)
FILES:=$(LINUX_DIR)/crypto/crc32c_generic.ko
AUTOLOAD:=$(call AutoLoad,04,crc32c_generic,1)
$(call AddDepends/crypto)
endef