summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-04-15 14:28:36 -0600
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-15 14:28:36 -0600
commitc399615cd99594430a8fab16a4371f2775de3351 (patch)
tree1de3579f0595dd51c00f2df8a6eefd59ff6405db
parent14c9029afe3e8e816985eeeac68b832024a7215b (diff)
legacy-networking: Add note with build instructions for rtems-net-legacyHEADmaster
-rw-r--r--legacy-networking/preface.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/legacy-networking/preface.rst b/legacy-networking/preface.rst
index 6926960..33917e6 100644
--- a/legacy-networking/preface.rst
+++ b/legacy-networking/preface.rst
@@ -6,6 +6,21 @@
Preface
#######
+This legacy networking is now a standalone repository and needs to be built
+separately.
+
+The repository can be found here: https://git.rtems.org/rtems-net-legacy/
+
+The RSB build recipe for legacy networking is:
+
+ .. code-block:: shell
+
+ ../source-builder/sb-set-builder \
+ --prefix=/path/to/rtems/prefix \
+ 6/rtems-net-legacy \
+ --host=powerpc-rtems6 \
+ --with-rtems-bsp=beatnik
+
This document describes the RTEMS specific parts of the FreeBSD TCP/IP stack.
Much of this documentation was written by Eric Norum (eric@skatter.usask.ca) of
the Saskatchewan Accelerator Laboratory who also ported the FreeBSD TCP/IP