summaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
...
* busybox: add 1.10.0 releasePeter Korsgaard2008-03-254-1/+110
|
* confusing busybox config option description patch, busybox can be built as ↵John Voltz2008-03-212-5/+5
| | | | shared libs, hardlinks ... etc. rename to full install. Patch from Nigel Kukard
* busybox: bump version (1.9.2)Peter Korsgaard2008-03-214-58/+1
|
* busybox: additional 1.9.1 patchesPeter Korsgaard2008-03-172-0/+38
|
* busybox: remove config dependency on busybox-sourcePeter Korsgaard2008-03-111-1/+1
| | | | | busybox-source target doesn't need to depend on the config file. Patch by Simon Pasch.
* busybox 1.9.1 fixesPeter Korsgaard2008-02-281-0/+19
|
* busybox: bump version to 1.9.1Peter Korsgaard2008-02-1412-983/+1
|
* busybox: additional 1.9.0 patchesPeter Korsgaard2008-02-144-0/+755
|
* busybox: More 1.9.0 patchesPeter Korsgaard2008-02-024-0/+146
|
* busybox: 1.9.0 fixesPeter Korsgaard2008-01-083-0/+81
|
* busybox: Don't depend on long gone busybox 1.0.1 symbolPeter Korsgaard2008-01-031-1/+0
|
* busybox: Bump version to 1.9.0Peter Korsgaard2008-01-031-1/+7
|
* busybox: Bump version to 1.8.2Peter Korsgaard2008-01-034-1/+72
|
* busybox: Bump version to 1.7.4Peter Korsgaard2008-01-032-1/+39
|
* busybox: Remove unused 1.7.0 patchesPeter Korsgaard2008-01-034-573/+0
|
* busybox: Get rid of minor version selection.Peter Korsgaard2008-01-031-17/+5
| | | | | | | 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.
* Allow longer history for package versionsUlf Samuelsson2007-10-071-2/+2
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-012-4/+4
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - bump versionBernhard Reutner-Fischer2007-09-301-1/+7
|
* - no need to $(strip ..) bool/tristate values (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-301-7/+7
|
* Add more management to linux and buysbox packagesUlf Samuelsson2007-09-261-2/+8
|
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-261-71/+0
| | | | gcc target abi back to a place where the other arch-specific settings live
* Reduce clutter in packages menuUlf Samuelsson2007-09-261-0/+8
|
* "Project Name" needed before "root" file system can be copied.Ulf Samuelsson2007-09-261-0/+15
| | | | | | | | 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
* - add dummy -source targets.Bernhard Reutner-Fischer2007-09-251-0/+1
|
* - revert patch that obfuscates the config UI and doesn't reflect the order ↵Bernhard Reutner-Fischer2007-09-251-2/+16
| | | | of config steps
* Reorganize configs to even more logical positionsUlf Samuelsson2007-09-241-16/+2
|
* - fix typo in .config filenameBernhard Reutner-Fischer2007-09-221-1/+1
|
* - remove inadequate dependencies prerequisite.Bernhard Reutner-Fischer2007-09-221-1/+1
| | | | If needed, this should be done slightly different, otherwise the source target runs dependencies, which is not correct.
* - bump versionBernhard Reutner-Fischer2007-09-201-1/+8
|
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-171-2/+2
|
* - depends on host-fakerootBernhard Reutner-Fischer2007-09-151-1/+1
|
* Busybox 1.7.0 patchesPeter Korsgaard2007-09-104-0/+573
|
* - adjust list of needed appletsBernhard Reutner-Fischer2007-09-021-3/+6
|
* - build and use the list of the small initramfsBernhard Reutner-Fischer2007-09-021-4/+26
| | | | | Overriding the use of the whole system (as does the initramfs target) is done on purpose.
* - improve configuryBernhard Reutner-Fischer2007-09-021-15/+42
|
* - add my working draft for busybox-initramfs (not yet finished, so still ↵Bernhard Reutner-Fischer2007-09-011-0/+96
| | | | commented out in Config.in)
* - add busybox-1.7.0Bernhard Reutner-Fischer2007-08-241-0/+10
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-7/+7
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-7/+7
| | | | toolchain/*/*.mk */Makefile.in -l)
* BSP Patch:Ulf Samuelsson2007-07-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ========================================================= 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.
* - CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFSBernhard Reutner-Fischer2007-07-081-1/+2
|
* - fdisk was broken in r18727, disable for now.Bernhard Reutner-Fischer2007-07-081-1/+1
|
* - forgot to provide a default config for 1.6.1Bernhard Reutner-Fischer2007-07-081-0/+1
| | | | Thanks to Cristian Ionescu-Idbohrn for noticing this.
* - forgot a lineBernhard Reutner-Fischer2007-07-021-0/+1
|
* - bump versionBernhard Reutner-Fischer2007-07-021-0/+5
|
* - use BR2_INET_IPV6Bernhard Reutner-Fischer2007-06-271-0/+5
|
* - add post 1.6.0 fixBernhard Reutner-Fischer2007-06-251-0/+70
|
* busybox 1.6.0 patchesPeter Korsgaard2007-06-142-0/+43
|
* - bump versionBernhard Reutner-Fischer2007-06-022-1/+702
|