Re: [leaf-devel] New kernel needs .config changes

2011-03-06 Thread KP Kirchdoerfer
Am Sonntag, 6. März 2011, um 11:13:45 schrieb davidMbrooke: > Hi, > > For me, on a clean clone of the git repository, "make source" on the new > 2.6.35.11 kernel prompts for some missing settings in .config. Looks > like we need to add: > > CONFIG_NET_SCH_ESFQ=m > CONFIG_NET_SCH_ESFQ_NFCT=y >

[leaf-devel] New kernel needs .config changes

2011-03-06 Thread davidMbrooke
Hi, For me, on a clean clone of the git repository, "make source" on the new 2.6.35.11 kernel prompts for some missing settings in .config. Looks like we need to add: CONFIG_NET_SCH_ESFQ=m CONFIG_NET_SCH_ESFQ_NFCT=y - assuming that we want those included. dMb -