On Wed, Nov 13, 2019 at 3:42 AM Yongxin Liu <[email protected]> wrote: > > CONFIG_ATH9K_HTC, CONFIG_RTL8187 and CONFIG_RTL_CARDS have dependency > on CONFIG_MAC80211 which is set to "m". >
merged. Bruce > Signed-off-by: Yongxin Liu <[email protected]> > --- > features/wifi/atheros-usb.cfg | 2 +- > features/wifi/realtek-usb.cfg | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/features/wifi/atheros-usb.cfg b/features/wifi/atheros-usb.cfg > index 38280940..4b58bb7f 100644 > --- a/features/wifi/atheros-usb.cfg > +++ b/features/wifi/atheros-usb.cfg > @@ -5,5 +5,5 @@ CONFIG_WLAN_VENDOR_ATH=y > CONFIG_ATH9K=m > CONFIG_ATH9K_RFKILL=y > CONFIG_ATH9K_PCOEM=y > -CONFIG_ATH9K_HTC=y > +CONFIG_ATH9K_HTC=m > > diff --git a/features/wifi/realtek-usb.cfg b/features/wifi/realtek-usb.cfg > index 98a95c48..bfdd9f47 100644 > --- a/features/wifi/realtek-usb.cfg > +++ b/features/wifi/realtek-usb.cfg > @@ -2,11 +2,11 @@ > CONFIG_WLAN_VENDOR_REALTEK=y > > # rtl818x > -CONFIG_RTL8187=y > +CONFIG_RTL8187=m > > # rtl8xxxu > CONFIG_RTL8XXXU=m > > # rtlwifi > -CONFIG_RTL_CARDS=y > +CONFIG_RTL_CARDS=m > CONFIG_RTL8192CU=m > -- > 2.14.4 > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
