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>
This commit is contained in:
committed by
Robert Marko
parent
df12b9864c
commit
e67aa1d5bf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user