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