diff --git a/debianpkg/backports/ubuntu12.04/debian/rules b/debianpkg/backports/ubuntu12.04/debian/rules index 551834b791..2e9e84faa6 100755 --- a/debianpkg/backports/ubuntu12.04/debian/rules +++ b/debianpkg/backports/ubuntu12.04/debian/rules @@ -15,7 +15,6 @@ WANT_BGP_VNC ?= 1 WANT_CUMULUS_MODE ?= 0 WANT_MULTIPATH ?= 1 WANT_SNMP ?= 0 -WANT_CUMULUS_NODE ?= 0 # If multipath is enabled (WANT_MULTIPATH=1), then set number of multipaths here # Please be aware that 0 is NOT disabled, but treated as unlimited @@ -83,7 +82,7 @@ else USE_MULTIPATH=--disable-multipath endif -ifeq ($(WANT_CUMULUS_NODE), 1) +ifeq ($(WANT_CUMULUS_MODE), 1) USE_CUMULUS=--enable-cumulus=yes else USE_CUMULUS=--enable-cumulus=no diff --git a/debianpkg/backports/ubuntu14.04/debian/rules b/debianpkg/backports/ubuntu14.04/debian/rules index e2e3b15f1f..4f82d772c9 100755 --- a/debianpkg/backports/ubuntu14.04/debian/rules +++ b/debianpkg/backports/ubuntu14.04/debian/rules @@ -15,7 +15,6 @@ WANT_BGP_VNC ?= 1 WANT_CUMULUS_MODE ?= 0 WANT_MULTIPATH ?= 1 WANT_SNMP ?= 0 -WANT_CUMULUS_NODE ?= 0 # If multipath is enabled (WANT_MULTIPATH=1), then set number of multipaths here # Please be aware that 0 is NOT disabled, but treated as unlimited @@ -83,7 +82,7 @@ else USE_MULTIPATH=--disable-multipath endif -ifeq ($(WANT_CUMULUS_NODE), 1) +ifeq ($(WANT_CUMULUS_MODE), 1) USE_CUMULUS=--enable-cumulus=yes else USE_CUMULUS=--enable-cumulus=no diff --git a/debianpkg/rules b/debianpkg/rules index 725ccd2528..574f448dff 100755 --- a/debianpkg/rules +++ b/debianpkg/rules @@ -15,7 +15,6 @@ WANT_BGP_VNC ?= 1 WANT_CUMULUS_MODE ?= 0 WANT_MULTIPATH ?= 1 WANT_SNMP ?= 0 -WANT_CUMULUS_NODE ?= 0 # If multipath is enabled (WANT_MULTIPATH=1), then set number of multipaths here # Please be aware that 0 is NOT disabled, but treated as unlimited @@ -83,7 +82,7 @@ else USE_MULTIPATH=--disable-multipath endif -ifeq ($(WANT_CUMULUS_NODE), 1) +ifeq ($(WANT_CUMULUS_MODE), 1) USE_CUMULUS=--enable-cumulus=yes else USE_CUMULUS=--enable-cumulus=no