[PATCH 19.07 2/2] ramips: add kmod-usb-dwc2 to ZyXEL Keenetic image
Alexey Dobrovolsky
dobrovolskiy.alexey at gmail.com
Sat Aug 1 19:42:56 EDT 2020
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")
This is backport of 0a182fcba6d9cb2cf74cae9114ea4770ef928f75 from trunk.
As the layout of the files has changed a cherry-pick was not possible.
Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey at gmail.com>
[fixed whitespace issue]
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
target/linux/ramips/image/rt305x.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk
index 6413c4c49f..59f0cbdee6 100644
--- a/target/linux/ramips/image/rt305x.mk
+++ b/target/linux/ramips/image/rt305x.mk
@@ -906,7 +906,8 @@ define Device/kn
BLOCKSIZE := 64k
IMAGE_SIZE := 7872k
DEVICE_TITLE := ZyXEL Keenetic
- DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ehci kmod-usb-ledtrig-usbport
+ DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ehci \
+ kmod-usb-ledtrig-usbport kmod-usb-dwc2
endef
TARGET_DEVICES += kn
--
2.17.1
More information about the openwrt-devel
mailing list