Skip to content

Commit

Permalink
Cambiata versione del kernel delle macchine di Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ers1st committed Dec 12, 2014
1 parent 5c0ddfa commit c68d91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ CFLAGS=""
function install_kernel()
{
wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.14.26.tar.gz
tar xzvf linux-3.16.2.tar.gz > /dev/null
cd linux-3.16.2
tar xzvf linux-3.14.26.tar.gz > /dev/null
cd linux-3.14.26
make allmodconfig
make net/openvswitch/
KERNELSRC=$(pwd)
Expand Down

0 comments on commit c68d91e

Please sign in to comment.