Here are the steps to compile the firmware's router:
hg clone http://hg.easyneuf.org/opengate_router_sdk
In the new reportory heading opengate_router_sdk
opengate_router_sdk: pushd opengate_router_sdk
You can make your own configuration with:
make menuconfig
Note: You can make your router unusable (the ethernet ports are crashed and you can't use the terminal) when you choice your options. You must use the recovery image but we don't precisely know the handling ( try to unplug the router for 3 minutes or try to unplug/plug in 4 times. We now that's possible but we don't know how).
Once the configuration is done, do:
make
If you want more compiling messages, do
make V=99
Once the compilation with no errors is done, Go to the create_image folder, and do ./create_og_image.sh<trunk repertory> <version name>:
pushd create_image ./create_og_image.sh .. VersionNAme
You now find the file bcm002-MonNomDeVersion.img that you can flash.