Skip to content

Commit

Permalink
Fixes target for contrail-vrouter-dpdk package
Browse files Browse the repository at this point in the history
Closes-bug: #1569607
Change-Id: I220d602617174deebba5306871a3082b04ed5a1f
  • Loading branch information
CybrPunk committed Apr 19, 2016
1 parent 9737b5c commit d2e2055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages.make
Expand Up @@ -26,10 +26,10 @@ SERIES=$(shell lsb_release -c -s)

# DPDK vRouter is currently supported only on Ubuntu 12.04 Precise and 14.04 Trusty
ifeq ($(SERIES),precise)
CONTRAIL_VROUTER_DPDK := contrail-vrouter-dpdk
CONTRAIL_VROUTER_DPDK := package-contrail-vrouter-dpdk
endif
ifeq ($(SERIES),trusty)
CONTRAIL_VROUTER_DPDK := contrail-vrouter-dpdk
CONTRAIL_VROUTER_DPDK := package-contrail-vrouter-dpdk
endif

source-all: source-package-contrail-web-core \
Expand Down

0 comments on commit d2e2055

Please sign in to comment.