mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
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@gmail.com>
This commit is contained in:
parent
034531db73
commit
aae7af4219
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user