diff options
| author | Alexey Dobrovolsky | 2020-05-09 18:10:44 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2020-08-02 11:49:26 +0000 |
| commit | f4b3c35e03655bbc8322252083b7c2e791bdc963 (patch) | |
| tree | 8850e4cb95e18a3e38fe9b4eb10cdce6f12771ee | |
| parent | 526c1dd7ffa741c9ef32256af58d2759331f4421 (diff) | |
| download | openwrt-f4b3c35e03655bbc8322252083b7c2e791bdc963.tar.gz | |
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>
(backported from commit 0a182fcba6d9cb2cf74cae9114ea4770ef928f75)
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
| -rw-r--r-- | target/linux/ramips/image/rt305x.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |