NETGEAR DGN1000 Firmwae Version A1.00.41_ww Open Source Code

1. Make custom modifications to source code and compile.

2. Change to the "root" user.
   su

3. Unpack the target image directory.
   tar zvxf target.tgz

4. Copy modified executable code to appropriate location in "target" directory.
   Note: Netgear will not support software modifications.

5. Create the firmware image. The new firmware will be called "newimage.img".
   make

6. Change back to the normal user.
   exit

7. Use the normal web-based firmware upgrade procedure to load "newimage.img".

