summaryrefslogtreecommitdiff
path: root/README.TXT
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-01-03 12:04:58 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-01-03 12:04:58 +0100
commit008d0be72b2f160382c6e880765e96b64a050c65 (patch)
tree36f48a98a3815a408e2ce1693dd182af90f80305 /README.TXT
parent611becfb8726c60cb060368541ad98191d4532f5 (diff)
downloadtomato-008d0be72b2f160382c6e880765e96b64a050c65.tar.gz
tomato-008d0be72b2f160382c6e880765e96b64a050c65.tar.bz2
imported original firmware WRT54GL_v4.30.11_11_US
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.
+