summaryrefslogtreecommitdiff
path: root/package/busybox
AgeCommit message (Collapse)Author
2008-04-29busybox: 1.10.1 patchesPeter Korsgaard
2008-04-22busybox: bump versionPeter Korsgaard
2008-04-04busybox-1.6.0.config: disable TASKSET.Peter Korsgaard
Disable CONFIG_TASKSET as it only compiles if sched_{g,s}etaffinity support is available.
2008-04-01busybox: additional 1.10.0 fixPeter Korsgaard
2008-03-30busybox: additional 1.10.0 fixesPeter Korsgaard
2008-03-26busybox: remove unused configs/patchesPeter Korsgaard
2008-03-26busybox: bump 1.7.x and 1.8.x versionsPeter Korsgaard
2008-03-25busybox: add 1.10.0 releasePeter Korsgaard
2008-03-21confusing busybox config option description patch, busybox can be built as ↵John Voltz
shared libs, hardlinks ... etc. rename to full install. Patch from Nigel Kukard
2008-03-21busybox: bump version (1.9.2)Peter Korsgaard
2008-03-17busybox: additional 1.9.1 patchesPeter Korsgaard
2008-03-11busybox: remove config dependency on busybox-sourcePeter Korsgaard
busybox-source target doesn't need to depend on the config file. Patch by Simon Pasch.
2008-02-28busybox 1.9.1 fixesPeter Korsgaard
2008-02-14busybox: bump version to 1.9.1Peter Korsgaard
2008-02-14busybox: additional 1.9.0 patchesPeter Korsgaard
2008-02-02busybox: More 1.9.0 patchesPeter Korsgaard
2008-01-08busybox: 1.9.0 fixesPeter Korsgaard
2008-01-03busybox: Don't depend on long gone busybox 1.0.1 symbolPeter Korsgaard
2008-01-03busybox: Bump version to 1.9.0Peter Korsgaard
2008-01-03busybox: Bump version to 1.8.2Peter Korsgaard
2008-01-03busybox: Bump version to 1.7.4Peter Korsgaard
2008-01-03busybox: Remove unused 1.7.0 patchesPeter Korsgaard
2008-01-03busybox: Get rid of minor version selection.Peter Korsgaard
There isn't much point in selecting anything else than the latest in a stable release series, so merge all the 1.7.x options into a single selection.
2007-10-07Allow longer history for package versionsUlf Samuelsson
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-30- bump versionBernhard Reutner-Fischer
2007-09-30- no need to $(strip ..) bool/tristate values (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-09-26Add more management to linux and buysbox packagesUlf Samuelsson
2007-09-26- revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer
gcc target abi back to a place where the other arch-specific settings live
2007-09-26Reduce clutter in packages menuUlf Samuelsson
2007-09-26"Project Name" needed before "root" file system can be copied.Ulf Samuelsson
Put first according to principle of configuration order Merge root skeleton configuration to one place - currently in package/busybox/Config.in - Should maybe have it's own Config.in gcc ABI configuration moved from toplevel to toolchain/gcc/Config.in
2007-09-25- add dummy -source targets.Bernhard Reutner-Fischer
2007-09-25- revert patch that obfuscates the config UI and doesn't reflect the order ↵Bernhard Reutner-Fischer
of config steps
2007-09-24Reorganize configs to even more logical positionsUlf Samuelsson
2007-09-22- fix typo in .config filenameBernhard Reutner-Fischer
2007-09-22- remove inadequate dependencies prerequisite.Bernhard Reutner-Fischer
If needed, this should be done slightly different, otherwise the source target runs dependencies, which is not correct.
2007-09-20- bump versionBernhard Reutner-Fischer
2007-09-17- cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-09-15- depends on host-fakerootBernhard Reutner-Fischer
2007-09-10Busybox 1.7.0 patchesPeter Korsgaard
2007-09-02- adjust list of needed appletsBernhard Reutner-Fischer
2007-09-02- build and use the list of the small initramfsBernhard Reutner-Fischer
Overriding the use of the whole system (as does the initramfs target) is done on purpose.
2007-09-02- improve configuryBernhard Reutner-Fischer
2007-09-01- add my working draft for busybox-initramfs (not yet finished, so still ↵Bernhard Reutner-Fischer
commented out in Config.in)
2007-08-24- add busybox-1.7.0Bernhard Reutner-Fischer
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-07-12 BSP Patch:Ulf Samuelsson
========================================================= The purpose of the BSP patch is to allow building several boards inside the same buildroot tree. For this to work, each board has to have its own "$(TARGET_DIR)" and all *configurable* packages must be rebuilt for each board. They are now built in the "$(PROJECT_BUILD_DIR)" All non configurable packages can and should still be built in the "$(BUILD_DIR)". If a package is built for one board, then when you build for a second board of the same architecture the build becomes a simple copy of the resulting binaries. ----- Define BR2_PROJECT which will be used as the selector between different boards. Note that BR2_PROJECT allow you to build multiple root file systems for a single board, and should not be confused with BR2_BOARD_NAME which relates to the H/W. ----- Define PROJECT_BUILD_DIR as "PROJECT_BUILD_DIR/$(PROJECT)" Define BINARIES_DIR as "binaries/$(PROJECT)" Define TARGET_DIR as "$(PROJECT_BUILD_DIR)/root" (some prefix/postfix may apply) Resulting images are stored in "$(BINARIES_DIR)" ----- Define a few new environment variables in Makefile PROJECT: Stripped BR2_PROJECT DATE: Date of build in YYYY-MM-DD format HOSTNAME: Stripped BR2_HOSTNAME => /etc/hostname BANNER: Stripped BR2_BANNER => /etc/issue Linux and Busybox will be built in $(PROJECT_BUILD_DIR) More patches will be needed later to ensure all configurable packages are built in this directory.
2007-07-08- CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFSBernhard Reutner-Fischer
2007-07-08- fdisk was broken in r18727, disable for now.Bernhard Reutner-Fischer