Hi,
First post here, looked at he gpl code at linksys for ages but didn't find any good info about how to build the lot. After finding this site all things fall into place

. Big thank you for Marco and other contributors. In fact I don't own an 354G but got a WAG54GV2. Nevertheless a working toolchain was provided in a WAG54V2 gpl tarball and picked things up from there and build me an own 1.02.23 WAG54GV2 firmware. With the instructions as provided it was a breeze. Thanks a mil.
Just getting the hang of things but my next goal is to enable telnet before starting another spin of planet project...

It seems only these lines has to be edited.
Code:
cy_conf.h:#define CLI_SUPPORT 1
cy_conf.h:#define CONFIG_CLI y
cy_conf.mak:CLI_SUPPORT=1
cy_conf.mak:CONFIG_CLI=y
But that doesn't work. Any ideas which additional files has to be edited to enable telnet. ? Looked at cvs code and found out that marco enabled telnet before initial import so can't retrace his steps...
TIA.