From 9baeb0051986cfcf479b47ec8e3f07cb2b545c99 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Mon, 12 Jan 2009 11:25:51 +0000 Subject: [PATCH] Put back the variable NSC_RELEASE_NAME in the wscript; it is read by the download script in allinone. --- src/internet-stack/wscript | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/internet-stack/wscript b/src/internet-stack/wscript index 5038da622..9f2ef127f 100644 --- a/src/internet-stack/wscript +++ b/src/internet-stack/wscript @@ -7,6 +7,10 @@ import Logs import Utils import Task +# Required NSC version +NSC_RELEASE_NAME = "nsc-0.5.0" + + def set_options(opt): opt.add_option('--with-nsc', help=('Use Network Simulation Cradle, given by the indicated path,'