Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | realclean: wipe kconfig objects | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -2/+2 |
| | | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | silence rule overriding | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -2/+2 |
| | | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-19 | 10 | -81/+201 |
| | | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Synch with trunk @ 24071. | Carmelo Amoroso | 2008-11-17 | 20 | -408/+547 |
| | | | | | Step 2 locale stuff - configuration and top Makefiles | ||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 3 | -10/+10 |
| | | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Remove .depend when doing distclean | Carmelo Amoroso | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | Synch extra/config with trunk | Carmelo Amoroso | 2008-07-09 | 38 | -1770/+1805 |
| | |||||
* | .depend not under conf mgmt | Carmelo Amoroso | 2008-07-09 | 1 | -12/+0 |
| | |||||
* | STEP 9: synch extra directory | Carmelo Amoroso | 2008-04-25 | 1 | -242/+0 |
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Make script executable | Carmelo Amoroso | 2008-03-18 | 1 | -0/+0 |
| | |||||
* | Add missing file in extra/config | Carmelo Amoroso | 2008-03-16 | 1 | -0/+242 |
| | |||||
* | Merge nptl branch tree with trunk. | Carmelo Amoroso | 2008-03-16 | 42 | -5237/+10241 |
| | | | | | | Step 5: merge extra/config folder Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-21 | 3 | -5/+4 |
| | |||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 8 | -85/+131 |
| | |||||
* | Merge from trunk that gives us a valid NPTL dynamic loader and the start of ↵ | "Steven J. Hill" | 2005-11-29 | 1 | -111/+4 |
| | | | | the new build system. I have probably another 300 and some files to go *sigh*. | ||||
* | Copy from trunk. | "Steven J. Hill" | 2005-11-29 | 1 | -0/+129 |
| | |||||
* | First batch of merges for new build system. | "Steven J. Hill" | 2005-11-19 | 1 | -15/+4 |
| | |||||
* | Merge with latest changes from the trunk. | "Steven J. Hill" | 2005-08-04 | 1 | -2/+1 |
| | |||||
* | Updated to match Linux 2.6.11. | Peter Kjellerstedt | 2005-04-18 | 28 | -2958/+572 |
| | |||||
* | Copy vendor/linux/2.6.11/scripts/lxdialog to | Peter Kjellerstedt | 2005-04-18 | 12 | -0/+2796 |
| | | | | trunk/uClibc/extra/config/lxdialog. | ||||
* | Let mconfig support options specified using the menuconfig directive | Peter Kjellerstedt | 2005-03-21 | 1 | -0/+5 |
| | | | | | again (this code snippet seems to have vanished somewhere between the original Linux 2.6 kconfig code and here). | ||||
* | no more cvs | Mike Frysinger | 2005-02-12 | 1 | -8/+0 |
| | |||||
* | As noticed by egor duda, current_menu is declared as 'extern struct menu | Eric Andersen | 2004-10-08 | 1 | -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 Andersen | 2004-07-15 | 9 | -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.1 | Eric Andersen | 2004-01-16 | 3 | -15/+32 |
| | |||||
* | As Peter S. Mazinger has pointed out, the config system wants | Eric Andersen | 2003-11-04 | 1 | -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 language | Eric Andersen | 2003-11-04 | 2 | -20/+46 |
| | | | | | which should simplify enabling arbitrary architectures. -Erik | ||||
* | Doh! In include/bits/uClibc_config.h when we define things, we appropriately | Eric Andersen | 2003-10-21 | 1 | -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 Andersen | 2003-10-18 | 1 | -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 spot | Eric Andersen | 2003-08-05 | 2 | -2/+2 |
| | |||||
* | Merge/rework config system per the latest from linux-2.6.0-test2 | Eric Andersen | 2003-08-05 | 13 | -2553/+3449 |
| | | | | -Erik | ||||
* | Patch from Pavel Roskin to fixup toplevel help text | Eric Andersen | 2003-06-30 | 1 | -3/+12 |
| | |||||
* | Avoid errors with buggy preprocessors | Eric Andersen | 2003-03-31 | 1 | -2/+2 |
| | |||||
* | Patch from Jordan Crouse to avoid potential rendering problems | Eric Andersen | 2003-03-10 | 1 | -1/+1 |
| | |||||
* | Patch from Brett Hunt at micron.com to fixup potential segfaults | Eric Andersen | 2003-01-23 | 1 | -4/+4 |
| | | | | during 'make menuconfig' | ||||
* | Patch from Robert Schwebel -- support ncurses installed in /usr/local | Eric Andersen | 2003-01-11 | 1 | -1/+8 |
| | |||||
* | Patch from Stefan Allius. Only build config stuff when needed. | Eric Andersen | 2002-12-17 | 1 | -0/+3 |
| | |||||
* | Only build the ncurses stuff when it is needed, based on a | Eric Andersen | 2002-12-13 | 1 | -24/+23 |
| | | | | | | patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik | ||||
* | Change some variable names so we are more consistant with what | Eric Andersen | 2002-12-04 | 1 | -9/+8 |
| | | | | | the linux kernel uses. -Erik | ||||
* | I forgot to kill these files in my last commit. | Eric Andersen | 2002-12-04 | 2 | -227/+0 |
| | | | | -Erik | ||||
* | This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which was | Eric Andersen | 2002-12-04 | 13 | -377/+273 |
| | | | | | | | 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 | ||||
* | Update from upstream | Eric Andersen | 2002-11-09 | 2 | -11/+9 |
| | |||||
* | Patch from Stefan Allius: avoid implicit casting of void *(64bit) to int(32bit) | Eric Andersen | 2002-11-09 | 1 | -1/+1 |
| | |||||
* | Some minor changes from Stefan Allius to make conf and | Eric Andersen | 2002-11-08 | 4 | -8/+9 |
| | | | | mconf compile under Solaris. | ||||
* | Merge an update from upstream | Eric Andersen | 2002-11-08 | 9 | -1075/+1380 |
| | |||||
* | Update doc reference | Eric Andersen | 2002-11-08 | 1 | -0/+255 |
| | |||||
* | Fixed makefiles to remove binaries generated for the configuration | "Steven J. Hill" | 2002-11-07 | 1 | -0/+1 |
| | | | | menu system when doing a 'make clean'. | ||||
* | Increase maximum .config line size to 1024. | Eric Andersen | 2002-11-06 | 1 | -2/+2 |
| | |||||
* | Recognize 'n' tristate/boolean symbol value in the .config file, | Eric Andersen | 2002-11-06 | 1 | -4/+7 |
| | | | | | allowing more convenient manual editing of the .config file. Patch by Petr Baudis, skimmed from linux-kernel mailing list. | ||||
* | Patch from M. R. Brown to fix 'make defconfig' | Eric Andersen | 2002-11-05 | 1 | -0/+7 |
| |