aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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