Automation scripts for DD-WRT

38 posts / 0 new
Last post
achilles
achilles's picture
"And the other problem with

"And the other problem with the absolute path in the makefile: it's realy an absolute path in that makefile, for now i just changed it to the abs. path that fits for me..."

Could u plz tell me in which makefile(s) did u get this absolute path ...
The linux host where I do my compilation is :
2.6.18-1.2798.fc6

What is the linux kernel version of ur host ... may be this is the reason behind different behavior of 4.1.0 toolchain with u and me ...bcoz I am able to use the 4.1.0 toolchain ...
All d best ...

Goddchen
Goddchen's picture
currently i'm compiling at my

currently i'm compiling at my eeepc, which is 2.6.27-8-eeepc.
at home i tried to compile in a virtual machine with debian and ubuntu, both without success :(
The makefile i mean is at src/router/pptpd/Makefile. Look at line 100.

Goddchen
Goddchen's picture
HEY, IT WORKED!!!

HEY, IT WORKED!!!
I got a working mini image :)
The trick with compiling the kernel with 3.x gcc annd the rest with 4.x gcc worked perfectly :D
I'll now have a look if i can manage to compile with openvpn support...
I'll inform you...

achilles
achilles's picture
Goddchen said:

Goddchen said:
HEY, IT WORKED!!!
I got a working mini image :)
The trick with compiling the kernel with 3.x gcc annd the rest with 4.x gcc worked perfectly :D
I'll now have a look if i can manage to compile with openvpn support...
I'll inform you...

EXCELLENT .... kudos to your perseverence ... BTW I looked into makefile of Linux and observed there is an absolute path that leads to 3.x toolchain ... actually in all of the machines I tested scripts both 3.x and 4.x are present so for me things went swiftly ... But it seems now that we need to post some instruction regarding toolchain usage ...so that others will not face such problems ... Do inform me abt ur OpenVPN progress .. :)

Goddchen
Goddchen's picture
is my attempt corrent to just

is my attempt corrent to just do

cp .config_openvpn.v24_bcm5354 .conf

and then rerun make clean make ...?

achilles
achilles's picture
Goddchen said:

Goddchen said:
is my attempt corrent to just do

cp .config_openvpn.v24_bcm5354 .conf

and then rerun make clean make ...?

I think u have mentioned only the source file and not the destination file ... It should be copied to .config under router directory ...then u need to run make clean;make ....

One more thing there are two .config files(.config_openvpn.v24 & .config_openvpn.v24_bcm5354)avlbl for openvpn under router directory ... I would suggest u to go with the .config_openvpn.v24 first .... I used corresponding version for mini build and it worked OK ... do let me know if u need any further info ....

achilles
achilles's picture
Hi Goddchen ...

Hi Goddchen ...
I am trying to compile DD-WRT with OpenVPN feature and am stuck in some errors ..
I have started a seperate thread for this issue :
http://www.myopenrouter.com/forum/thread/10876/Compiling-DD-WRT-with-Ope...

BTW are u able to compile it ... Could u provide me some info abt pblm that u face d and if possible there solutions also ...

Pages