From ad243b7a207c61be56b1d0a3eb81903017c461f6 Mon Sep 17 00:00:00 2001 From: richb-hanover Date: Thu, 24 Sep 2015 23:08:35 -0400 Subject: [PATCH 1/2] Add a step to install netperf using opkg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37c51ce..d9de989 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ These scripts can be saved in the `/usr/lib/OpenWrtScripts` directory. The easie ``` opkg update +opkg netperf opkg install git cd /usr/lib git clone git://github.com/richb-hanover/OpenWrtScripts.git From c205418d39cbd03d84df8377c4c3ac7237314df6 Mon Sep 17 00:00:00 2001 From: richb-hanover Date: Thu, 24 Sep 2015 23:09:05 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9de989..73e97cc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ These scripts can be saved in the `/usr/lib/OpenWrtScripts` directory. The easie ``` opkg update -opkg netperf +opkg install netperf opkg install git cd /usr/lib git clone git://github.com/richb-hanover/OpenWrtScripts.git