summaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
* - copy the _CONFIG_FILES backBernhard Reutner-Fischer2007-01-191-1/+4
| | | | - use the BUSYBOX_CONFIG_FILE if specified by the user
* - add central knob (BR2_PACKAGE_BUSYBOX_HIDE_OTHERS) to hide packages thatBernhard Reutner-Fischer2007-01-171-0/+9
| | | | are potentially provided by busybox.
* - make sure to agree on the installation CONFIG_PREFIXBernhard Reutner-Fischer2006-12-131-0/+2
|
* update busybox defaults a bitEric Andersen2006-12-132-114/+305
|
* let people select different versions of busybox to suit their needsEric Andersen2006-12-135-9/+999
|
* Use a stable version of busybox by default. The daily snapshot ofEric Andersen2006-12-131-1/+1
| | | | busybox tends to break often and is thus not a great default.
* - pass the target (kernel-) arch in.Bernhard Reutner-Fischer2006-12-071-1/+3
|
* - provide default config for busybox for a generic i386 target.Bernhard Reutner-Fischer2006-12-021-1/+2
|
* - adjust busybox-source dependenciesBernhard Reutner-Fischer2006-12-021-1/+1
|
* - name the default busybox config-file.Bernhard Reutner-Fischer2006-12-021-0/+1
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+1
|
* - Adjust the install prefix for current busybox.Bernhard Reutner-Fischer2006-11-171-0/+5
|
* - newer busyboxen want CROSS_COMPILE rather than the old CROSS.Bernhard Reutner-Fischer2006-11-171-3/+6
|
* - check if busybox' Rules.mak exists.Bernhard Reutner-Fischer2006-11-171-4/+6
| | | | - add target dirs to ensure that all required dirs do exist so make busybox-menuconfig works in a pristine checkout.
* Bump to upstream v1.2.2Peter Korsgaard2006-10-251-1/+1
|
* - repair deps.Bernhard Reutner-Fischer2006-08-291-2/+2
|
* - make sure that the prerequisites of 'make busybox-menuconfig' are metBernhard Reutner-Fischer2006-08-241-1/+1
|
* Bump to upstream v1.2.1Peter Korsgaard2006-07-311-1/+1
|
* fix dependancyEric Andersen2006-07-091-1/+1
|
* - busybox recently renamed CROSS to CROSS_COMPILE. Pass in both for now.Bernhard Reutner-Fischer2006-07-051-2/+5
|
* Bump to upstream v1.1.3Peter Korsgaard2006-05-181-1/+1
|
* per bug 825, bump busybox to stable rev 1.1.2Eric Andersen2006-04-111-1/+1
|
* ver bumpMike Frysinger2006-01-161-1/+1
|
* make updating configs easierMike Frysinger2005-11-151-1/+1
|
* add an option for installing symlinks for supported busybox applets #536Mike Frysinger2005-11-102-1/+17
|
* if we have external syslogd, force busybox to use itEric Andersen2005-09-131-0/+4
|
* busybox-1.01 has been releasedMike Frysinger2005-08-181-1/+1
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* routine .config updateEric Andersen2005-06-091-0/+6
|
* routine .config updatesEric Andersen2005-06-091-1/+10
|
* Update for latest config optionsEric Andersen2005-04-211-0/+1
|
* Make busybox config file location a config optionEric Andersen2005-04-122-4/+17
|
* Trivial updatesEric Andersen2005-02-252-1/+2
|
* give uclibc and busybox config files consistant variable namesEric Andersen2005-02-151-4/+4
|
* update default configEric Andersen2005-02-121-0/+2
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* merge some updates from George JosephMike Frysinger2005-01-111-3/+4
|
* Update configEric Andersen2005-01-091-0/+1
|
* add homepageMike Frysinger2004-12-261-2/+2
|
* Disable busybox arEric Andersen2004-11-061-2/+1
|
* busybox 1.00Mike Frysinger2004-10-131-1/+1
|
* Andrew May writes:Eric Andersen2004-10-101-0/+1
| | | | | | | | | | | | | A few more little ones. busybox fdisk with large files should be removed without large files. gdbtarget/gdb_client got mixed up in the Makefile.in. I think gdbtarget should have a depend on ncurses but I am not sure if it should go in the config or in the .mk. It may be nice to split out the server and client. uclibc.mk was checking BR2_SOFT_FLOAT for true not y.
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* add support for using busybox snapshotMike Frysinger2004-10-092-4/+13
|
* facelift step number twoEric Andersen2004-10-091-1/+1
|
* Major buildroot facelift, step one.Eric Andersen2004-10-094-0/+537
-Erik