[trivial] install dkms package for NVP plugin

This commit is contained in:
James Page 2013-10-16 13:19:22 +01:00
parent 94006884d5
commit 9bfc2e4b36

View File

@ -94,7 +94,8 @@ GATEWAY_PKGS = {
}
EARLY_PACKAGES = {
OVS: ['openvswitch-datapath-dkms']
OVS: ['openvswitch-datapath-dkms'],
NVP: ['openvswitch-datapath-dkms']
}