aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2005-04-19Updated to match trunk/uClibc/extra/config as of r10132, and thusPeter Kjellerstedt
Linux 2.6.11.
2005-04-16bernhardf reports with Bug 210:Mike Frysinger
For certain non-gcc compilers, alloca_h is defined (included) but there, no alloca() is declared. Fallback to malloc if _ALLOCA_H is defined but still, there is no alloca() in the included _ALLOCA_H.
2004-10-08As noticed by egor duda, current_menu is declared as 'extern struct menuEric Andersen
*current_menu;' in scripts/config/lkc.h line 63, and this conflicts with static definition in mconf.c.
2004-10-08egor duda writes:Eric Andersen
Hi! I've created a patch to busybox' build system to allow building it in separate tree in a manner similar to kbuild from kernel version 2.6. That is, one runs command like 'make O=/build/some/where/for/specific/target/and/options' and everything is built in this exact directory, provided that it exists. I understand that applyingc such invasive changes during 'release candidates' stage of development is at best unwise. So, i'm currently asking for comments about this patch, starting from whether such thing is needed at all to whether it coded properly. 'make check' should work now, and one make creates Makefile in build directory, so one can run 'make' in build directory after that. One possible caveat is that if we build in some directory other than source one, the source directory should be 'distclean'ed first. egor
2004-07-15Peter 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-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-01-16Minor updates from linux 2.6.1Eric Andersen
2004-01-13Patch from Bastian Blank, allow the buildtime to be overriden with aGlenn L McGrath
different string, used by the debian busybox-cvs to specify the debian date based version number.
2003-10-03Patch by Rob Landley, fix warningGlenn L McGrath
2003-08-05Seems I missed a spotEric Andersen
2003-08-05Merge/rework config system per the latest from linux-2.6.0-test2.Eric Andersen
Fix the config bugs revealed by the updated config system. -Erik
2003-06-30Patch from Pavel Roskin to fixup toplevel help textEric Andersen
2003-06-12Fix the location for the default config so 'make defconfig'Eric Andersen
actually works
2003-05-24Update mkdep, per the "touchless dependencies for 2.4.x" patchEric Andersen
from Geert Uytterhoeven posted to the lkml. -Erik
2003-03-31Avoid errors with buggy preprocessorsEric Andersen
2003-03-10Avoid potential rendering problemsEric Andersen
2003-01-23Patch from Brett Hunt at micron.com to fixup potential segfaultsEric Andersen
during 'make menuconfig'
2003-01-11Patch from Robert Schwebel -- support ncurses installed in /usr/localEric Andersen
2002-12-13Don't build the ncurses stuff unless it is specifically asked forEric Andersen
-Erik
2002-12-05Yet another major rework of the BusyBox config system, using the considerablyEric Andersen
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik
2002-11-07Fix broken tabsEric Andersen
2001-12-08Begin moving things to busybox.netEric Andersen
-Erik
2001-11-10Cleanup some config problems. Add a sane default config that basicallyEric Andersen
matches the default old Config.h
2001-11-07Remove comments about 'make bzImage'Eric Andersen
2001-10-31Fix location of Configure.helpEric Andersen
2001-10-24Ignore lxdialogEric Andersen
2001-10-24ignore generated filesEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
-Erik
2001-07-30This depmod script will create a modules.dep file, just like the depmodEric Andersen
binary from modutils. This one, however, can be run on the _host_ system (need not be run on the target) and is fully cross platform, so even if your target is ARM or powerpc or whatever, this will still work. When used to support the new modprobe applet, this allows busybox to fully supplant modutils for architectures supported by busybox insmod. -Erik
2001-07-30Fix up the sample inittab entry per what is current.Eric Andersen
-Erik
2001-06-26rpm2cpio applet by Laurence AndersonGlenn L McGrath
2001-04-17Added some help messages.Mark Whitley
2001-03-14Script that generates a script that will convert oddball variable names to K&RMark Whitley
style.
2000-12-12Script updates for better portabilityEric Andersen
2000-11-29Finish commit of rpmunpack and add in scripts for undeb and unrpmEric Andersen
2000-09-15Don't suppress output of umount and swapoff - it is both unwisePavel Roskin
and incompatible with lash that doesn't support >&1 yet.
2000-09-14Add in a patch from robotti@metconnect.com and Chip Rosenthal to makeEric Andersen
init do login shell stuff. -Erik
2000-02-09Update the sample inittab to add the "ctrlaltdel" action.Erik Andersen
Note a bug in busybox init that I need to fix. -Erik
2000-01-06Add in sample inittab fileErik Andersen
-Erik