summaryrefslogtreecommitdiff
path: root/package/busybox/busybox.mk
AgeCommit message (Collapse)Author
2009-08-24busybox: also enable ipv6 support in ifupdown if ipv6 support is enabledPeter Korsgaard
Reported by: Chris Smith <chris.smith@tandberg.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-06-22busybox: autodetect nfs mount support based on BR2_INET_RPC settingPeter Korsgaard
Override nfs mount support based on BR2_INET_RPC setting, so BR will DTRT. This way you will automatically get NFS support in busybox if available in the toolchain, and the build won't break if the defconfig enables it but the user has it disabled in the toolchain. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-26busybox: fix brown paper bag typo introduced in a7ed91aPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-19busybox: additional 1.14.0 fixesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-04-15busybox: remove ancient versionsPeter Korsgaard
2009-04-15busybox: add 1.14.xPeter Korsgaard
2009-01-29busybox: rebuild if .config changedPeter Korsgaard
As reported on irc - Fixes busybox-menuconfig
2009-01-29busybox: remove unused handling of ancient versions no longer in BRPeter Korsgaard
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-11-21busybox: fixup id applet on 1.13.0 for old uclibc versionsPeter Korsgaard
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.
2008-08-06busybox: fix missing dependencies in unpacked and config rulesPeter Korsgaard
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>
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-11busybox: remove config dependency on busybox-sourcePeter Korsgaard
busybox-source target doesn't need to depend on the config file. Patch by Simon Pasch.
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- 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-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-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-06-27- use BR2_INET_IPV6Bernhard Reutner-Fischer
2007-05-07If any of the netkit packages were selected, we disable their counterparts ↵"Steven J. Hill"
in Busybox and warn the user.
2007-03-24- strip quotes. Thanks to Heikki Lindholm for pointing this out.Bernhard Reutner-Fischer
2007-03-23- make sure we have a build_$arch dir for -menuconfig even when in a ↵Bernhard Reutner-Fischer
pristine checkout
2007-03-23- bump versionBernhard Reutner-Fischer
2007-03-20- simplify busybox version fiddlingBernhard Reutner-Fischer
2007-03-20- add busybox-1.4.2Bernhard Reutner-Fischer
2007-02-23Set CONFIG_PREFIX for all versionsPeter Korsgaard
2007-02-16- add skeleton to use busybox and mdev for a rather small skeletonBernhard Reutner-Fischer
2007-02-06Made _DIR/_SOURCE/_SITE common for all non-snapshot versionsPeter Korsgaard
2007-02-06v1.0.1 tarball is called busybox-1.01Peter Korsgaard
2007-02-06CONFIG_PREFIX hack (r17670) no longer neededPeter Korsgaard
2007-02-06busybox 1.4.1 supportPeter Korsgaard
2007-01-31- fix patch application. Use busybox-$(VER)-\*.patch for versions and ↵Bernhard Reutner-Fischer
busybox.\*.patch for snapshot
2007-01-30busybox 1.4.0 seems to use CONFIG_PREFIX instead of PREFIXPeter Korsgaard
2007-01-30Busybox 1.4.0 supportPeter Korsgaard
2007-01-28- add an experimental BR2_PREFER_IMA.Bernhard Reutner-Fischer
Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
2007-01-19- copy the _CONFIG_FILES backBernhard Reutner-Fischer
- use the BUSYBOX_CONFIG_FILE if specified by the user
2006-12-13- make sure to agree on the installation CONFIG_PREFIXBernhard Reutner-Fischer
2006-12-13update busybox defaults a bitEric Andersen
2006-12-13let people select different versions of busybox to suit their needsEric Andersen
2006-12-07- pass the target (kernel-) arch in.Bernhard Reutner-Fischer
2006-12-02- adjust busybox-source dependenciesBernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-11-17- Adjust the install prefix for current busybox.Bernhard Reutner-Fischer
2006-11-17- newer busyboxen want CROSS_COMPILE rather than the old CROSS.Bernhard Reutner-Fischer
2006-11-17- check if busybox' Rules.mak exists.Bernhard Reutner-Fischer
- add target dirs to ensure that all required dirs do exist so make busybox-menuconfig works in a pristine checkout.
2006-10-25Bump to upstream v1.2.2Peter Korsgaard
2006-08-29- repair deps.Bernhard Reutner-Fischer