From c1780adbf25f59ec0411efa064d3a4e42f1506a4 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Sat, 10 May 2025 11:19:19 +0800 Subject: [PATCH] apm821xx: replace kmod-usb3 with kmod-usb-xhci-pci-renesas The dependency of kmod-usb3 and kmod-usb-xhci-pci-renesas have been reversed. Now we need to select kmod-usb-xhci-pci-renesas instead of kmod-usb3. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/18768 Signed-off-by: Hauke Mehrtens --- target/linux/apm821xx/image/nand.mk | 2 +- target/linux/apm821xx/nand/profiles/00-default.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/apm821xx/image/nand.mk b/target/linux/apm821xx/image/nand.mk index 7b3945183e5..ced313f0875 100644 --- a/target/linux/apm821xx/image/nand.mk +++ b/target/linux/apm821xx/image/nand.mk @@ -96,7 +96,7 @@ define Device/netgear_wndr4700 DEVICE_PACKAGES := badblocks block-mount e2fsprogs kmod-hwmon-drivetemp \ kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-usb-ledtrig-usbport \ kmod-md-mod kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \ - kmod-nls-utf8 kmod-usb3 kmod-usb-dwc2 kmod-usb-storage \ + kmod-nls-utf8 kmod-usb-xhci-pci-renesas kmod-usb-dwc2 kmod-usb-storage \ partx-utils kmod-ata-dwc BOARD_NAME := wndr4700 PAGESIZE := 2048 diff --git a/target/linux/apm821xx/nand/profiles/00-default.mk b/target/linux/apm821xx/nand/profiles/00-default.mk index 8fcc479cffe..9b301866c9b 100644 --- a/target/linux/apm821xx/nand/profiles/00-default.mk +++ b/target/linux/apm821xx/nand/profiles/00-default.mk @@ -8,7 +8,7 @@ define Profile/Default PACKAGES := badblocks block-mount e2fsprogs \ kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-usb-ledtrig-usbport \ kmod-md-mod kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \ - kmod-nls-utf8 kmod-usb3 kmod-usb-dwc2 kmod-usb-storage \ + kmod-nls-utf8 kmod-usb-xhci-pci-renesas kmod-usb-dwc2 kmod-usb-storage \ kmod-spi-gpio partx-utils endef -- 2.47.2