mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-16 15:29:48 +00:00
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>
This commit is contained in:
parent
526c1dd7ff
commit
f4b3c35e03
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user