From f689fdea1ecc07c58001ea4acac709d0dc249476 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Sat, 19 Dec 2020 16:59:20 +0100 Subject: [PATCH] Revert "I made a couple of readme additions" --- README.md | 6 +----- nmrpflash.manifest | 12 ++++++++++++ nmrpflash.rc | 2 ++ 3 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 nmrpflash.manifest create mode 100644 nmrpflash.rc diff --git a/README.md b/README.md index 833e7f6..dd9fe96 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ nmrpflash - Netgear Unbrick Utility `nmrpflash` uses Netgear's [NMRP protocol](http://www.chubb.wattle.id.au/PeterChubb/nmrp.html) to flash a new firmware image to a compatible device. It has been successfully used on a Netgear -EX2700, EX6100v2, EX6120, EX6150v2, DNG3700v2, R6100, R6220, R7000, D7000, WNR3500, R6400 and R6800, R8000, +EX2700, EX6120, EX6150v2, DNG3700v2, R6100, R6220, R7000, D7000, WNR3500, R6400 and R6800, R8000, R8500, WNDR3800, but is likely to be compatible with many other Netgear devices. Prebuilt binaries for Linux, ~OS X~ macOS and Windows are available @@ -90,10 +90,6 @@ Now reboot the device, and you're good to go. You must install your Linux distribution's `libpcap` and `libnl-3` packages (exact names will vary depending on your distribution). -On Ubuntu based distros you can install these dependencies with - - sudo apt install libpcap-dev libnl-3-dev - ###### "The program can't start because wpcap.dll is missing" (Windows) Install [Npcap](https://nmap.org/npcap/). For `nmrpflash` versions prior diff --git a/nmrpflash.manifest b/nmrpflash.manifest new file mode 100644 index 0000000..6b12693 --- /dev/null +++ b/nmrpflash.manifest @@ -0,0 +1,12 @@ + + + nmrpflash + + + + + + + + + \ No newline at end of file diff --git a/nmrpflash.rc b/nmrpflash.rc new file mode 100644 index 0000000..5e4afb5 --- /dev/null +++ b/nmrpflash.rc @@ -0,0 +1,2 @@ +#include "winuser.h" +CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST nmrpflash.manifest