Read this link for proper compilation steps ...
http://www.myopenrouter.com/forum/thread/18384/Tutorial-to-compile-DD-WRT-for...
Hi everyone,
I want to .bin, .chk file of dd-wrt for my netgear wnr 3500L.
For that i follow this steps.
1. svn checkout svn://svn.dd-wrt.com/DD-WRT/src/linux/brcm/linux-2.6.23 -r 14929
2. cd /opt
3. wget http://www.dd-wrt.com/dd-wrtv2/downloads/others/sourcecode/toolchains/current-toolchains.tar.bz2
4. tar jxvf current-toolchains.tar.bz2
5. # grep -v madwifi drivers/net/wireless/Kconfig > drivers/net/wireless/Kconfig.new
# mv drivers/net/wireless/Kconfig{.new,}
#
# rm include/linux/config.h
#
# echo "#define JHASH_GOLDEN_RATIO 0x9e3779b9" >> include/linux/jhash2.h
6. # cp .config_std .config
# make menuconfig
# PATH=$PATH:/opt/toolchain-mipsel_gcc4.1.2/bin make modules
7. make
After 7th step i got one binary file "vmlinuz". When i am uploading to my web GUI of DD-wrt, than its showing "Upgrade failed".
I do not know why. Help me out
already post question in DD-wrt fourm
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=150715
Thanks a lot....
Subhra said: Read this link for proper compilation steps ... http://www.myopenrouter.com/forum/thread/18384/Tutorial-to-compile-DD-WRT-for...
Hi subhra,
I am new bie. can you please tell. What i have download is correct or not (about two link source).
In this thread Tathagata Das saying
Procedure:
1.) Checkout source code.
2.) Go to router directory.
3.) Copy .config-mini.v24 to .config
please tell me about source code.
In the second link, you have downloaded the the toolchain to compile the source code and in the first link you have downloaded the linux portion of the source code.
But to get the total image you have to checkout the whole application portion too and compile it to get an image having .chk extension.
The linux code you have downloaded for WNR3500L is correct one.
Try to download and compile the ddwrt source code (linux + application) and let us know the result.

RSS

