mirror of https://github.com/hak5/openwrt-owl.git
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>owl
parent
dacf6db2ee
commit
1f7f24bfb9
|
@ -485,6 +485,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