Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-05 | - drats. The pre-commit hook is broken. No chance to ci a patch other than ↵ | Bernhard Reutner-Fischer | |
obfuscated, sorry. | |||
2008-06-05 | - pull kconfig from 2.6.25.4 | Bernhard Reutner-Fischer | |
It has nicer "-*-" etc hints | |||
2008-05-31 | Makefile.kconfig: whitespace fix | Denis Vlasenko | |
top-level Makefile.in: add TODO | |||
2007-10-24 | - fix order of link-flags | Bernhard Reutner-Fischer | |
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. | |||
2007-09-15 | fix from Kevin Day to make sure we use strchr() rather than index() | Mike Frysinger | |
2007-05-24 | use POSIX -eq rather than bash == #1360 | Mike Frysinger | |
2007-04-17 | add a basic .depend target to better catch updates in source files | Mike Frysinger | |
2007-03-18 | fix typo pointed out by Al Stone | Mike Frysinger | |
2007-03-17 | Have Makefile.in call conf-header.sh instead of having kconfig call it | Rob Landley | |
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. | |||
2007-02-21 | touchup new kconfig handling so we dont constantly rebuild | Mike Frysinger | |
2007-02-14 | pull latest kconfig from kernel | Mike Frysinger | |
2006-07-05 | fix signed warnings with gcc-4 | Mike Frysinger | |
2006-07-05 | clean subdir as well | Mike Frysinger | |
2006-02-18 | sync with kernel | Mike Frysinger | |
2005-11-25 | Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier | Peter S. Mazinger | |
2005-11-25 | Convert configuration to new build system | Peter S. Mazinger | |
2005-11-18 | Replace TOPDIR, update copyright | Peter S. Mazinger | |
2005-08-02 | Do not define 'AUTOCONF_INCLUDED' | Eric Andersen | |
2005-04-18 | Updated to match Linux 2.6.11. | Peter Kjellerstedt | |
2005-04-18 | Copy vendor/linux/2.6.11/scripts/lxdialog to | Peter Kjellerstedt | |
trunk/uClibc/extra/config/lxdialog. | |||
2005-03-21 | Let mconfig support options specified using the menuconfig directive | Peter Kjellerstedt | |
again (this code snippet seems to have vanished somewhere between the original Linux 2.6 kconfig code and here). | |||
2005-02-12 | no more cvs | Mike Frysinger | |
2004-10-08 | As noticed by egor duda, current_menu is declared as 'extern struct menu | Eric Andersen | |
*current_menu;' in scripts/config/lkc.h line 63, and this conflicts with static definition in mconf.c. | |||
2004-07-15 | Peter Kjellerstedt at axis.com writes: | Eric Andersen | |
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 | |||
2004-01-16 | Minor updates from linux 2.6.1 | Eric Andersen | |
2003-11-04 | As Peter S. Mazinger has pointed out, the config system wants | Eric Andersen | |
some defaults. So give it some empty defaults and let people select their own options. | |||
2003-11-04 | Rework the config system. Better utilize the Kconfig language | Eric Andersen | |
which should simplify enabling arbitrary architectures. -Erik | |||
2003-10-21 | Doh! In include/bits/uClibc_config.h when we define things, we appropriately | Eric Andersen | |
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. | |||
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
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). | |||
2003-08-05 | Looks like I missed a spot | Eric Andersen | |
2003-08-05 | Merge/rework config system per the latest from linux-2.6.0-test2 | Eric Andersen | |
-Erik | |||
2003-06-30 | Patch from Pavel Roskin to fixup toplevel help text | Eric Andersen | |
2003-03-31 | Avoid errors with buggy preprocessors | Eric Andersen | |
2003-03-10 | Patch from Jordan Crouse to avoid potential rendering problems | Eric Andersen | |
2003-01-23 | Patch from Brett Hunt at micron.com to fixup potential segfaults | Eric Andersen | |
during 'make menuconfig' | |||
2003-01-11 | Patch from Robert Schwebel -- support ncurses installed in /usr/local | Eric Andersen | |
2002-12-17 | Patch from Stefan Allius. Only build config stuff when needed. | Eric Andersen | |
2002-12-13 | Only build the ncurses stuff when it is needed, based on a | Eric Andersen | |
patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik | |||
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen | |
the linux kernel uses. -Erik | |||
2002-12-04 | I forgot to kill these files in my last commit. | Eric Andersen | |
-Erik | |||
2002-12-04 | This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which was | Eric Andersen | |
then considerably hacked up by me. This eliminates the separate lxdialog and instead directly uses the lxdialog internals. This allows 'make menuconfig' to be much faster. -Erik | |||
2002-11-09 | Update from upstream | Eric Andersen | |
2002-11-09 | Patch from Stefan Allius: avoid implicit casting of void *(64bit) to int(32bit) | Eric Andersen | |
2002-11-08 | Some minor changes from Stefan Allius to make conf and | Eric Andersen | |
mconf compile under Solaris. | |||
2002-11-08 | Merge an update from upstream | Eric Andersen | |
2002-11-08 | Update doc reference | Eric Andersen | |
2002-11-07 | Fixed makefiles to remove binaries generated for the configuration | "Steven J. Hill" | |
menu system when doing a 'make clean'. | |||
2002-11-06 | Increase maximum .config line size to 1024. | Eric Andersen | |
2002-11-06 | Recognize 'n' tristate/boolean symbol value in the .config file, | Eric Andersen | |
allowing more convenient manual editing of the .config file. Patch by Petr Baudis, skimmed from linux-kernel mailing list. | |||
2002-11-05 | Patch from M. R. Brown to fix 'make defconfig' | Eric Andersen | |