[PATCH] beagle: Disable WiFi if libbsd is build without it.
Udit agarwal
dev.madaari at gmail.com
Wed May 30 12:03:41 UTC 2018
Hi,
Thanks, that patch worked perfectly. Wifi is now, by default disabled.
Regards,
Udit agarwal
On Wed, May 30, 2018 at 5:04 PM, Christian Mauderer <
christian.mauderer at embedded-brains.de> wrote:
> Update #3351.
> ---
> rtemsbsd/include/bsp/nexus-devices.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/rtemsbsd/include/bsp/nexus-devices.h
> b/rtemsbsd/include/bsp/nexus-devices.h
> index 13d51ceb..f7003923 100644
> --- a/rtemsbsd/include/bsp/nexus-devices.h
> +++ b/rtemsbsd/include/bsp/nexus-devices.h
> @@ -37,6 +37,7 @@
> #include <bsp.h>
>
> #include <rtems/bsd/bsd.h>
> +#include <rtems/bsd/modules.h>
> #include <machine/rtems-bsd-nexus-bus.h>
>
>
> @@ -58,6 +59,7 @@ SYSINIT_DRIVER_REFERENCE(usbss, simplebus);
> SYSINIT_DRIVER_REFERENCE(musbotg, usbss);
> SYSINIT_DRIVER_REFERENCE(sdhci_ti, simplebus);
> SYSINIT_DRIVER_REFERENCE(mmcsd, mmc);
> +#ifdef RTEMS_BSD_MODULE_IEEE80211
> SYSINIT_DRIVER_REFERENCE(rtwn_usb, uhub);
> SYSINIT_MODULE_REFERENCE(wlan_ratectl_none);
> SYSINIT_MODULE_REFERENCE(wlan_sta);
> @@ -66,6 +68,7 @@ SYSINIT_MODULE_REFERENCE(wlan_wep);
> SYSINIT_MODULE_REFERENCE(wlan_tkip);
> SYSINIT_MODULE_REFERENCE(wlan_ccmp);
> SYSINIT_REFERENCE(rtwn_rtl8188eufw);
> +#endif /* RTEMS_BSD_MODULE_IEEE80211 */
>
> RTEMS_BSD_DRIVER_USB;
> RTEMS_BSD_DRIVER_USB_MASS;
> --
> 2.13.6
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20180530/b9b54a63/attachment-0002.html>
More information about the devel
mailing list