In message: [linux-yocto] [kernel-cache][PATCH] ralink-pci.cfg: fix config syntax on 15/08/2023 Mikko Rapeli wrote:
> Fixes do_kernel_configcheck warnings: > > WARNING: [kernel config]: This BSP contains fragments with warnings: > > [INFO]: Fragments with badly formatted configuration options: > - fragment configs/v6.4/standard/features/wifi/ralink-pci.cfg has the > following issues: config RT2800PCI_RT35XX=y > - fragment configs/v6.4/standard/features/wifi/ralink-pci.cfg has the > following issues: config RT2800PCI_RT53XX=y > - fragment configs/v6.4/standard/features/wifi/ralink-pci.cfg has the > following issues: config RT2800PCI_RT3290=y Interesting that this has been warning since 2018. Clearly not commonly used. I've merged this into 5.15+ and it will be in my next round of SRCREV bumps. Bruce > > Signed-off-by: Mikko Rapeli <[email protected]> > --- > features/wifi/ralink-pci.cfg | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/features/wifi/ralink-pci.cfg b/features/wifi/ralink-pci.cfg > index b4639ea0..c7e95040 100644 > --- a/features/wifi/ralink-pci.cfg > +++ b/features/wifi/ralink-pci.cfg > @@ -10,7 +10,7 @@ CONFIG_RT2500PCI=m > CONFIG_RT61PCI=m > CONFIG_RT2800PCI=m > CONFIG_RT2800PCI_RT33XX=y > -config RT2800PCI_RT35XX=y > -config RT2800PCI_RT53XX=y > -config RT2800PCI_RT3290=y > +CONFIG_RT2800PCI_RT35XX=y > +CONFIG_RT2800PCI_RT53XX=y > +CONFIG_RT2800PCI_RT3290=y > > -- > 2.34.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12984): https://lists.yoctoproject.org/g/linux-yocto/message/12984 Mute This Topic: https://lists.yoctoproject.org/mt/100754319/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
