From: Alexey Dobrovolsky Date: Sat, 9 May 2020 18:10:44 +0000 (+0300) Subject: ramips: add kmod-usb-dwc2 to ZyXEL Keenetic image X-Git-Tag: v18.06.9~32 X-Git-Url: http://git.openwrt.org/openwrt/openwrt.git?a=commitdiff_plain;h=f4b3c35e03655bbc8322252083b7c2e791bdc963;p=openwrt%2Fopenwrt.git 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 [fixed whitespace issue] Signed-off-by: Petr Štetiar (backported from commit 0a182fcba6d9cb2cf74cae9114ea4770ef928f75) Signed-off-by: Adrian Schmutzler --- 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