aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAlexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>2020-05-09 21:10:44 +0300
committerPetr Štetiar <ynezz@true.cz>2020-06-03 16:49:28 +0200
commit0a182fcba6d9cb2cf74cae9114ea4770ef928f75 (patch)
tree1aff4b23478c4a6892056153c1d0b060a0b6dd73 /target
parentab841b4393a4077a5819da1da040ab9a89e3b69d (diff)
downloadupstream-0a182fcba6d9cb2cf74cae9114ea4770ef928f75.tar.gz
upstream-0a182fcba6d9cb2cf74cae9114ea4770ef928f75.tar.bz2
upstream-0a182fcba6d9cb2cf74cae9114ea4770ef928f75.zip
ramips: add kmod-usb-dwc2 to ZyXEL Keenetic image
ZyXEL Keenetic has a USB port. Thus, DWC2 USB controller driver should be in the default image for this device. Fixes: a7cbf59e0e04 ("ramips: add new device ZyXEL Keenetic as kn") Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com> [fixed whitespace issue] Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/image/rt305x.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk
index d66f0b3a70..3171646b8a 100644
--- a/target/linux/ramips/image/rt305x.mk
+++ b/target/linux/ramips/image/rt305x.mk
@@ -1187,7 +1187,8 @@ define Device/zyxel_keenetic
IMAGE_SIZE := 7872k
DEVICE_VENDOR := ZyXEL
DEVICE_MODEL := Keenetic
- DEVICE_PACKAGES := kmod-usb2 kmod-usb-ehci kmod-usb-ledtrig-usbport
+ DEVICE_PACKAGES := kmod-usb2 kmod-usb-ehci kmod-usb-ledtrig-usbport \
+ kmod-usb-dwc2
SUPPORTED_DEVICES += kn
endef
TARGET_DEVICES += zyxel_keenetic