[PATCH] Removed references to legacy network config options in user/bld/index.rst as those options are no longer valid

Harrison Gerber gerberhe11 at gmail.com
Wed May 5 21:22:55 UTC 2021


From: Harrison <hgerber at uccs.edu>

---
 user/bld/index.rst | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/user/bld/index.rst b/user/bld/index.rst
index ebedf5a..411b3a2 100644
--- a/user/bld/index.rst
+++ b/user/bld/index.rst
@@ -309,10 +309,6 @@ in the configuration file.
         Set ``RTEMS_MULTIPROCESSING`` to ``True`` or ``False`` in the BSP
         section of the configuration file.
 
-``--enable-networking`` | ``--disable-networking``
-        Set ``RTEMS_NETWORKING`` to ``True`` or ``False`` in the BSP section of
-        the configuration file.
-
 ``--enable-paravirt`` | ``--disable-paravirt``
         Set ``RTEMS_PARAVIRT`` to ``True`` or ``False`` in the BSP section of
         the configuration file.
@@ -354,9 +350,6 @@ Please have a look at the following example configuration file.
     # --enable-multiprocessing
     RTEMS_MULTIPROCESSING = False
 
-    # --enable-networking
-    RTEMS_NETWORKING = True
-
     # --disable-paravirt
     RTEMS_PARAVIRT = False
 
-- 
2.25.1



More information about the devel mailing list