dkms needs kernel headers.
This commit is contained in:
+3
-1
@@ -201,6 +201,9 @@ function of {
|
|||||||
function ovs {
|
function ovs {
|
||||||
echo "Installing Open vSwitch..."
|
echo "Installing Open vSwitch..."
|
||||||
|
|
||||||
|
# Required for module build/dkms install
|
||||||
|
$install $KERNEL_HEADERS
|
||||||
|
|
||||||
# First see if we have packages
|
# First see if we have packages
|
||||||
# XXX wget -c seems to fail from github/amazon s3
|
# XXX wget -c seems to fail from github/amazon s3
|
||||||
if wget $OVS_PACKAGE_LOC/$OVS_PACKAGE_NAME; then
|
if wget $OVS_PACKAGE_LOC/$OVS_PACKAGE_NAME; then
|
||||||
@@ -235,7 +238,6 @@ function ovs {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$install $KERNEL_HEADERS
|
|
||||||
$install pkg-config gcc make python-dev libssl-dev libtool
|
$install pkg-config gcc make python-dev libssl-dev libtool
|
||||||
|
|
||||||
if [ "$DIST" = "Debian" ]; then
|
if [ "$DIST" = "Debian" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user