diff options
| author | Mieczyslaw Nalewaj <namiltd@yahoo.com> | 2024-09-21 09:19:11 +0200 |
|---|---|---|
| committer | Robert Marko <robimarko@gmail.com> | 2024-09-21 13:03:49 +0200 |
| commit | e67aa1d5bf881bb4eba56efb06afc4ad514b0462 (patch) | |
| tree | 0caa353fb24cb6ff87053becfe38c1a9b51fe5d6 /package/kernel/linux/modules/hwmon.mk | |
| parent | df12b9864c364d43d23562296133bfacfff78ae5 (diff) | |
| download | upstream-e67aa1d5bf881bb4eba56efb06afc4ad514b0462.tar.gz upstream-e67aa1d5bf881bb4eba56efb06afc4ad514b0462.tar.bz2 upstream-e67aa1d5bf881bb4eba56efb06afc4ad514b0462.zip | |
packages: remove remnants of kernels below 6.6
Remove remnants of kernels below 6.6.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16432
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package/kernel/linux/modules/hwmon.mk')
| -rw-r--r-- | package/kernel/linux/modules/hwmon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index dc921f8fca8..ae9b35114b1 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -34,7 +34,7 @@ define KernelPackage/hwmon-ad7418 KCONFIG:=CONFIG_SENSORS_AD7418 FILES:=$(LINUX_DIR)/drivers/hwmon/ad7418.ko AUTOLOAD:=$(call AutoLoad,60,ad7418 ad7418) - $(call AddDepends/hwmon,+kmod-i2c-core +LINUX_6_6:kmod-regmap-core) + $(call AddDepends/hwmon,+kmod-i2c-core +kmod-regmap-core) endef define KernelPackage/hwmon-ad7418/description |
