aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2015-10-16 17:18:18 +0200
committerAnders Roxell <anders.roxell@linaro.org>2015-10-20 07:54:11 +0200
commitfae7eab13b97155fe8378039c8f5525d7ee5a867 (patch)
tree1f345952cf1a8d2373806965ab6d4f44dd313ef1 /helper
parentd6a0551f1722cb7719ce8295bf8fe01496f27a3b (diff)
build: netmap URL changed to maintained repo
Signed-off-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'helper')
-rw-r--r--helper/platform/generic2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/platform/generic b/helper/platform/generic
index 85ddacc..24a6311 100644
--- a/helper/platform/generic
+++ b/helper/platform/generic
@@ -19,7 +19,7 @@ generic_prepare() {
generic_get() {
if [[ ${ENABLE_NETMAP} -eq 1 ]]; then
#get netmap so that linux-generic netmap based pktio interfaces can be tested:
- NETMAP_GIT=${NETMAP_GIT:-https://code.google.com/p/netmap}
+ NETMAP_GIT=${NETMAP_GIT:-https://github.com/luigirizzo/netmap.git}
NETMAP_REV=${NETMAP_REV:-7e9e5e7602f5c620ade87b722bed266dd4226031}
git clone ${NETMAP_GIT} ${NETMAP_SRCDIR}
pushd ${NETMAP_SRCDIR} > /dev/null