diff options
author | Ricardo Salveti <ricardo.salveti@linaro.org> | 2016-07-25 13:27:13 -0300 |
---|---|---|
committer | Ricardo Salveti <ricardo.salveti@linaro.org> | 2016-07-25 14:25:11 -0300 |
commit | 776aee4547a9a43a11b4fa8f7b37aa1ed83a8554 (patch) | |
tree | 467224c5eadedc920cb5fc0a790b865980930541 /debian/dpdk-init | |
parent | 5b1ff351aa2d38446487eed6ccd7ace1b654bbe6 (diff) |
Updating packaging with the 16.07-rc4 release
Changes:
- Tools renamed, dpdk_nic_bind is now dpdk-devbind
- Adapt d/p/ubuntu-fix-vhost-user-socket-permission.patch to 16.07-rc4
Change-Id: I7b476d3d063db3b321ba6e79289ea99e337f0da0
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to 'debian/dpdk-init')
-rwxr-xr-x | debian/dpdk-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dpdk-init b/debian/dpdk-init index 86eda2cb..2872e498 100755 --- a/debian/dpdk-init +++ b/debian/dpdk-init @@ -20,7 +20,7 @@ # set -e -DPDK_BIND="/sbin/dpdk_nic_bind" +DPDK_BIND="/sbin/dpdk-devbind" DPDK_INTERF="/etc/dpdk/interfaces" |