2
0
forked from Ivasoft/openwrt

kernel: clean-up after kernel 5.4 removal

These narrowments are no longer useful, since there's no lower version
than 5.10 supported in tree.

Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
This commit is contained in:
Tomasz Maciej Nowak
2022-06-20 14:48:19 +02:00
committed by Christian Lamparter
parent a74a853d0d
commit 9bad3451b6
8 changed files with 19 additions and 30 deletions

View File

@@ -90,7 +90,7 @@ I2C_DWCORE_MODULES:= \
define KernelPackage/i2c-designware-core
$(call i2c_defaults,$(I2C_DWCORE_MODULES),58)
TITLE:=Synopsys DesignWare I2C core
DEPENDS:=+kmod-i2c-core +!LINUX_5_4:kmod-regmap-core
DEPENDS:=+kmod-i2c-core +kmod-regmap-core
HIDDEN:=y
endef