summaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - fixed upstream in r18618Bernhard Reutner-Fischer2007-05-151-59/+0
|
* This patch increases the maximum host name length for 'dnsd' to 40 ↵"Steven J. Hill"2007-05-073-0/+159
| | | | characters in length and fixes a resolving bug. For example, if there are two entries in the 'dnsd.conf' file of 'foo1' and 'foo2'. Doing a 'nslookup foo2' the 'dnsd' will always return the IP address of 'foo1' because the string comparison is faulty.
* If any of the netkit packages were selected, we disable their counterparts ↵"Steven J. Hill"2007-05-071-0/+10
| | | | in Busybox and warn the user.
* sed patchPeter Korsgaard2007-04-251-0/+11
|
* busybox 1.5.0 patchesPeter Korsgaard2007-04-052-0/+27
|
* - strip quotes. Thanks to Heikki Lindholm for pointing this out.Bernhard Reutner-Fischer2007-03-241-3/+5
|
* - make sure we have a build_$arch dir for -menuconfig even when in a ↵Bernhard Reutner-Fischer2007-03-231-1/+1
| | | | pristine checkout
* - bump versionBernhard Reutner-Fischer2007-03-233-3/+699
|
* - simplify busybox version fiddlingBernhard Reutner-Fischer2007-03-202-28/+13
|
* - add busybox-1.4.2Bernhard Reutner-Fischer2007-03-204-24/+13
|
* tftp patchPeter Korsgaard2007-03-151-0/+112
|
* - fix ptr_to_globalsBernhard Reutner-Fischer2007-03-141-0/+11
|
* tar -t hotfixPeter Korsgaard2007-02-271-0/+76
|
* Set CONFIG_PREFIX for all versionsPeter Korsgaard2007-02-231-9/+2
|
* - just reading the first 9 bytes for the maj:min ought to be enough (TM)Bernhard Reutner-Fischer2007-02-161-0/+13
|
* - add skeleton to use busybox and mdev for a rather small skeletonBernhard Reutner-Fischer2007-02-162-0/+12
|
* Additional 1.4.1 patchesPeter Korsgaard2007-02-122-0/+85
|
* Made _DIR/_SOURCE/_SITE common for all non-snapshot versionsPeter Korsgaard2007-02-061-15/+4
|
* v1.0.1 tarball is called busybox-1.01Peter Korsgaard2007-02-061-1/+1
|
* CONFIG_PREFIX hack (r17670) no longer neededPeter Korsgaard2007-02-061-1/+1
|
* hide busybox version selector if disabledPeter Korsgaard2007-02-061-0/+1
|
* busybox 1.4.1 supportPeter Korsgaard2007-02-064-0/+715
|
* - there is something wrong in the new buildsys: If one selects ip and has ↵Bernhard Reutner-Fischer2007-02-021-0/+59
| | | | | | e..g rule or route unset, ip still wants to build those. This fails (correctly) since rtnl_rttable_n2a and rtnl_rtrealm_n2a aren't available if they were turned off. TODO: Talk to vda about this
* - the generic x86 busybox config is ment for current busybox trunkBernhard Reutner-Fischer2007-02-011-1/+1
|
* - fix patch application. Use busybox-$(VER)-\*.patch for versions and ↵Bernhard Reutner-Fischer2007-01-311-3/+7
| | | | busybox.\*.patch for snapshot
* busybox 1.4.0 seems to use CONFIG_PREFIX instead of PREFIXPeter Korsgaard2007-01-301-1/+1
|
* busybox 1.4.0 support filesPeter Korsgaard2007-01-306-0/+924
|
* Busybox 1.4.0 supportPeter Korsgaard2007-01-302-1/+12
|
* - add an experimental BR2_PREFER_IMA.Bernhard Reutner-Fischer2007-01-281-0/+8
| | | | Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
* - 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
|