CONFIG_* defines

Paul Fox pgf at brightstareng.com
Tue Sep 6 17:00:39 UTC 2005


 > 
 > Just as an example, i'm attaching an applet runlevel(8). The only thing
 > which would need to be touched would be bbconfig for it to allow
 > BUSYBOX_* along the by then old/legacy CONFIG_* entries in .config.

not really a comment on the current thread, but on your sample
patch -- shouldn't a runlevel applet be in the init directory? 
the concept of runlevels is pretty much tied to init, even if the
busybox init doesn't necessarily support them.

paul

 > diff -X excl -rduNp busybox.oorig/miscutils/Config.in busybox/miscutils/Config.in
 > --- busybox.oorig/miscutils/Config.in	2005-09-02 13:35:45.000000000 +0200
 > +++ busybox/miscutils/Config.in	2005-09-06 17:51:07.257797225 +0200
 > @@ -208,6 +208,12 @@ config CONFIG_MT
 >  	  to advance or rewind a tape past a specified number of archive
 >  	  files on the tape.
 >  
 > +config BUSYBOX_APPLET_RUNLEVEL
 > +        bool "runlevel"
 > +	default n
 > +	help
 > + 	  find the current and previous system runlevel.
 > +
 >  config CONFIG_RX
 >          bool "rx"
 >  	default n

=---------------------
 paul fox, pgf at brightstareng.com



More information about the busybox mailing list