Kernel 4.5

Paul Mansfield paul at mansfield.co.uk
Sun Mar 27 17:36:12 CEST 2016


On 27 March 2016 at 16:34, Paul Mansfield <paul at mansfield.co.uk> wrote:
> it's pretty easy, really. I'm not a true expert
>
>
> do a git clone of the hadess wifi repo, or, a "git pull" whilst inside
> the existing cloned repo
>
> then download the linux-4.5.tar.xz, into /usr/src, then unpack with
> "tar xJf linux-4.5.tar.xz"
>
> go into linux-foo directory and do the patching like this
>
> # for X in ../rtl8723bs/patches_4.5/*; do echo "==== $X ====" ; patch
> -p1 < $X ; done
>
> then build with


somehow accidentally clicked send

build with

# make -j 3 deb-pkg

(I normally do build in a screen session, so I can disconnect from my
build box and come back later)

I rename the packages to a shorter name to be convenient.


More information about the click mailing list