From 4a6cb83d334e391f85332ea38a2e467ac7743e4b Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 18 Sep 2018 18:41:38 +0200 Subject: rename vpp-dpdk-dev to vpp-ext-deps We need to have new tenants in the development package. This is first of series of patches which will allow us to have multiple external libs and tools packaged for developer's convenience. Change-Id: I884bd75fba96005bbf8cea92774682b2228e0e22 Signed-off-by: Damjan Marion --- extras/vagrant/vcl_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/vagrant/vcl_test.sh') diff --git a/extras/vagrant/vcl_test.sh b/extras/vagrant/vcl_test.sh index 2203db66d8f..5d58d73745f 100755 --- a/extras/vagrant/vcl_test.sh +++ b/extras/vagrant/vcl_test.sh @@ -13,7 +13,7 @@ fi echo 'Building VCL test apps' cd $VPP_DIR $SUDOCMD perl -pi -e 's/noinst_PROGRAMS/bin_PROGRAMS/g' $VPP_DIR/src/vcl.am -$SUDOCMD make dpdk-install-dev build-release +$SUDOCMD make install-ext-deps build-release sudo sysctl -p$VPP_DIR/src/vpp/conf/80-vpp.conf sudo modprobe uio_pci_generic -- cgit 1.2.3-korg