[openwrt/openwrt] kernel: usb-xhci-pci-renesas: remove LINUX_5_10 dependency symbol

LEDE Commits lede-commits at lists.infradead.org
Sat May 7 07:28:22 PDT 2022


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fd836f3d15fdfcb15b8b94303d102cb1e37f53ba

commit fd836f3d15fdfcb15b8b94303d102cb1e37f53ba
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Thu May 5 21:15:57 2022 +0200

    kernel: usb-xhci-pci-renesas: remove LINUX_5_10 dependency symbol
    
    With 5.4 out of the picture, remove LINUX_5_10 here. This is
    needed for the WNDR4700 as otherwise kmod-usb3 isn't available
    for 5.15.
    
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 package/kernel/linux/modules/usb.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index c9c1dfd75f..0bc578e5a7 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/package/kernel/linux/modules/usb.mk
@@ -1803,7 +1803,6 @@ $(eval $(call KernelPackage,usb-xhci-mtk))
 
 define KernelPackage/usb-xhci-pci-renesas
   TITLE:=Support for additional Renesas xHCI controller with firmware
-  DEPENDS:=@LINUX_5_10
   KCONFIG:=CONFIG_USB_XHCI_PCI_RENESAS
   HIDDEN:=1
   FILES:=$(LINUX_DIR)/drivers/usb/host/xhci-pci-renesas.ko




More information about the lede-commits mailing list