summaryrefslogtreecommitdiff
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* egor duda writes:Eric Andersen2004-10-081-18/+22
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Peter Kjellerstedt at axis.com writes:Eric Andersen2004-07-159-109/+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
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1512-83/+83
|
* Minor updates from linux 2.6.1Eric Andersen2004-01-162-13/+30
|
* Patch from Bastian Blank, allow the buildtime to be overriden with aGlenn L McGrath2004-01-131-2/+7
| | | | | different string, used by the debian busybox-cvs to specify the debian date based version number.
* Patch by Rob Landley, fix warningGlenn L McGrath2003-10-031-2/+2
|
* Seems I missed a spotEric Andersen2003-08-052-2/+2
|
* Merge/rework config system per the latest from linux-2.6.0-test2.Eric Andersen2003-08-0513-2549/+3445
| | | | | Fix the config bugs revealed by the updated config system. -Erik
* Patch from Pavel Roskin to fixup toplevel help textEric Andersen2003-06-301-3/+12
|
* Fix the location for the default config so 'make defconfig'Eric Andersen2003-06-121-1/+1
| | | | actually works
* Update mkdep, per the "touchless dependencies for 2.4.x" patchEric Andersen2003-05-241-14/+14
| | | | | from Geert Uytterhoeven posted to the lkml. -Erik
* Avoid errors with buggy preprocessorsEric Andersen2003-03-311-2/+2
|
* 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
|
* Don't build the ncurses stuff unless it is specifically asked forEric Andersen2002-12-131-25/+23
| | | | -Erik
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-0533-2405/+10832
| | | | | | | | 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
* Fix broken tabsEric Andersen2002-11-071-4/+6
|
* Begin moving things to busybox.netEric Andersen2001-12-081-2/+2
| | | | -Erik
* Cleanup some config problems. Add a sane default config that basicallyEric Andersen2001-11-101-1/+3
| | | | matches the default old Config.h
* Remove comments about 'make bzImage'Eric Andersen2001-11-071-1/+1
|
* Fix location of Configure.helpEric Andersen2001-10-311-3/+3
|
* Ignore lxdialogEric Andersen2001-10-241-0/+1
|
* ignore generated filesEric Andersen2001-10-241-0/+2
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-2422-498/+5706
| | | | -Erik
* This depmod script will create a modules.dep file, just like the depmodEric Andersen2001-07-301-0/+227
| | | | | | | | | | 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
* Fix up the sample inittab entry per what is current.Eric Andersen2001-07-301-19/+22
| | | | -Erik
* rpm2cpio applet by Laurence AndersonGlenn L McGrath2001-06-261-2/+2
|
* Added some help messages.Mark Whitley2001-04-171-1/+9
|
* Script that generates a script that will convert oddball variable names to K&RMark Whitley2001-03-141-0/+76
| | | | style.
* Script updates for better portabilityEric Andersen2000-12-122-6/+15
|
* Finish commit of rpmunpack and add in scripts for undeb and unrpmEric Andersen2000-11-292-0/+92
|
* Don't suppress output of umount and swapoff - it is both unwisePavel Roskin2000-09-151-2/+2
| | | | and incompatible with lash that doesn't support >&1 yet.
* Add in a patch from robotti@metconnect.com and Chip Rosenthal to makeEric Andersen2000-09-141-7/+13
| | | | | init do login shell stuff. -Erik
* Update the sample inittab to add the "ctrlaltdel" action.Erik Andersen2000-02-091-3/+5
| | | | | Note a bug in busybox init that I need to fix. -Erik
* Add in sample inittab fileErik Andersen2000-01-061-0/+75
-Erik