summaryrefslogtreecommitdiff
path: root/README.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'README.TXT')
-rwxr-xr-xREADME.TXT23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.TXT b/README.TXT
new file mode 100755
index 00000000..7d2a1641
--- /dev/null
+++ b/README.TXT
@@ -0,0 +1,23 @@
+# Copyright 2001-2003, Broadcom Corporation
+# All Rights Reserved.
+#
+# THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
+# KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
+# SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
+# FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE
+#
+
+There are multiple directories provided here. The release directory
+contains the router source package. The uClibc directory contains the source
+for uClibc. The binary tools required to build are provided as a
+convenience.
+
+To build the router:
+ o Follow the instructions in the tools/ directory to install the toolchain
+ o Ensure the tools in the release/tools directory are in your path
+ o cd release/src
+ o type 'make'
+
+This will create a parallel directory to src called image that contains the
+final image.
+