diff options
| author | Shiji Yang | 2025-05-10 03:19:19 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-05-17 18:14:27 +0000 |
| commit | c1780adbf25f59ec0411efa064d3a4e42f1506a4 (patch) | |
| tree | 230a8163054ecdb2ce0d6070d947b7da5fd6f006 | |
| parent | 81be36aaa34c4cc37ebec9e9be5f2048963b0f8d (diff) | |
| download | openwrt-c1780adbf25f59ec0411efa064d3a4e42f1506a4.tar.gz | |
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 <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18768
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/apm821xx/image/nand.mk | 2 | ||||
| -rw-r--r-- | 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 7b3945183e..ced313f087 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 8fcc479cff..9b301866c9 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 |