summaryrefslogtreecommitdiffstats
path: root/extra/config
Commit message (Collapse)AuthorAgeFilesLines
* lxdialog: fix ncursesw include detectionBernhard Reutner-Fischer2010-06-112-2/+6
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* prettify make cleanBernhard Reutner-Fischer2010-04-121-1/+1
| | | | | | forgot extra/config Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* config: support make defconfig O=/f/o/oBernhard Reutner-Fischer2010-03-121-0/+2
| | | | | | | previously wanted to create the temporary cfg file in the srcdir (which failed on a RO srcdir) Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* lxdialog: remove objectfiles on cleanBernhard Reutner-Fischer2010-02-021-1/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* realclean: wipe kconfig objectsBernhard Reutner-Fischer2009-11-201-2/+2
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* silence rule overridingBernhard Reutner-Fischer2009-11-201-2/+2
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* support building out-of-treeBernhard Reutner-Fischer2009-08-1710-81/+201
| | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* - Print helptexts of choices. If a choice (but not it's children) has help, ↵Bernhard Reutner-Fischer2008-10-272-2/+5
| | | | | | print that. If a choice's child has no help, print parents help.
* - pull kconfig from linux-2.6.27Bernhard Reutner-Fischer2008-10-1019-404/+538
|
* - pull check-lxdialog.sh from linux-2.6.26Bernhard Reutner-Fischer2008-08-271-2/+4
|
* Remove .depend when doing distcleanCarmelo Amoroso2008-07-291-1/+1
|
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* - fix inline keywordBernhard Reutner-Fischer2008-07-232-9/+9
|
* - drats. The pre-commit hook is broken. No chance to ci a patch other than ↵Bernhard Reutner-Fischer2008-06-052-462/+0
| | | | obfuscated, sorry.
* - pull kconfig from 2.6.25.4Bernhard Reutner-Fischer2008-06-0536-1308/+1805
| | | | It has nicer "-*-" etc hints
* Makefile.kconfig: whitespace fixDenis Vlasenko2008-05-311-3/+3
| | | | | top-level Makefile.in: add TODO
* - fix order of link-flagsBernhard Reutner-Fischer2007-10-241-2/+2
| | | | | | | On cygwin one has to pass make menuconfig HOST_LOADLIBES="-lcurses -lintl" otherwise just curses is linked in and some symbols that live in intl are unresolved. Closes #1554 and possibly a couple of other reports.
* fix from Kevin Day to make sure we use strchr() rather than index()Mike Frysinger2007-09-151-2/+2
|
* use POSIX -eq rather than bash == #1360Mike Frysinger2007-05-241-1/+1
|
* add a basic .depend target to better catch updates in source filesMike Frysinger2007-04-171-0/+4
|
* fix typo pointed out by Al StoneMike Frysinger2007-03-181-1/+1
|
* Have Makefile.in call conf-header.sh instead of having kconfig call it Rob Landley2007-03-174-30/+3
| | | | | | via system(). Also move it to extra/scripts since it's a uClibc build script, not part of upstream kconfig. Adjust the "grabbing a new kconfig snapshot" procedure accordingly.
* touchup new kconfig handling so we dont constantly rebuildMike Frysinger2007-02-211-3/+3
|
* pull latest kconfig from kernelMike Frysinger2007-02-1442-5237/+10252
|
* fix signed warnings with gcc-4Mike Frysinger2006-07-052-3/+3
|
* clean subdir as wellMike Frysinger2006-07-051-2/+1
|
* sync with kernelMike Frysinger2006-02-188-85/+131
|
* Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger2005-11-251-3/+3
|
* Convert configuration to new build systemPeter S. Mazinger2005-11-252-111/+133
|
* Replace TOPDIR, update copyrightPeter S. Mazinger2005-11-181-15/+4
|
* Do not define 'AUTOCONF_INCLUDED'Eric Andersen2005-08-021-2/+1
|
* Updated to match Linux 2.6.11.Peter Kjellerstedt2005-04-1828-2958/+572
|
* Copy vendor/linux/2.6.11/scripts/lxdialog toPeter Kjellerstedt2005-04-1812-0/+2796
| | | | trunk/uClibc/extra/config/lxdialog.
* Let mconfig support options specified using the menuconfig directivePeter Kjellerstedt2005-03-211-0/+5
| | | | | again (this code snippet seems to have vanished somewhere between the original Linux 2.6 kconfig code and here).
* no more cvsMike Frysinger2005-02-121-8/+0
|
* As noticed by egor duda, current_menu is declared as 'extern struct menuEric Andersen2004-10-081-1/+1
| | | | | *current_menu;' in scripts/config/lkc.h line 63, and this conflicts with static definition in mconf.c.
* Peter Kjellerstedt at axis.com writes:Eric Andersen2004-07-159-108/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hello, the attached patch should bring extra/config in line with the Linux 2.6.7 sources. The following are the commit messages for the respective files from the Linux bk-repository: checklist.c: * fix menuconfig choice item help display confdata.c: * config: choice fix * kconfig: don't rename target dir when saving config expr.c, expr.h: * config: disable debug prints mconf.c: * fix menuconfig choice item help display menu.c: * Kconfig: use select statements symbol.c: * config: choice fix * Avoid bogus warning about recursive dependencies * c99 struct initialiser conversions textbox.c: * janitor: don't init statics to 0 util.c: * fix lxdialog behaviour //Peter
* Minor updates from linux 2.6.1Eric Andersen2004-01-163-15/+32
|
* As Peter S. Mazinger has pointed out, the config system wantsEric Andersen2003-11-041-1/+1
| | | | | some defaults. So give it some empty defaults and let people select their own options.
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-042-20/+46
| | | | | which should simplify enabling arbitrary architectures. -Erik
* Doh! In include/bits/uClibc_config.h when we define things, we appropriatelyEric Andersen2003-10-211-1/+1
| | | | | | | | | | | | | | | | | | | prepend "__". Unfortunately, when we #undef things, we do not prepend the "__". This results in collateral damage to unsuspecting applications as we undefine random unrelated macros. Oops. For example, when compiling xfree86, libGLcore.a defines MALLOC for its own usage. But include/bits/uClibc_config.h then does an #undef MALLOC #define __MALLOC_930716__ 1 which inadvertantly trashes the define from libGLcore.... Ouch. The autogenerated include/bits/uClibc_config.h should instead have contained: #undef __MALLOC__ #define __MALLOC_930716__ 1 This patch makes that happen.
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-3/+3
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Looks like I missed a spotEric Andersen2003-08-052-2/+2
|
* Merge/rework config system per the latest from linux-2.6.0-test2Eric Andersen2003-08-0513-2553/+3449
| | | | -Erik
* Patch from Pavel Roskin to fixup toplevel help textEric Andersen2003-06-301-3/+12
|
* Avoid errors with buggy preprocessorsEric Andersen2003-03-311-2/+2
|
* Patch from Jordan Crouse to avoid potential rendering problemsEric Andersen2003-03-101-1/+1
|
* Patch from Brett Hunt at micron.com to fixup potential segfaultsEric Andersen2003-01-231-4/+4
| | | | during 'make menuconfig'
* Patch from Robert Schwebel -- support ncurses installed in /usr/localEric Andersen2003-01-111-1/+8
|
* Patch from Stefan Allius. Only build config stuff when needed.Eric Andersen2002-12-171-0/+3
|