[openwrt/openwrt] ramips: add kmod-usb-dwc2 to ZyXEL Keenetic image

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 2 07:49:40 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch openwrt-18.06:
https://git.openwrt.org/f4b3c35e03655bbc8322252083b7c2e791bdc963

commit f4b3c35e03655bbc8322252083b7c2e791bdc963
Author: Alexey Dobrovolsky <dobrovolskiy.alexey at gmail.com>
AuthorDate: Sat May 9 21:10:44 2020 +0300

    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 at gmail.com>
    [fixed whitespace issue]
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
    (backported from commit 0a182fcba6d9cb2cf74cae9114ea4770ef928f75)
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 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 d890802307..023a144eae 100644
--- a/target/linux/ramips/image/rt305x.mk
+++ b/target/linux/ramips/image/rt305x.mk
@@ -896,7 +896,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
 



More information about the lede-commits mailing list