[LEDE-DEV] [PATCH] Add missing packages for WeVO 11AC NAS
Mathias Kresin
m at kresin.me
Sat May 6 23:21:57 PDT 2017
07.05.2017 05:24, perillamint:
> mt7621.mk does not include all required packages for WeVO 11AC NAS,
> so official image does not support 5GHz WiFi(mt76x2) out of the box.
> This patch fixes that.
Your Signed-off-by is missing. Please have a look at
https://lede-project.org/submitting-patches.
> ---
> target/linux/ramips/image/mt7621.mk | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/target/linux/ramips/image/mt7621.mk
> b/target/linux/ramips/image/mt7621.mk
> index 733fb08..f5e5b34 100644
> --- a/target/linux/ramips/image/mt7621.mk
> +++ b/target/linux/ramips/image/mt7621.mk
> @@ -30,7 +30,9 @@ define Device/11acnas
> DTS := 11ACNAS
> IMAGE_SIZE := $(ralink_default_fw_size_16M)
> DEVICE_TITLE := WeVO 11AC NAS Router
> - DEVICE_PACKAGES := kmod-mt7603 kmod-usb3 kmod-usb-ledtrig-usbport
> wpad-mini
> + DEVICE_PACKAGES := \
> + kmod-mt7603 kmod-mt76x2 kmod-usb3 kmod-usb-ledtrig-usbport
> kmod-mt76 \
Adding kmod-mt76x2 should be enough to get the 5GHz WiFi(mt76x2)
working. No need to add kmod-mt76.
> + wpad-mini
> endef
> TARGET_DEVICES += 11acnas
> -- 2.1.4
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3687 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.infradead.org/pipermail/lede-dev/attachments/20170507/a3199f98/attachment-0001.p7s>
More information about the Lede-dev
mailing list