aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply post-1.18.3 fixes, bump version to 1.18.41_18_4Denys Vlasenko2011-03-131-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* update _shipped file with hurd fixDenys Vlasenko2010-08-021-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: s/spaces/tabs/Denys Vlasenko2010-07-261-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: trailing empty lines removedDenys Vlasenko2010-07-266-7/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* check-lxdialog.sh: fix helptextBernhard Reutner-Fischer2010-06-111-1/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lxdialog: fix ncursesw include detectionBernhard Reutner-Fischer2010-05-211-1/+5
| | | | | | | the lib was checked but the include not, do so. TODO: check if upstream fixed that already or fix it there, too. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-264-5/+9
| | | | | Signed-off-by: Jérémie Koenig <jk@jk.fr.eu.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix typos in comments and docDenys Vlasenko2010-02-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build system: fix for coarse mtime problemDenys Vlasenko2009-11-261-0/+23
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add .gitignore filesMike Frysinger2009-05-052-0/+23
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-10/+10
| | | | | | and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything!
* sendmail: update by VladimirDenis Vlasenko2009-03-311-1/+7
| | | | | | | | | | | | build system: tweak for rare case where include/autoconf.h does not get updated function old new delta packed_usage 26238 26242 +4 sendmail_main 1353 897 -456 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 4/-456) Total: -452 bytes
* 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 "".
* - forgot to pass in the HOST_EXTRACFLAGSBernhard Reutner-Fischer2008-08-282-4/+2
|
* - pull check-lxdialog from linux-2.6.26Bernhard Reutner-Fischer2008-08-271-23/+21
|
* - warn about overlong lines in help-textsBernhard Reutner-Fischer2008-07-172-0/+9
| | | | I initially bailed out with an error, but then that's a bit rough. Just warn to trick somebody into fixing them..
* buld system: suppress a warningDenis Vlasenko2008-07-091-0/+3
|
* build system fixlet to ease blackfin buildDenis Vlasenko2008-06-281-1/+1
|
* Remove 'busybox' word from configuration programsDenis Vlasenko2008-05-286-22/+20
| | | | | (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
|
* - spelling fixesBernhard Reutner-Fischer2008-02-111-1/+1
|
* merge from upstream for systems that dont integrate libintl into their C ↵Mike Frysinger2007-11-182-8/+16
| | | | | | | | | | | | | | | | | | | | library: commit aa1e5ef5c1d95e7ebf0821d9ba27debe43a87a22 Author: Sam Ravnborg <sam@ravnborg.org> Date: Sun Aug 12 23:15:44 2007 +0200 kbuild: check if we can link gettext not just compile cygwin provides the header file but the lib file needs to be added manually. A generic fix is to check if we can compile and link a program that uses gettext() and if it fails fall back to NO_NLS. International users of cygwin may have to specify HOST_LOADLIBES := "-lintl" on the make command line. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* check-lxdialog.sh: no point in giving up, maybe -lcurses will work?Denis Vlasenko2007-09-261-1/+3
|
* 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>)
* whitespace fixesDenis Vlasenko2007-05-304-5/+5
|
* style fixesDenis Vlasenko2007-04-131-1/+1
|
* dont use obsolete function index() as pointed out by src.obsolete.funcsMike Frysinger2007-03-171-2/+2
|
* - replace some occurances of "kernel" with busyboxBernhard Reutner-Fischer2007-01-174-14/+14
|
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-2/+2
|
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-114-45/+45
|
* "kernel" => "busybox"Denis Vlasenko2007-01-062-4/+4
|
* 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
* prevent buffer underflows with empty linesMike Frysinger2006-12-301-1/+1
|
* exterminate last bzero'sDenis Vlasenko2006-12-131-4/+4
| | | | version bump to 1.3.0
* "kernel config" -> "busybox config"Denis Vlasenko2006-11-305-10/+10
| | | | suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com>
* fix support for globally disabling --long-options.Denis Vlasenko2006-11-292-2/+2
| | | | (disabling them saves ~4K on fully configured bbox)
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
|
* 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-0538-0/+18458