Michael,

Thanks a lot for the hints! I will use your commands. I am still learning Linux. :-)

Cheers,

Christian

On 05 August 2016 at 12:59 PM, Michael Ellerman wrote:
Christian Zigotzky <chzigot...@xenosoft.de> writes:

Hi Michael,

Thanks a million for your patch! :-)
No worries :)

@All
Keep your fingers crossed!

1. git clone
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git a
Normally that would be:

$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
linux

And this:

2. patch -p0 < powerpc-pci-Only-do-fixed-PHB-numbering-on-powernv.patch
Would be:

$ cd linux
$ patch -p1 < powerpc-pci-Only-do-fixed-PHB-numbering-on-powernv.patch

3. patch -p0 < nemo_4.8-3.patch

4. yes "" | make oldconfig
And that can be done with 'make olddefconfig'.

cheers


Reply via email to