Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | busybox: fixup id applet on 1.13.0 for old uclibc versions | Peter Korsgaard | 2008-11-21 | 1 | -0/+8 |
| | | | | | | | | The id applet in 1.13.0 only compiles with uclibc < 0.9.30 if the busybox internal passwd/grp functions are used. Therefore, automatically enable CONFIG_USE_BB_PWD_GRP if that situation is detected and warn the user. | ||||
* | busybox: fix missing dependencies in unpacked and config rules | Peter Korsgaard | 2008-08-06 | 1 | -2/+2 |
| | | | | | | | Aadds dependency to host-sed and $(PROJECT_BUILD_DIR) when running make busybox-config and busybox-unpacked. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | confusing busybox config option description patch, busybox can be built as ↵ | John Voltz | 2008-03-21 | 1 | -1/+1 |
| | | | | shared libs, hardlinks ... etc. rename to full install. Patch from Nigel Kukard | ||||
* | busybox: remove config dependency on busybox-source | Peter Korsgaard | 2008-03-11 | 1 | -1/+1 |
| | | | | | busybox-source target doesn't need to depend on the config file. Patch by Simon Pasch. | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - no need to $(strip ..) bool/tristate values (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-30 | 1 | -7/+7 |
| | |||||
* | Add more management to linux and buysbox packages | Ulf Samuelsson | 2007-09-26 | 1 | -2/+8 |
| | |||||
* | - remove inadequate dependencies prerequisite. | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -1/+1 |
| | | | | If needed, this should be done slightly different, otherwise the source target runs dependencies, which is not correct. | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -7/+7 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -7/+7 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | BSP Patch: | Ulf Samuelsson | 2007-07-12 | 1 | -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 LFS | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -1/+2 |
| | |||||
* | - use BR2_INET_IPV6 | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -0/+5 |
| | |||||
* | If any of the netkit packages were selected, we disable their counterparts ↵ | "Steven J. Hill" | 2007-05-07 | 1 | -0/+10 |
| | | | | in Busybox and warn the user. | ||||
* | - strip quotes. Thanks to Heikki Lindholm for pointing this out. | Bernhard Reutner-Fischer | 2007-03-24 | 1 | -3/+5 |
| | |||||
* | - make sure we have a build_$arch dir for -menuconfig even when in a ↵ | Bernhard Reutner-Fischer | 2007-03-23 | 1 | -1/+1 |
| | | | | pristine checkout | ||||
* | - bump version | Bernhard Reutner-Fischer | 2007-03-23 | 1 | -1/+1 |
| | |||||
* | - simplify busybox version fiddling | Bernhard Reutner-Fischer | 2007-03-20 | 1 | -27/+3 |
| | |||||
* | - add busybox-1.4.2 | Bernhard Reutner-Fischer | 2007-03-20 | 1 | -0/+5 |
| | |||||
* | Set CONFIG_PREFIX for all versions | Peter Korsgaard | 2007-02-23 | 1 | -9/+2 |
| | |||||
* | - add skeleton to use busybox and mdev for a rather small skeleton | Bernhard Reutner-Fischer | 2007-02-16 | 1 | -0/+4 |
| | |||||
* | Made _DIR/_SOURCE/_SITE common for all non-snapshot versions | Peter Korsgaard | 2007-02-06 | 1 | -15/+4 |
| | |||||
* | v1.0.1 tarball is called busybox-1.01 | Peter Korsgaard | 2007-02-06 | 1 | -1/+1 |
| | |||||
* | CONFIG_PREFIX hack (r17670) no longer needed | Peter Korsgaard | 2007-02-06 | 1 | -1/+1 |
| | |||||
* | busybox 1.4.1 support | Peter Korsgaard | 2007-02-06 | 1 | -0/+12 |
| | |||||
* | - fix patch application. Use busybox-$(VER)-\*.patch for versions and ↵ | Bernhard Reutner-Fischer | 2007-01-31 | 1 | -3/+7 |
| | | | | busybox.\*.patch for snapshot | ||||
* | busybox 1.4.0 seems to use CONFIG_PREFIX instead of PREFIX | Peter Korsgaard | 2007-01-30 | 1 | -1/+1 |
| | |||||
* | Busybox 1.4.0 support | Peter Korsgaard | 2007-01-30 | 1 | -1/+8 |
| | |||||
* | - add an experimental BR2_PREFER_IMA. | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -0/+8 |
| | | | | Currently disfunctional for gcc-4.2 due to PR30620 and possibly others | ||||
* | - copy the _CONFIG_FILES back | Bernhard Reutner-Fischer | 2007-01-19 | 1 | -1/+4 |
| | | | | - use the BUSYBOX_CONFIG_FILE if specified by the user | ||||
* | - make sure to agree on the installation CONFIG_PREFIX | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -0/+2 |
| | |||||
* | update busybox defaults a bit | Eric Andersen | 2006-12-13 | 1 | -14/+45 |
| | |||||
* | let people select different versions of busybox to suit their needs | Eric Andersen | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | - pass the target (kernel-) arch in. | Bernhard Reutner-Fischer | 2006-12-07 | 1 | -1/+3 |
| | |||||
* | - adjust busybox-source dependencies | Bernhard Reutner-Fischer | 2006-12-02 | 1 | -1/+1 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | - Adjust the install prefix for current busybox. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -0/+5 |
| | |||||
* | - newer busyboxen want CROSS_COMPILE rather than the old CROSS. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -3/+6 |
| | |||||
* | - check if busybox' Rules.mak exists. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -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.2 | Peter Korsgaard | 2006-10-25 | 1 | -1/+1 |
| | |||||
* | - repair deps. | Bernhard Reutner-Fischer | 2006-08-29 | 1 | -2/+2 |
| | |||||
* | - make sure that the prerequisites of 'make busybox-menuconfig' are met | Bernhard Reutner-Fischer | 2006-08-24 | 1 | -1/+1 |
| | |||||
* | Bump to upstream v1.2.1 | Peter Korsgaard | 2006-07-31 | 1 | -1/+1 |
| | |||||
* | fix dependancy | Eric Andersen | 2006-07-09 | 1 | -1/+1 |
| | |||||
* | - busybox recently renamed CROSS to CROSS_COMPILE. Pass in both for now. | Bernhard Reutner-Fischer | 2006-07-05 | 1 | -2/+5 |
| | |||||
* | Bump to upstream v1.1.3 | Peter Korsgaard | 2006-05-18 | 1 | -1/+1 |
| | |||||
* | per bug 825, bump busybox to stable rev 1.1.2 | Eric Andersen | 2006-04-11 | 1 | -1/+1 |
| | |||||
* | ver bump | Mike Frysinger | 2006-01-16 | 1 | -1/+1 |
| | |||||
* | make updating configs easier | Mike Frysinger | 2005-11-15 | 1 | -1/+1 |
| | |||||
* | add an option for installing symlinks for supported busybox applets #536 | Mike Frysinger | 2005-11-10 | 1 | -0/+4 |
| |