diff mbox series

[OpenWrt-Devel] mt7621: add kmod-mt7603 to DIR-860L B1 DEVICE_PACKAGES

Message ID 20200512100520.3150-1-foss@volatilesystems.org
State Not Applicable, archived
Headers show
Series [OpenWrt-Devel] mt7621: add kmod-mt7603 to DIR-860L B1 DEVICE_PACKAGES | expand

Commit Message

Stijn Segers May 12, 2020, 10:05 a.m. UTC
The DIR-860L B1 has an MT7603 radio but was missing the corresponding kmod-mt7603 module in DEVICE_PACKAGES.
Add this so it gets included by default, even when the kmod gets set to [m].

Signed-off-by: Stijn Segers <foss@volatilesystems.org>
---
 target/linux/ramips/image/mt7621.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stijn Segers May 12, 2020, 12:53 p.m. UTC | #1
Op dinsdag 12 mei 2020 om 12u05 schreef Stijn Segers 
<foss@volatilesystems.org>:
> The DIR-860L B1 has an MT7603 radio but was missing the corresponding 
> kmod-mt7603 module in DEVICE_PACKAGES.
> Add this so it gets included by default, even when the kmod gets set 
> to [m].
> 

Nevermind me... This device has an MT7602 radio, not MT7603...

Stijn

> Signed-off-by: Stijn Segers <foss@volatilesystems.org>
> ---
>  target/linux/ramips/image/mt7621.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/linux/ramips/image/mt7621.mk 
> b/target/linux/ramips/image/mt7621.mk
> index 082bb31b79..f16bf2a5bd 100644
> --- a/target/linux/ramips/image/mt7621.mk
> +++ b/target/linux/ramips/image/mt7621.mk
> @@ -227,7 +227,7 @@ define Device/dlink_dir-860l-b1
>    DEVICE_VENDOR := D-Link
>    DEVICE_MODEL := DIR-860L
>    DEVICE_VARIANT := B1
> -  DEVICE_PACKAGES := kmod-mt76x2 kmod-usb3 kmod-usb-ledtrig-usbport 
> wpad-basic
> +  DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 
> kmod-usb-ledtrig-usbport wpad-basic
>    SUPPORTED_DEVICES += dir-860l-b1
>  endef
>  TARGET_DEVICES += dlink_dir-860l-b1
> --
> 2.20.1
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Enrico Mioso May 12, 2020, 1:44 p.m. UTC | #2
Out of curiosity, is MT7602 supported?

thanks!!
Enrico


On Tue, 12 May 2020, Stijn Segers wrote:

> Date: Tue, 12 May 2020 14:53:15
> From: Stijn Segers <foss@volatilesystems.org>
> To: openwrt-devel@lists.openwrt.org
> Subject: Re: [OpenWrt-Devel] [PATCH] mt7621: add kmod-mt7603 to DIR-860L B1
>     DEVICE_PACKAGES
> 
>
>
> Op dinsdag 12 mei 2020 om 12u05 schreef Stijn Segers 
> <foss@volatilesystems.org>:
>> The DIR-860L B1 has an MT7603 radio but was missing the corresponding 
>> kmod-mt7603 module in DEVICE_PACKAGES.
>> Add this so it gets included by default, even when the kmod gets set to 
>> [m].
>> 
>
> Nevermind me... This device has an MT7602 radio, not MT7603...
>
> Stijn
>
>> Signed-off-by: Stijn Segers <foss@volatilesystems.org>
>> ---
>>  target/linux/ramips/image/mt7621.mk | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/target/linux/ramips/image/mt7621.mk 
>> b/target/linux/ramips/image/mt7621.mk
>> index 082bb31b79..f16bf2a5bd 100644
>> --- a/target/linux/ramips/image/mt7621.mk
>> +++ b/target/linux/ramips/image/mt7621.mk
>> @@ -227,7 +227,7 @@ define Device/dlink_dir-860l-b1
>>    DEVICE_VENDOR := D-Link
>>    DEVICE_MODEL := DIR-860L
>>    DEVICE_VARIANT := B1
>> -  DEVICE_PACKAGES := kmod-mt76x2 kmod-usb3 kmod-usb-ledtrig-usbport 
>> wpad-basic
>> +  DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 
>> kmod-usb-ledtrig-usbport wpad-basic
>>    SUPPORTED_DEVICES += dir-860l-b1
>>  endef
>>  TARGET_DEVICES += dlink_dir-860l-b1
>> --
>> 2.20.1
>> 
>> 
>> _______________________________________________
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
>
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
Stijn Segers May 12, 2020, 4:57 p.m. UTC | #3
Op dinsdag 12 mei 2020 om 15u44 schreef Enrico Mioso 
<mrkiko.rs@gmail.com>:
> Out of curiosity, is MT7602 supported?
> 
> thanks!!
> Enrico
> 
> 

It is and has been for a while. 2,4 GHz on MT7621 (especially the older 
2,4 GHz radios) isn't the best though.

Cheers

Stijn

