Import / research / other / WakeXBMC / Router / DGN2000_V1.1.1_src /
@John Ryland John Ryland authored on 22 Dec 2020
..
apps import NUC files 5 years ago
kernel import NUC files 5 years ago
target import NUC files 5 years ago
tools import NUC files 5 years ago
uClibc-0.9.28 import NUC files 5 years ago
DGN2000_V1.1.1.img import NUC files 5 years ago
README import NUC files 5 years ago
build.sh import NUC files 5 years ago
target.tar.bz2 import NUC files 5 years ago
vmlinux.lz import NUC files 5 years ago
README
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".