From: Alberto Bursi Date: Sat, 21 Oct 2017 21:53:49 +0000 (+0200) Subject: ramips: fix default usb support for nexx wt3020-8M X-Git-Url: http://git.ozo.com/?p=lede-git%2F.git;a=commitdiff_plain;h=1f7f24bfb907698f5d162da552069afe5df4e23a;hp=dacf6db2ee2fd4c7f5e6cb2df7d07143179f1b51 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 --- diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index f45a7189b3..8eac6f5752 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -485,6 +485,7 @@ define Device/wt3020-8M IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | \ poray-header -B WT3020 -F 8M DEVICE_TITLE := Nexx WT3020 (8MB) + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci endef TARGET_DEVICES += wt3020-8M