[openwrt/openwrt] ath79: image: use 'kmod-usb-chipidea2' for AR933x devices
LEDE Commits
lede-commits at lists.infradead.org
Mon Feb 21 13:24:50 PST 2022
pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/aae7af4219e56c2787f675109d9dd1a44a5dcba4
commit aae7af4219e56c2787f675109d9dd1a44a5dcba4
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Mon Feb 21 22:15:45 2022 +0100
ath79: image: use 'kmod-usb-chipidea2' for AR933x devices
AR933x based devices should include 'kmod-usb-chipidea2' for USB
support. Fixes: #9243.
Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
target/linux/ath79/image/generic.mk | 4 ++--
target/linux/ath79/image/tiny.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 8988ac7a5e..b01eff7d0b 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -1204,7 +1204,7 @@ define Device/glinet_6408
SOC := ar9331
DEVICE_VENDOR := GL.iNet
DEVICE_MODEL := 6408
- DEVICE_PACKAGES := kmod-usb2
+ DEVICE_PACKAGES := kmod-usb-chipidea2
IMAGE_SIZE := 8000k
TPLINK_HWID := 0x08000001
IMAGES := sysupgrade.bin
@@ -1217,7 +1217,7 @@ define Device/glinet_6416
SOC := ar9331
DEVICE_VENDOR := GL.iNet
DEVICE_MODEL := 6416
- DEVICE_PACKAGES := kmod-usb2
+ DEVICE_PACKAGES := kmod-usb-chipidea2
IMAGE_SIZE := 16192k
TPLINK_HWID := 0x08000001
IMAGES := sysupgrade.bin
diff --git a/target/linux/ath79/image/tiny.mk b/target/linux/ath79/image/tiny.mk
index f4a03e2840..0f355ef914 100644
--- a/target/linux/ath79/image/tiny.mk
+++ b/target/linux/ath79/image/tiny.mk
@@ -73,7 +73,7 @@ define Device/pqi_air-pen
SOC := ar9330
DEVICE_VENDOR := PQI
DEVICE_MODEL := Air-Pen
- DEVICE_PACKAGES := kmod-usb2
+ DEVICE_PACKAGES := kmod-usb-chipidea2
IMAGE_SIZE := 7680k
SUPPORTED_DEVICES += pqi-air-pen
endef
More information about the lede-commits
mailing list