mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08: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>
This commit is contained in:
parent
ab841b4393
commit
0a182fcba6
@ -1187,7 +1187,8 @@ define Device/zyxel_keenetic
|
|||||||
IMAGE_SIZE := 7872k
|
IMAGE_SIZE := 7872k
|
||||||
DEVICE_VENDOR := ZyXEL
|
DEVICE_VENDOR := ZyXEL
|
||||||
DEVICE_MODEL := Keenetic
|
DEVICE_MODEL := Keenetic
|
||||||
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ehci kmod-usb-ledtrig-usbport
|
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ehci kmod-usb-ledtrig-usbport \
|
||||||
|
kmod-usb-dwc2
|
||||||
SUPPORTED_DEVICES += kn
|
SUPPORTED_DEVICES += kn
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += zyxel_keenetic
|
TARGET_DEVICES += zyxel_keenetic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user