summaryrefslogtreecommitdiffstats
path: root/build/config
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2016-04-10 00:56:02 -0400
committerThomas F Herbert <therbert@redhat.com>2016-04-11 08:04:29 -0400
commitcbe1f7f40f5f60f9a8a0d2ed3c9ab3463f55bbc1 (patch)
treec753cd986a93407906dbb32ba45343cdf011db45 /build/config
parent5181fb94a7485af207c1232753eeb74fb8975b1a (diff)
Fixes RPM build problem. Use correct copr repo. Fix some version number parsing
and tarball and rpm naming that was specific to old repo and old DPDK version. Now supports DPDK 16.04-rc4. Change-Id: Ia64b38d676e945df27917f4d9aa90ba4872c8cb5 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'build/config')
-rw-r--r--build/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config b/build/config
index b30db9a..73a2293 100644
--- a/build/config
+++ b/build/config
@@ -36,7 +36,7 @@ export PATCH=none
#
export WITH_DPDK=yes
export DPDK_PATCH=none
-export DPDK_VERSION=2.2.0
+export DPDK_VERSION=16.04-rc4
#
# When KMOD is set, the Linux kernel module is built and tested.
#