mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-05 13:34:19 +00:00
ramips: fix default usb support for nexx wt3020-8M
the nexx wt3020-8M has a usb 2.0 port, add usb 2.0 support packages to its default package list. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
This commit is contained in:
parent
0780e12483
commit
f5935f78a1
@ -107,6 +107,7 @@ define Device/wt3020-8M
|
|||||||
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | \
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | \
|
||||||
poray-header -B WT3020 -F 8M
|
poray-header -B WT3020 -F 8M
|
||||||
DEVICE_TITLE := Nexx WT3020 (8MB)
|
DEVICE_TITLE := Nexx WT3020 (8MB)
|
||||||
|
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += wt3020-8M
|
TARGET_DEVICES += wt3020-8M
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user