> On Tue, 12 May 2020, Stijn Segers wrote:
> 
>> Date: Tue, 12 May 2020 14:53:15
>> From: Stijn Segers <foss@volatilesystems.org>
>> To: openwrt-devel@lists.openwrt.org
>> Subject: Re: [OpenWrt-Devel] [PATCH] mt7621: add kmod-mt7603 to 
>> DIR-860L B1
>>     DEVICE_PACKAGES
>> 
>> 
>> 
>> Op dinsdag 12 mei 2020 om 12u05 schreef Stijn Segers 
>> <foss@volatilesystems.org>:
>>> The DIR-860L B1 has an MT7603 radio but was missing the 
>>> corresponding kmod-mt7603 module in DEVICE_PACKAGES.
>>> Add this so it gets included by default, even when the kmod gets 
>>> set to [m].
>>> 
>> 
>> Nevermind me... This device has an MT7602 radio, not MT7603...
>> 
>> Stijn
>> 
>>> Signed-off-by: Stijn Segers <foss@volatilesystems.org>
>>> ---
>>>  target/linux/ramips/image/mt7621.mk | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>> 
>>> diff --git a/target/linux/ramips/image/mt7621.mk 
>>> b/target/linux/ramips/image/mt7621.mk
>>> index 082bb31b79..f16bf2a5bd 100644
>>> --- a/target/linux/ramips/image/mt7621.mk
>>> +++ b/target/linux/ramips/image/mt7621.mk
>>> @@ -227,7 +227,7 @@ define Device/dlink_dir-860l-b1
>>>    DEVICE_VENDOR := D-Link
>>>    DEVICE_MODEL := DIR-860L
>>>    DEVICE_VARIANT := B1
>>> -  DEVICE_PACKAGES := kmod-mt76x2 kmod-usb3 
>>> kmod-usb-ledtrig-usbport wpad-basic
>>> +  DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 
>>> kmod-usb-ledtrig-usbport wpad-basic
>>>    SUPPORTED_DEVICES += dir-860l-b1
>>>  endef
>>>  TARGET_DEVICES += dlink_dir-860l-b1
>>> --
>>> 2.20.1
>>> 
>>> 
>>> _______________________________________________
>>> openwrt-devel mailing list
>>> openwrt-devel@lists.openwrt.org
>>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>> 
>> 
>> 
>> _______________________________________________
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Philip Prindeville May 12, 2020, 5:33 p.m. UTC | #4
That’s presumably what the kmod-mt76x2 is for…


> On May 12, 2020, at 7:44 AM, Enrico Mioso <mrkiko.rs@gmail.com> wrote:
> 
> Out of curiosity, is MT7602 supported?
> 
> thanks!!
> Enrico
> 
> 
> On Tue, 12 May 2020, Stijn Segers wrote:
> 
>> Date: Tue, 12 May 2020 14:53:15
>> From: Stijn Segers <foss@volatilesystems.org>
>> To: openwrt-devel@lists.openwrt.org
>> Subject: Re: [OpenWrt-Devel] [PATCH] mt7621: add kmod-mt7603 to DIR-860L B1
>>    DEVICE_PACKAGES
>> 
>> 
>> Op dinsdag 12 mei 2020 om 12u05 schreef Stijn Segers <foss@volatilesystems.org>:
>>> The DIR-860L B1 has an MT7603 radio but was missing the corresponding kmod-mt7603 module in DEVICE_PACKAGES.
>>> Add this so it gets included by default, even when the kmod gets set to [m].
>> 
>> Nevermind me... This device has an MT7602 radio, not MT7603...
>> 
>> Stijn
>> 
>>> Signed-off-by: Stijn Segers <foss@volatilesystems.org>
>>> ---
>>> target/linux/ramips/image/mt7621.mk | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>> diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
>>> index 082bb31b79..f16bf2a5bd 100644
>>> --- a/target/linux/ramips/image/mt7621.mk
>>> +++ b/target/linux/ramips/image/mt7621.mk
>>> @@ -227,7 +227,7 @@ define Device/dlink_dir-860l-b1
>>>   DEVICE_VENDOR := D-Link
>>>   DEVICE_MODEL := DIR-860L
>>>   DEVICE_VARIANT := B1
>>> -  DEVICE_PACKAGES := kmod-mt76x2 kmod-usb3 kmod-usb-ledtrig-usbport wpad-basic
>>> +  DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 kmod-usb-ledtrig-usbport wpad-basic
>>>   SUPPORTED_DEVICES += dir-860l-b1
>>> endef
>>> TARGET_DEVICES += dlink_dir-860l-b1
>>> --
>>> 2.20.1
>>> _______________________________________________
>>> openwrt-devel mailing list
>>> openwrt-devel@lists.openwrt.org
>>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>> 
>> 
>> 
>> _______________________________________________
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff mbox series

Patch

diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 082bb31b79..f16bf2a5bd 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -227,7 +227,7 @@  define Device/dlink_dir-860l-b1
   DEVICE_VENDOR := D-Link
   DEVICE_MODEL := DIR-860L
   DEVICE_VARIANT := B1
-  DEVICE_PACKAGES := kmod-mt76x2 kmod-usb3 kmod-usb-ledtrig-usbport wpad-basic
+  DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 kmod-usb-ledtrig-usbport wpad-basic
   SUPPORTED_DEVICES += dir-860l-b1
 endef
 TARGET_DEVICES += dlink_dir-860l-b1