aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/confdata.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make "shadowed" numeric config entries (ones which depend onDenis Vlasenko2009-02-151-0/+2
| | | | | other options which are off) to have the value of 0, not "".
* Remove 'busybox' word from configuration programsDenis Vlasenko2008-05-281-1/+1
| | | | | (based on experience of adapting it to uclibc).
* fix KCONFIG_NOTIMESTAMP=1 mode (just learned that we have such thing)Denis Vlasenko2008-04-251-0/+2
|
* build system: stop moaning about unset integer CONFIGs.Denis Vlasenko2007-08-231-1/+2
|
* build system: remove kernel .config locations (spotted by walter harms ↵Denis Vlasenko2007-06-211-4/+1
| | | | <wharms@bfs.de>)
* - replace some occurances of "kernel" with busyboxBernhard Reutner-Fischer2007-01-171-3/+3
|
* kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights ↵Mike Frysinger2006-12-301-1/+1
| | | | with the kernel headers
* make sure AUTOCONF_TIMESTAMP is filled up properly ... if user has a ↵Mike Frysinger2006-12-301-3/+12
| | | | timezone of Factory for example, strftime() will overflow the string and leave us without a trailing "\n and all hell breaks loose when we compile
* build system: (try to) get rid of bb_config.h hackDenis Vlasenko2006-10-191-0/+2
|
* make defconfig now worksDenis Vlasenko2006-10-051-1/+1
|
* build system overhaulDenis Vlasenko2006-10-051-0/+560