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/usb.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/usb.mk')
| -rw-r--r-- | package/kernel/linux/modules/usb.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 9d33bacfc31..7172bdf5023 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -660,7 +660,6 @@ define KernelPackage/usb-serial-ch348 KCONFIG:=CONFIG_USB_SERIAL_CH348 FILES:=$(LINUX_DIR)/drivers/usb/serial/ch348.ko AUTOLOAD:=$(call AutoProbe,ch348) - DEPENDS:=@LINUX_6_6 $(call AddDepends/usb-serial) endef @@ -1621,7 +1620,7 @@ define KernelPackage/usb-hid-mcp2221 SUBMENU:=$(USB_MENU) TITLE:=Microchip USB 2.0 to I2C/UART Protocol Converter with GPIO KCONFIG:=CONFIG_HID_MCP2221 - DEPENDS:=@GPIO_SUPPORT +kmod-usb-hid +kmod-i2c-core +LINUX_6_6:kmod-iio-core + DEPENDS:=@GPIO_SUPPORT +kmod-usb-hid +kmod-i2c-core +kmod-iio-core FILES:=$(LINUX_DIR)/drivers/hid/hid-mcp2221.ko AUTOLOAD:=$(call AutoProbe,hid-mcp2221) endef |
