kernel: remove obsolete kernel version switches

After kernel 4.9 has been removed, this removes all (now obsolete)
kernel version switches that deal with versions before 4.14.

Package kmod-crypto-iv is empty now and thus removed entirely.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2020-01-05 14:35:15 +01:00
parent ba8faa0fea
commit 97940f8766
18 changed files with 69 additions and 113 deletions

View File

@@ -14,7 +14,7 @@ define KernelPackage/w1
TITLE:=Dallas's 1-wire support
KCONFIG:=CONFIG_W1
FILES:=$(LINUX_DIR)/drivers/w1/wire.ko
DEPENDS:=+!LINUX_4_9:kmod-hwmon-core
DEPENDS:=+kmod-hwmon-core
endef
define KernelPackage/w1/description