summaryrefslogtreecommitdiff
path: root/tools-src/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 /tools-src/README.TXT
parent611becfb8726c60cb060368541ad98191d4532f5 (diff)
downloadtomato-008d0be72b2f160382c6e880765e96b64a050c65.tar.gz
tomato-008d0be72b2f160382c6e880765e96b64a050c65.tar.bz2
imported original firmware WRT54GL_v4.30.11_11_US
Diffstat (limited to 'tools-src/README.TXT')
-rw-r--r--tools-src/README.TXT24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools-src/README.TXT b/tools-src/README.TXT
new file mode 100644
index 00000000..f0c8345d
--- /dev/null
+++ b/tools-src/README.TXT
@@ -0,0 +1,24 @@
+To build the uClibc from the provided sources:
+ o cd uClibc
+ o [make menuconfig] or [make config] to change configuration
+ (or [make oldconfig] to rebuild existing configuration)
+ o make
+ o make install
+Note: building uClibc requires an installed GNU toolchain.
+
+
+To make the GNU toolchain
+ o cd to ../release/src/router
+ o make menuconfig
+ save defaults and return
+ o Get back to the tools-src directory and run
+ build_tools.sh
+ o Set up a symbolic link in the /opt/brcm directory
+ ln -s hndtools-mipsel-uclibc-0.9.19 hndtools-mipsel-uclibc
+ ln -s hndtools-mipsel-linux-3.2.3 hndtools-mipsel-linux
+ Add these two directories to your path
+
+
+Now to build the image
+ o cd ../release/src
+ o make