Newer
Older
Import / research / other / WakeXBMC / Router / DGN2000_V1.1.1_src / README
@John Ryland John Ryland on 22 Dec 2020 613 bytes import NUC files
NETGEAR DGN2000 Firmware Version 1.1.1 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 jxf target.tar.bz2

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".
   ./build.sh "DGN2000_V1.1.1.img" target newimage.img

6. Change back to the normal user.
   exit

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