From cbe1f7f40f5f60f9a8a0d2ed3c9ab3463f55bbc1 Mon Sep 17 00:00:00 2001 From: Thomas F Herbert Date: Sun, 10 Apr 2016 00:56:02 -0400 Subject: 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 --- build/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/config') 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. # -- cgit 1.2.3-korg