Commit Graph

1245 Commits

Author SHA1 Message Date
Ulf Samuelsson
73f43a28c3 Add vpnc package 2007-07-17 18:14:25 +00:00
Ulf Samuelsson
92bca2efe7 Add gpg-error package 2007-07-17 18:11:55 +00:00
Ulf Samuelsson
630dec28c2 Add GNU Crypto library 2007-07-17 18:10:35 +00:00
Ulf Samuelsson
3a18b7b9f7 Avoid repeated rebuilds of 'sysvinit' 2007-07-17 17:07:33 +00:00
Ulf Samuelsson
b2cc2970b9 Avoid repeated rebuilds of 'wipe' 2007-07-17 17:05:58 +00:00
Ulf Samuelsson
c4bd716055 Avoid repeated build of 'ed' 2007-07-17 15:37:08 +00:00
Ulf Samuelsson
256c7267a7 Make dbus depend on libxml2 and link with lib 2007-07-17 15:19:18 +00:00
Ulf Samuelsson
ff2adceaa2 Copy libxml2 headers to staging_dir (and possibly target_dir) 2007-07-17 15:17:42 +00:00
Ulf Samuelsson
431e0223da Avoid constant rebuild of 'sed' 2007-07-17 12:12:12 +00:00
Ulf Samuelsson
4705b60076 Ensure we use host 'make', even when building 'make' in buildroot 2007-07-17 12:09:07 +00:00
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
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
e17c3858c4 Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIR 2007-07-12 15:32:04 +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
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
5ff7c496e7 - cosmetics: rename _VER to _VERSION and touch at 2007-07-09 18:36:01 +00:00
Bernhard Reutner-Fischer
ead86bff64 - pull from upstream 2007-07-09 17:59:19 +00:00
Bernhard Reutner-Fischer
9bb66ca13e - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
Fixes build breakage as seen by Ulf et al.
2007-07-09 08:30:38 +00:00
Ulf Samuelsson
ae0af115cd WGET_NOSPIDERS is not defined, use WGET for now 2007-07-09 04:59:45 +00:00
Ulf Samuelsson
e47699f952 Use hostap release version instead of snapshot 2007-07-09 04:40:53 +00:00
Bernhard Reutner-Fischer
402d710eeb - bump version
- misc adjustments while at it
2007-07-08 19:07:46 +00:00
Bernhard Reutner-Fischer
d92e6430d2 - make it compile. 2007-07-08 18:58:48 +00:00
Bernhard Reutner-Fischer
4931753651 - remove cruft 2007-07-08 18:16:12 +00:00
Bernhard Reutner-Fischer
99b812f778 - bump version and make it compile 2007-07-08 18:14:51 +00:00
Bernhard Reutner-Fischer
c779748845 - add missing dirclean target (Cristian Ionescu-Idbohrn) 2007-07-08 13:55:49 +00:00
Bernhard Reutner-Fischer
fcc96a41bb - fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn)
- bump version
2007-07-08 13:20:46 +00:00
Bernhard Reutner-Fischer
d99aa31062 - CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFS 2007-07-08 12:10:21 +00:00
Bernhard Reutner-Fischer
d1bd218618 - fdisk was broken in r18727, disable for now. 2007-07-08 12:04:34 +00:00
Bernhard Reutner-Fischer
20dd05b6c3 - forgot to provide a default config for 1.6.1
Thanks to Cristian Ionescu-Idbohrn for noticing this.
2007-07-08 11:56:38 +00:00
Bernhard Reutner-Fischer
c1dc610e0d - bump version and uninstall runlevel script. Closes #1366 2007-07-08 11:03:43 +00:00
Bernhard Reutner-Fischer
8fce4ba864 - pretty print path for brevity 2007-07-08 00:18:51 +00:00
Bernhard Reutner-Fischer
f987b7a541 - silence a cosmetic warning (closes several issues in mantis).
This also provides a nice up-to-date filestamp if something got reconfigured (e.g. c++ support got toggled) that can be used in the future to depend accordingly.
2007-07-08 00:00:17 +00:00
Bernhard Reutner-Fischer
c79018c5ef - mention from which version this copy of kconfig comes from (redundant since i noted it already in the checkin message, but ok). 2007-07-07 18:17:41 +00:00
Bernhard Reutner-Fischer
1904280ac9 - using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/include
is the proper path for includes (check your host)
2007-07-07 11:06:08 +00:00
Bernhard Reutner-Fischer
2e69d5d162 - bump version 2007-07-07 10:14:30 +00:00
Bernhard Reutner-Fischer
595883a832 - account for setups without wchar support. 2007-07-07 10:11:17 +00:00
"Steven J. Hill"
87f5a311d7 Get rid of leading whitespace to silence warnings from config system. 2007-07-06 11:42:03 +00:00
"Steven J. Hill"
9a0f303cce Bump versions. 2007-07-06 11:41:27 +00:00
"Steven J. Hill"
6f59d3ce32 Remove more stuff during 'make distclean'. 2007-07-06 04:58:01 +00:00
"Steven J. Hill"
9a4ca08e5f Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next. 2007-07-06 04:26:32 +00:00
"Steven J. Hill"
9fba547400 Fix patch filtering and add new patch to disable tests for IPv6 when not selected. 2007-07-06 04:21:22 +00:00
"Steven J. Hill"
e8b93caa82 Bump version of tar and add disabling of IPv6 for psmisc if it is not selected. Submitted by <buraphalinuxserver@gmail.com>. 2007-07-05 17:56:24 +00:00
"Steven J. Hill"
c488d2c681 Add building of m4 for host and fix autoconf dependency. Submitted by Julien Letessier <julien.letessier@technosens.fr>. 2007-07-05 17:54:38 +00:00
"Steven J. Hill"
5e1e636abf Update version of ed and remove obsoleted patch. Submitted by <buraphalinuxserver@gmail.com>. 2007-07-05 17:52:31 +00:00
Peter Korsgaard
6adb205522 Remove configure cruft 2007-07-05 15:55:23 +00:00
Bernhard Reutner-Fischer
4217651181 - forgot a line 2007-07-02 15:20:05 +00:00
Bernhard Reutner-Fischer
ed438a4f58 - forgot to write out the .config.cmd 2007-07-02 14:35:11 +00:00
Bernhard Reutner-Fischer
1ca33cb117 - bump version 2007-07-02 09:54:18 +00:00
Bernhard Reutner-Fischer
e4e8dc7f73 - udhcp was merged into busybox some years ago; use a recent busybox instead! 2007-07-02 08:58:56 +00:00
Bernhard Reutner-Fischer
2dd6b35498 - change download site to sourceforge 2007-06-29 08:18:13 +00:00
Bernhard Reutner-Fischer
2d8b8c15fe - fix make defconfig (Rick Foos) 2007-06-28 22:38:48 +00:00
Bernhard Reutner-Fischer
1548b21ce2 - add quagga suite 2007-06-28 15:55:00 +00:00
Bernhard Reutner-Fischer
79e2d802ae - fix a few -clean targets.
- bash build is not parallel-safe
2007-06-28 14:07:13 +00:00
Bernhard Reutner-Fischer
f31f1e4db4 - fix building the utilities that are ment to be run on the _HOST_ (Julien Letessier) 2007-06-28 14:03:04 +00:00
Bernhard Reutner-Fischer
649e4fd808 - provide autotools for the host (Julien Letessier) 2007-06-28 13:51:07 +00:00
Bernhard Reutner-Fischer
efd4bd9a6e - rm some old files 2007-06-28 13:06:21 +00:00
Bernhard Reutner-Fischer
7dde1b9e71 - respin whole patch for the sake of simplicity 2007-06-28 12:11:12 +00:00
Bernhard Reutner-Fischer
543a89568e - make it compile with a C89 compiler 2007-06-28 11:53:59 +00:00
Bernhard Reutner-Fischer
afc61c6e8e - adjust infrastructure for new kconfig 2007-06-28 10:47:05 +00:00
Bernhard Reutner-Fischer
a665ed3496 - pull kconfig from linux-2.6.21.5 2007-06-28 10:46:19 +00:00
Bernhard Reutner-Fischer
e89cffadee - use BR2_INET_IPV6 2007-06-27 21:07:09 +00:00
Bernhard Reutner-Fischer
74d518dc2a - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Bernhard Reutner-Fischer
de18b661cf - introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target packages 2007-06-27 09:48:23 +00:00
Bernhard Reutner-Fischer
732beaf4d9 - use correct installation path 2007-06-27 09:40:25 +00:00
Bernhard Reutner-Fischer
272443c1c2 - the actual current version of NTP is 4.2p2 (Julien Letessier)
- fixed the configure flag (Julien Letessier)
2007-06-27 09:18:58 +00:00
Bernhard Reutner-Fischer
f203aaf7c0 - use BR2_INET_IPV6 2007-06-26 17:45:08 +00:00
Bernhard Reutner-Fischer
5dd91e234e - apply the patches 2007-06-26 16:35:07 +00:00
Bernhard Reutner-Fischer
a48d8f5414 - add BR2_INET_IPV6 and BR2_INET_RPC
TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
2007-06-26 16:34:45 +00:00
Bernhard Reutner-Fischer
23f59c69c5 - bump version 2007-06-26 16:18:00 +00:00
Bernhard Reutner-Fischer
806cc3b5d3 - bump version, make it compile. tickadjust has to be disabled. Closes #1029
Provide means for installing sntp
2007-06-26 15:41:01 +00:00
Bernhard Reutner-Fischer
c77052465a - pass -msoft-float if BR2_SOFT_FLOAT is set. Closes bug #1069 2007-06-26 14:02:29 +00:00
Bernhard Reutner-Fischer
b127e7696b - force DirectFB to detect PAGE_SIZE via sysconf (Ivan Kuten) 2007-06-26 06:24:37 +00:00
Bernhard Reutner-Fischer
5a69bcda3d - Add a system-V init script to ntpd. Closes #518 2007-06-25 18:27:58 +00:00
Bernhard Reutner-Fischer
faf363f197 - account for now optional archive 2007-06-25 16:56:11 +00:00
Bernhard Reutner-Fischer
12435dfe47 - fix typo in previous commit 2007-06-25 16:35:23 +00:00
Bernhard Reutner-Fischer
ab57732b25 - correct installation path 2007-06-25 15:38:03 +00:00
Bernhard Reutner-Fischer
187d5531b3 - correct installation path 2007-06-25 15:07:25 +00:00
Bernhard Reutner-Fischer
27f55ff470 - bump version and correct installation path 2007-06-25 14:53:24 +00:00
Bernhard Reutner-Fischer
e1d4dc1d8e - forgot to adjust the pathes.. 2007-06-25 11:22:26 +00:00
Bernhard Reutner-Fischer
7e81360323 - pull some additional fixes from upstream 2007-06-25 11:17:52 +00:00
Bernhard Reutner-Fischer
f7ce4eb03c - use sysconf to obtain the pagesize (Ivan Kuten) 2007-06-25 11:12:51 +00:00
Bernhard Reutner-Fischer
489a777527 - add post 1.6.0 fix 2007-06-25 11:07:11 +00:00
Bernhard Reutner-Fischer
4d49614d3f - preserve quotes 2007-06-25 10:29:47 +00:00
Bernhard Reutner-Fischer
d5ea4caa14 - preserve quotes 2007-06-25 10:23:24 +00:00
Bernhard Reutner-Fischer
0982183a8d - bump version
- add SUSV legacy fixups
2007-06-25 09:41:35 +00:00
Bernhard Reutner-Fischer
933d5c60ef - improve the zlib-clean target 2007-06-25 09:07:08 +00:00
Bernhard Reutner-Fischer
2f92075db2 - make sure that TARGET_DIR/usr/lib exists 2007-06-25 09:01:53 +00:00
Bernhard Reutner-Fischer
b63654f352 - Install the library under $(STAGING_DIR)/usr/lib (Julien Letessier) 2007-06-25 08:58:38 +00:00
Bernhard Reutner-Fischer
a56ecc4aee - bump version and correct install dirs (Julien Letessier) 2007-06-25 08:37:23 +00:00
Bernhard Reutner-Fischer
17bc94ad53 - bump version 2007-06-23 13:56:52 +00:00
Bernhard Reutner-Fischer
58b07230ff - fix typo in version 2007-06-23 13:43:39 +00:00
Bernhard Reutner-Fischer
43201cc258 - Fixed a type in the binary target and also install to staging_dir (Julien Letessier)
- make sure that -clean also wipes the staging_dir files.
2007-06-23 09:50:29 +00:00
Bernhard Reutner-Fischer
0848d01d38 - need to rename these hunks to come after the base patches 2007-06-21 22:14:55 +00:00
Bernhard Reutner-Fischer
96a63a34fa - version bump (not yet tested..) 2007-06-21 22:09:36 +00:00
Bernhard Reutner-Fischer
040f92bfc0 - use correct path for lzo libs and headers et al 2007-06-21 22:07:24 +00:00
Bernhard Reutner-Fischer
5dbb973e0e - use correct path for lzo libs and headers 2007-06-21 22:06:48 +00:00
Bernhard Reutner-Fischer
5a6e977994 - use the correct path to the pkgconfig .pc 2007-06-21 22:05:39 +00:00
Bernhard Reutner-Fischer
701d2aea93 - escape wildcards in kernel-patch patterns 2007-06-20 13:25:44 +00:00
Bernhard Reutner-Fischer
96b998842d - use $@ 2007-06-20 13:19:40 +00:00
Bernhard Reutner-Fischer
f2433fa3fa - you have to escape the asterisk 2007-06-20 13:18:53 +00:00
Bernhard Reutner-Fischer
057f971934 - bump version 2007-06-20 12:10:48 +00:00
Bernhard Reutner-Fischer
8027784c35 - add full sysroot support for non-ancient toolchains.
- start to separate usr/lib and lib to match normal system-layout
2007-06-20 11:26:36 +00:00
"Steven J. Hill"
a7dae1919c If external toolchain support NPTL, then we should build Open POSIX Testsuite if the user selects us. 2007-06-16 18:27:38 +00:00
"Steven J. Hill"
07feaa5736 Get rid of extra directory entry in JFFS2 and add wildcarding for usbmount patches. 2007-06-16 17:56:05 +00:00
"Steven J. Hill"
8f8e19df58 Fix install of scripts. 2007-06-16 17:54:38 +00:00
Peter Korsgaard
12958f2d6f busybox 1.6.0 patches 2007-06-14 13:09:06 +00:00
Peter Korsgaard
1c0ead4129 aumix package 2007-06-13 10:07:16 +00:00
Peter Korsgaard
6755d78ea6 Bumped version 2007-06-12 15:19:27 +00:00
Bernhard Reutner-Fischer
5b98b48d85 - bump version 2007-06-09 09:58:14 +00:00
Bernhard Reutner-Fischer
885da5d67a - fix typo 2007-06-06 20:25:16 +00:00
Bernhard Reutner-Fischer
1a5c324167 - better also copy the link targets.. 2007-06-06 19:50:05 +00:00
Bernhard Reutner-Fischer
cca0bfe4e3 - prefer shared libs on the host 2007-06-06 19:45:46 +00:00
Bernhard Reutner-Fischer
c6eb2ed657 - adjust to use the gcc-4.2.0 release
- adjust default gdb version to 6.6
- fix stripping gmp/mpfr due to recent LIBTGTEXT changes
2007-06-06 18:14:00 +00:00
Bernhard Reutner-Fischer
3342c8c547 - make sure to have the target-dir where we want to unpack ltp to 2007-06-06 18:10:48 +00:00
Bernhard Reutner-Fischer
6570eabd94 - bump version 2007-06-06 18:10:14 +00:00
Bernhard Reutner-Fischer
ca50d0da5c - bump version 2007-06-02 13:13:56 +00:00
Bernhard Reutner-Fischer
c6e43c9da3 - fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIB 2007-06-02 11:22:17 +00:00
Bernhard Reutner-Fischer
3096f34d27 - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer to build static or dynamic libs/bins.
- depending on the BR2_GNU_BUILD_SUFFIX, set the respective EXEEXT, LIBEXT, SHREXT extensions for use on the target.
Thanks to Tom for suplying a diff which implements these.
2007-06-01 22:16:28 +00:00
Peter Korsgaard
961229caf5 Cleanup, get rid of MPG123_WORKDIR, use $@, libmad not needed 2007-05-31 15:42:33 +00:00
Peter Korsgaard
9f47480019 Cleanup, get rid of ETHTOOL_WORKDIR, use $@ 2007-05-31 15:27:05 +00:00
Peter Korsgaard
958dd529d4 Cleanup, get rid of HASERL_WORKDIR, use $@ 2007-05-31 15:19:37 +00:00