Re: [OpenWrt-Devel] menuconfig vs kernel_menuconfig

2010-04-24 Thread RHS Linux User
Hi All, Thank you Felix :) Thank you ede :) I followed your suggestions with SUCCESS !! :) I noticed that there is some problem with the GPIOMMC linkage. Please see below. So here is what I did and WORKED :). (This is for the village telco version of Kamikaze 8.09.) 1. Down

Re: [OpenWrt-Devel] menuconfig vs kernel_menuconfig

2010-04-21 Thread Adrian Byszuk
Dnia wtorek 20 kwietnia 2010 o 01:25:17 Felix Fietkau napisał(a): > On 2010-04-19 11:40 PM, RHS Linux User wrote: > > Hi All, > > > > > > > >This whole config business IMHO is a real mess! > > I disagree, it just takes a bit of getting used to. > > <> > > I hope this clears things up

Re: [OpenWrt-Devel] menuconfig vs kernel_menuconfig

2010-04-21 Thread edgar . soldin
Wiz, no need to use "kernel_menuconfig" for that .. Simply enable the mmc module in "menuconfig/Kernel Modules" as module or built-in and it will be there as package/in the image. regards ede On 21.04.2010 01:50, RHS Linux User wrote: Hi Felix and All, Thanks so much for your note.

Re: [OpenWrt-Devel] menuconfig vs kernel_menuconfig

2010-04-20 Thread RHS Linux User
Hi Felix and All, Thanks so much for your note. Very insightful :). So I am trying to enable MMC on Kamikaze 8.0.9 [actually the village telco version]. I need to wind up with 3 kernel modules related to gpio and mmc. I gather I start with kernel_menuconfig at the main level and the

Re: [OpenWrt-Devel] menuconfig vs kernel_menuconfig

2010-04-19 Thread Felix Fietkau
On 2010-04-19 11:40 PM, RHS Linux User wrote: > Hi All, > > > >This whole config business IMHO is a real mess! I disagree, it just takes a bit of getting used to. >Can someone clarify what happens with target config, and whatever other > .configs that happen to be around somewhere? I

Re: [OpenWrt-Devel] menuconfig vs kernel_menuconfig

2010-04-19 Thread RHS Linux User
Hi All, This whole config business IMHO is a real mess! Can someone clarify what happens with target config, and whatever other .configs that happen to be around somewhere? Also it seems to me HI TIME that .config became a VERY visible file. So much depends on the "main" .config an

Re: [OpenWrt-Devel] menuconfig vs kernel_menuconfig

2010-04-19 Thread edgar . soldin
menuconfig overrules settings in kernel_menuconfig .. check trunk/include/kernel_defaults.mk .. ede On 19.04.2010 16:08, Kövesdi György wrote: Hi, Some kernel parameters can be configured in 'make menuconfig', but not all of them. The full configuration is in 'make kernel_menuconfig', but its

[OpenWrt-Devel] menuconfig vs kernel_menuconfig

2010-04-19 Thread Kövesdi György
Hi, Some kernel parameters can be configured in 'make menuconfig', but not all of them. The full configuration is in 'make kernel_menuconfig', but its content differs from the other one. What happens if they are configured differently? Regards K. Gy.