multipath-tcp / mptcp-scripts

A set of scripts to ease the maintenance of the out-of-tree MultiPath TCP kernel
29 stars 38 forks source link

Build 4.9.131 with Docker #7

Closed matttbe closed 6 years ago

matttbe commented 6 years ago

Here are a series of commits to be able to build the v4.9.131 version with docker.

@cpaasch I tried to keep the compatibility with your setup. In theory, you can continue to use your scripts as you did before.

On my side, I can launch the build using:

MY_FULLNAME="Matthieu Baerts" MY_EMAIL=matthieu.baerts@....net MY_CONFIG=y ./docker_build_kernel.sh
cpaasch commented 6 years ago

As docker_build_kernel.sh is the same in both directories, what if we simply move those files to the parent directory?

cpaasch commented 6 years ago

As docker_build_kernel.sh is the same in both directories, what if we simply move those files to the parent directory?

Nevermind, they are already symbolic links :)

cpaasch commented 6 years ago

Thanks! :)