buildrootschalter/package/busybox
Ulf Samuelsson 412ca2a4d4 BSP Patch:
=========================================================
	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-12 13:11:03 +00:00
..
busybox-1.1.3.config let people select different versions of busybox to suit their needs 2006-12-13 06:58:14 +00:00
busybox-1.2.2.1-max_host_len_40.patch This patch increases the maximum host name length for 'dnsd' to 40 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. 2007-05-07 04:07:06 +00:00
busybox-1.2.2.1.config update busybox defaults a bit 2006-12-13 09:14:10 +00:00
busybox-1.4.1-binhex.patch busybox 1.4.1 support 2007-02-06 16:18:12 +00:00
busybox-1.4.1-iproute.patch Additional 1.4.1 patches 2007-02-12 14:43:57 +00:00
busybox-1.4.1-tar_t.patch tar -t hotfix 2007-02-27 09:04:31 +00:00
busybox-1.4.1-tftp.patch tftp patch 2007-03-15 08:36:18 +00:00
busybox-1.4.1-wgetSEGV.patch Additional 1.4.1 patches 2007-02-12 14:43:57 +00:00
busybox-1.4.1.config busybox 1.4.1 support 2007-02-06 16:18:12 +00:00
busybox-1.4.0-conf.patch busybox 1.4.0 support files 2007-01-30 13:37:21 +00:00
busybox-1.4.0-libnetlink.patch busybox 1.4.0 support files 2007-01-30 13:37:21 +00:00
busybox-1.4.0-max_host_len_40.patch This patch increases the maximum host name length for 'dnsd' to 40 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. 2007-05-07 04:07:06 +00:00
busybox-1.4.0-parse_config_file.patch busybox 1.4.0 support files 2007-01-30 13:37:21 +00:00
busybox-1.4.0-syslogd-n.patch busybox 1.4.0 support files 2007-01-30 13:37:21 +00:00
busybox-1.4.0-tar.patch busybox 1.4.0 support files 2007-01-30 13:37:21 +00:00
busybox-1.4.0.config busybox 1.4.0 support files 2007-01-30 13:37:21 +00:00
busybox-1.5.0-hdparm.patch busybox 1.5.0 patches 2007-04-05 07:04:31 +00:00
busybox-1.5.0-max_host_len_40.patch This patch increases the maximum host name length for 'dnsd' to 40 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. 2007-05-07 04:07:06 +00:00
busybox-1.5.0-ps.patch busybox 1.5.0 patches 2007-04-05 07:04:31 +00:00
busybox-1.5.0-sed.patch sed patch 2007-04-25 07:11:10 +00:00
busybox-1.5.0.config - bump version 2007-03-23 13:24:56 +00:00
busybox-1.6.0-echo.patch busybox 1.6.0 patches 2007-06-14 13:09:06 +00:00
busybox-1.6.0-hushdep.patch busybox 1.6.0 patches 2007-06-14 13:09:06 +00:00
busybox-1.6.0-test.patch - add post 1.6.0 fix 2007-06-25 11:07:11 +00:00
busybox-1.6.0.config - fdisk was broken in r18727, disable for now. 2007-07-08 12:04:34 +00:00
busybox-1.0.1.config let people select different versions of busybox to suit their needs 2006-12-13 06:58:14 +00:00
busybox.mk BSP Patch: 2007-07-12 13:11:03 +00:00
Config.in - forgot to provide a default config for 1.6.1 2007-07-08 11:56:38 +00:00