Skip to content

Commit

Permalink
ath79: image: use 'kmod-usb-chipidea2' for AR933x devices
Browse files Browse the repository at this point in the history
AR933x based devices should include 'kmod-usb-chipidea2' for USB
support. Fixes: openwrt#9243.

Signed-off-by: Piotr Dymacz <[email protected]>
  • Loading branch information
pepe2k committed Feb 21, 2022
1 parent 034531d commit aae7af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions target/linux/ath79/image/generic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion target/linux/ath79/image/tiny.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aae7af4

Please sign in to comment.