Building From Source

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:00, 15 May 2006 (edit)
Gerrys (Talk | contribs)

← Previous diff
Current revision (18:59, 1 July 2007) (edit) (undo)
Wildblue (Talk | contribs)
m (Wiederhergestellt zur letzten Änderung von AlReece45)
 
(41 intermediate revisions not shown.)
Line 1: Line 1:
-Building DD-WRT from source is quite a daunting task. There isn't much documentation on this process on the official site, although [http://www.cardoe.demon.co.uk/ Peter Cardoe's site] is indeed very helpful. Hopefully expanding on his work will make it an easier process for newbies like me.+#REDIRECT [[Development#Building_DD-WRT_From_Source]]
- +
-=Requirements=+
-To build DD-WRT, you need a Linux machine. It should work on any reasonably modern machine, as long as you have a compiler installed - note that this may not be strictly necessary but I haven't tried it any other way.+
- +
-* The first step is to download the proper source from the [http://www.dd-wrt.com/dd-wrtv2/downloads/index.php?path=sourcecode/ download page]. Should be straightforward.+
-* Next, unpack it into a directory of your choice by running <tt>tar jxvf FILENAME</tt>. Change to the directory that process creates, probably named "DD-WRT" or something similar.+
-* Next we'll make a workspace directory and some needed by the build process. The name of the "toolchain" directory must be as shown. You may need to be "root" to create the first directory.+
-** <tt>mkdir -p /home/dev/workspace /home/backup/mikrotik</tt>+
-** <tt>ln -s ~yourusername/image /GruppenLW</tt>+
-** <tt>ln -s /location/of/ddwrtdirectory /home/dev/workspace/DD-WRT</tt>+
-* Next we change some permissions:+
-** <tt>chmod +x src/router/iptables/extensions/.dccp-test</tt>+
-** <tt>chmod +x src/router/iptables/extensions/.layer7-test</tt>+
-* Change line 42 of src/router/zlib/Makefile:+
-** prefix =/location/of/ddwrtdirectory/DD-WRT+
-* <tt>chmod +wxxx src/router/samba</tt>+
-* Change line 4 of ''opt/install.sh'' from <tt>export PATH=/home/release/DD-WRT/toolchains/bin</tt> to <tt>export PATH=/location/of/ddwrtdirectory/DD-WRT/toolchains/bin</tt>.+
-* Run <tt>opt/install.sh</tt>. Wish. Then wait a bunch.+
- +
-This page is only marginally useful; you do a lot of work and end up with a stock firmware. You may also want to see [[modifying DD-WRT]].+
- +
- +
-[[Category:English documentation]]+

Current revision

  1. REDIRECT Development#Building_DD-WRT_From_Source