Commit Graph

2701 Commits

Author SHA1 Message Date
Ulf Samuelsson
458ce81c87 Update configure files for libdaemon 2007-07-17 12:06:01 +00:00
Ulf Samuelsson
4e01b05d94 Avoid constant rebuild of 'socat' 2007-07-17 12:04:36 +00:00
Ulf Samuelsson
847d0aaca2 Read patch from correct directory 2007-07-17 12:02:44 +00:00
Ulf Samuelsson
e826372fdb Fix spelling error 2007-07-17 12:01:09 +00:00
Ulf Samuelsson
a2932f294d Fix compile bugs caused by undefined preprocessor variables 2007-07-17 11:05:31 +00:00
"Steven J. Hill"
bf45b77078 Make OpenSSL support to be configurable and get the install target footprint to be as small as possible. Also clean up the clean target. "Clean up, clean up, everybody lend a hand! Clean up, clean up, you can do it, yes you can." 2007-07-17 00:27:10 +00:00
"Steven J. Hill"
afab848a5e Fix build directives and clean target screwed up by me. 2007-07-17 00:25:31 +00:00
"Steven J. Hill"
8beacdba1e The clean target should really work. 2007-07-17 00:24:54 +00:00
"Steven J. Hill"
7a91ec9af6 Should have been with 'tinyhttpd' check-in. 2007-07-17 00:24:13 +00:00
"Steven J. Hill"
9e7a628293 We need LDFLAGS here. 2007-07-17 00:23:46 +00:00
"Steven J. Hill"
80de02162d Add new 'tinyhttpd' package and move all other httpd servers to be disabled if the BusyBox server is being used. 2007-07-17 00:23:31 +00:00
"Steven J. Hill"
b9721176ba Build proftpd with IPv6 support only if the toolchain was configured as such. 2007-07-17 00:22:39 +00:00
"Steven J. Hill"
51245ee183 Do not use wildcard for patches. 2007-07-17 00:22:16 +00:00
"Steven J. Hill"
bc9dcb8574 Bump Samba to latest version and update patches. 2007-07-17 00:21:16 +00:00
"Steven J. Hill"
c5180589da A number of fixes including placing of the final image into the 'binaries' directory. Moved INITRAMFS_TARGET to the correct location as modules from the built kernel were not being installed until after the INITRAMFS had been built. Fixed config options for INITRAMFS to be correct and cleaned up whitespace/tab issues. 2007-07-17 00:20:32 +00:00
"Steven J. Hill"
c51e7ada45 Allow selection of RPC and IPv6 options for an external toolchain. 2007-07-17 00:18:54 +00:00
Ulf Samuelsson
f9a0f11030 Add libxml2 package 2007-07-16 20:13:22 +00:00
Ulf Samuelsson
739c51d175 Cleanup of libcgi 2007-07-16 19:03:46 +00:00
Ulf Samuelsson
ce01a666dc Avoid rebuilding 'readline-5.1' 2007-07-16 11:14:44 +00:00
Ulf Samuelsson
21f3e48d6c Avoid rebuild of openntpd 2007-07-16 10:58:58 +00:00
Ulf Samuelsson
5dce7d3005 Temporarily allow static libgettext library option to ensure build can complete for ARM 2007-07-16 10:00:29 +00:00
Ulf Samuelsson
483331462a Avoid repeated rebuild of libusb 2007-07-16 09:45:39 +00:00
Ulf Samuelsson
144f079cde Stop repeated build of libcgi 2007-07-16 09:32:07 +00:00
Ulf Samuelsson
1ed4094d61 Get rid of repeated rebuild of 'at' 2007-07-16 08:12:15 +00:00
Ulf Samuelsson
06cc62f9cf Get rid of repeated copy of 'customize' 2007-07-16 07:55:50 +00:00
Ulf Samuelsson
826f8ef472 Use correct script to init lighttpd 2007-07-15 23:35:31 +00:00
Ulf Samuelsson
f481330866 Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux' 2007-07-15 22:01:33 +00:00
Ulf Samuelsson
0f9c5b1129 Define HOSTLN to allow gzip to build for non-x86 target 2007-07-15 21:54:11 +00:00
Ulf Samuelsson
f54e958645 Fix acpid version info 2007-07-15 17:06:15 +00:00
Ulf Samuelsson
7a3bccae42 Correct JFFS2 Erase Size for AT45 dataflash 2007-07-14 07:26:41 +00:00
Bernhard Reutner-Fischer
e0dd5309bd - use established style 2007-07-13 12:21:19 +00:00
Ulf Samuelsson
3147e777fe Make Config.in targets for ARM chips look consistent 2007-07-12 18:47:48 +00:00
Ulf Samuelsson
7c61ca6f0c Fix Document style 2007-07-12 17:04:05 +00:00
Ulf Samuelsson
fe1bd1ae1b Workaround for vi bug in syntax highlighting 2007-07-12 16:57:47 +00:00
Ulf Samuelsson
d65d81e06d Fix Document style 2007-07-12 16:53:13 +00:00
Ulf Samuelsson
e17c3858c4 Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIR 2007-07-12 15:32:04 +00:00
Ulf Samuelsson
e327a1f0a7 Change HOSTNAME to TARGET_HOSTNAME to avoid superseeding build host HOSTNAME 2007-07-12 15:28:58 +00:00
Ulf Samuelsson
be089760c6 Update Instructions for applying for Buildroot write access 2007-07-12 14:46:03 +00:00
Ulf Samuelsson
02616c53c3 Update Documentation for BSP patch 2007-07-12 14:43:44 +00:00
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
Ulf Samuelsson
7def55591d Define date of build as DATE, use in mtd/mtd.mk 2007-07-11 15:01:42 +00:00
Ulf Samuelsson
c0c804da6e Configure linux within target/linux/Config.in instead of within target/device/Config.in 2007-07-11 14:42:32 +00:00
Ulf Samuelsson
cf254e81d1 Configure linux within target/linux/Config.in instead of within target/device/Config.in 2007-07-11 14:40:56 +00:00
Ulf Samuelsson
0e5715a9d7 Build linux within target/linux/Makefile.in instead of within target/linux26.mk 2007-07-11 14:34:55 +00:00
Ulf Samuelsson
32ea433d09 Use <package>_VERSION in all <package>.mk instead of <package>_VER 2007-07-11 14:20:47 +00:00
Ulf Samuelsson
e1621a4a2a Use <package>_VERSION in all <package>.mk instead of <package>_VER 2007-07-11 14:06:06 +00:00
Ulf Samuelsson
cd599b6114 Use <package>_VERSION in all <package>.mk instead of <package>_VER 2007-07-11 13:55:55 +00:00
Ulf Samuelsson
b40e89ab86 Use <package>_VERSION in all <package>.mk instead of <package>_VER 2007-07-11 13:55:21 +00:00
Bernhard Reutner-Fischer
60a17626c5 - fix building sstrip 2007-07-10 11:34:22 +00:00
Bernhard Reutner-Fischer
5ff7c496e7 - cosmetics: rename _VER to _VERSION and touch at 2007-07-09 18:36:01 +00:00