Re: files.pci: sis missing dependency for mii_phy

2019-08-05 Thread Alexander von Gernler
* Stefan Sperling [2019-08-05 10:33]: > Your patch had tabs replaced by spaces so it didn't apply as-is. > I had to apply it manually. Sorry for that. I guess something went wrong when pasting it inline.

Re: files.pci: sis missing dependency for mii_phy

2019-08-05 Thread Stefan Sperling
On Sun, Aug 04, 2019 at 05:26:40PM +0200, Alexander von Gernler wrote: > Just like other interfaces, sis depends on mii_phy in order to > configure it via config(8). Found out the hard way while building a custom > kernel for my Soekris net4501. > > In GENERIC, this missing dependency is shadowed

files.pci: sis missing dependency for mii_phy

2019-08-04 Thread Alexander von Gernler
Just like other interfaces, sis depends on mii_phy in order to configure it via config(8). Found out the hard way while building a custom kernel for my Soekris net4501. In GENERIC, this missing dependency is shadowed by many other interfaces pulling in mii_phy in the first place. Index: files.pc