[PATCH] make devfsd use the new ENABLE_* stuff
Tito
farmatito at tiscali.it
Sat Oct 8 17:31:06 UTC 2005
On Saturday 08 October 2005 18:45, you wrote:
> On Sat, Oct 08, 2005 at 06:15:18PM +0200, Tito wrote:
snip
> Can you please switch the optional features to CONFIG_FEATURE_* while at
> it?
> e.g. CONFIG_DEVFSD_MODLOAD -> CONFIG_FEATURE_DEVFSD_MODLOAD
>
Hi,
in Config.in?
config CONFIG_DEVFSD
config CONFIG_DEVFSD_MODLOAD
config CONFIG_DEVFSD_FG_NP
config CONFIG_DEVFSD_VERBOSE
Like this ?
config CONFIG_DEVFSD /* Seems to me this one must stay like it is ??? */
config CONFIG_FEATURE_DEVFSD_MODLOAD
config CONFIG_FEATURE_DEVFSD_FG_NP
config CONFIG_FEATURE_DEVFSD_VERBOSE
and then obviously as you say:
>+/* Busybox stuff */
>+#if defined(CONFIG_DEVFSD_VERBOSE) || defined(CONFIG_DEBUG)
All these should probably read along the lines of
#if ENABLE_FEATURE_DEVFSD_VERBOSE || ENABLE_DEBUG
etc..
let me know if Ive understood it and I'll post a corrected patch
a little later this evening.
Ciao,
Tito
> TIA,
> Bernhard
>
>
More information about the busybox
mailing list