projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
526c1dd
)
ramips: add kmod-usb-dwc2 to ZyXEL Keenetic image
author
Alexey Dobrovolsky
<
[email protected]
>
Sat, 9 May 2020 18:10:44 +0000
(21:10 +0300)
committer
Adrian Schmutzler
<
[email protected]
>
Sun, 2 Aug 2020 11:49:26 +0000
(13:49 +0200)
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 <
[email protected]
>
[fixed whitespace issue]
Signed-off-by: Petr Štetiar <
[email protected]
>
(backported from commit
0a182fcba6d9cb2cf74cae9114ea4770ef928f75
)
Signed-off-by: Adrian Schmutzler <
[email protected]
>
target/linux/ramips/image/rt305x.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/rt305x.mk
b/target/linux/ramips/image/rt305x.mk
index d8908023077da0ab6f6ad6a737bc8304eb6d684b..023a144eaeba861327ed6f71d33b12f6de848cc5 100644
(file)
--- 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