hush/scripts/config
Rob Landley 8f99104362 The previous commit left confdata writing out:
CONFIG_NUMERIC_CONSTANT=

And on reading it back in, it would complain that '' was an invalid value for
that field.  I.E. "make allnoconfig && make" worked fine, but
"make allnoconfig && make menuconfig" barfed reading in the config file.

So now I have it write out "0" as the blank value.  (It's initialized to the
default value when the menu becomes visible anyway; I checked.)  That seems
to work.
2005-09-05 11:04:30 +00:00
..
lxdialog Updated to match trunk/uClibc/extra/config as of r10132, and thus 2005-04-19 09:55:06 +00:00
.cvsignore Yet another major rework of the BusyBox config system, using the considerably 2002-12-05 08:41:41 +00:00
conf.c Updated to match trunk/uClibc/extra/config as of r10132, and thus 2005-04-19 09:55:06 +00:00
confdata.c The previous commit left confdata writing out: 2005-09-05 11:04:30 +00:00
expr.c Updated to match trunk/uClibc/extra/config as of r10132, and thus 2005-04-19 09:55:06 +00:00
expr.h Updated to match trunk/uClibc/extra/config as of r10132, and thus 2005-04-19 09:55:06 +00:00
Kconfig-language.txt Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
lex.zconf.c_shipped Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
lkc_proto.h Updated to match trunk/uClibc/extra/config as of r10132, and thus 2005-04-19 09:55:06 +00:00
lkc.h Updated to match trunk/uClibc/extra/config as of r10132, and thus 2005-04-19 09:55:06 +00:00
Makefile Bernhard Fischer submitted a couple of Makefile patches: 2005-08-24 00:41:52 +00:00
mconf.c Updated to match trunk/uClibc/extra/config as of r10132, and thus 2005-04-19 09:55:06 +00:00
menu.c Updated to match trunk/uClibc/extra/config as of r10132, and thus 2005-04-19 09:55:06 +00:00
mkconfigs new config display applet, from bug 46. i've changed the name 2005-08-01 16:04:40 +00:00
symbol.c Updated to match trunk/uClibc/extra/config as of r10132, and thus 2005-04-19 09:55:06 +00:00
util.c Updated to match trunk/uClibc/extra/config as of r10132, and thus 2005-04-19 09:55:06 +00:00
zconf.l Merge/rework config system per the latest from linux-2.6.0-test2. 2003-08-05 02:18:25 +00:00
zconf.tab.c_shipped Updated to match trunk/uClibc/extra/config as of r10132, and thus 2005-04-19 09:55:06 +00:00
zconf.tab.h_shipped Yet another major rework of the BusyBox config system, using the considerably 2002-12-05 08:41:41 +00:00
zconf.y Updated to match trunk/uClibc/extra/config as of r10132, and thus 2005-04-19 09:55:06 +00:00