Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Avoid repeated build of 'ed' | Ulf Samuelsson | 2007-07-17 | 1 | -1/+1 | |
| | ||||||
* | Make dbus depend on libxml2 and link with lib | Ulf Samuelsson | 2007-07-17 | 2 | -2/+3 | |
| | ||||||
* | Copy libxml2 headers to staging_dir (and possibly target_dir) | Ulf Samuelsson | 2007-07-17 | 1 | -4/+15 | |
| | ||||||
* | Avoid constant rebuild of 'sed' | Ulf Samuelsson | 2007-07-17 | 1 | -2/+7 | |
| | ||||||
* | Ensure we use host 'make', even when building 'make' in buildroot | Ulf Samuelsson | 2007-07-17 | 1 | -4/+9 | |
| | ||||||
* | Update configure files for libdaemon | Ulf Samuelsson | 2007-07-17 | 1 | -0/+1 | |
| | ||||||
* | Avoid constant rebuild of 'socat' | Ulf Samuelsson | 2007-07-17 | 1 | -0/+1 | |
| | ||||||
* | Read patch from correct directory | Ulf Samuelsson | 2007-07-17 | 1 | -1/+1 | |
| | ||||||
* | Fix spelling error | Ulf Samuelsson | 2007-07-17 | 1 | -1/+1 | |
| | ||||||
* | Fix compile bugs caused by undefined preprocessor variables | Ulf Samuelsson | 2007-07-17 | 1 | -0/+185 | |
| | ||||||
* | Make OpenSSL support to be configurable and get the install target footprint ↵ | "Steven J. Hill" | 2007-07-17 | 2 | -10/+39 | |
| | | | | 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." | |||||
* | Fix build directives and clean target screwed up by me. | "Steven J. Hill" | 2007-07-17 | 1 | -2/+3 | |
| | ||||||
* | The clean target should really work. | "Steven J. Hill" | 2007-07-17 | 1 | -0/+7 | |
| | ||||||
* | Should have been with 'tinyhttpd' check-in. | "Steven J. Hill" | 2007-07-17 | 1 | -2/+3 | |
| | ||||||
* | We need LDFLAGS here. | "Steven J. Hill" | 2007-07-17 | 1 | -0/+1 | |
| | ||||||
* | Add new 'tinyhttpd' package and move all other httpd servers to be disabled ↵ | "Steven J. Hill" | 2007-07-17 | 4 | -0/+177 | |
| | | | | if the BusyBox server is being used. | |||||
* | Build proftpd with IPv6 support only if the toolchain was configured as such. | "Steven J. Hill" | 2007-07-17 | 1 | -0/+5 | |
| | ||||||
* | Do not use wildcard for patches. | "Steven J. Hill" | 2007-07-17 | 1 | -1/+1 | |
| | ||||||
* | Bump Samba to latest version and update patches. | "Steven J. Hill" | 2007-07-17 | 4 | -13/+61 | |
| | ||||||
* | Add libxml2 package | Ulf Samuelsson | 2007-07-16 | 3 | -0/+86 | |
| | ||||||
* | Cleanup of libcgi | Ulf Samuelsson | 2007-07-16 | 1 | -7/+7 | |
| | ||||||
* | Avoid rebuilding 'readline-5.1' | Ulf Samuelsson | 2007-07-16 | 1 | -2/+5 | |
| | ||||||
* | Avoid rebuild of openntpd | Ulf Samuelsson | 2007-07-16 | 1 | -3/+4 | |
| | ||||||
* | Temporarily allow static libgettext library option to ensure build can ↵ | Ulf Samuelsson | 2007-07-16 | 2 | -1/+26 | |
| | | | | complete for ARM | |||||
* | Avoid repeated rebuild of libusb | Ulf Samuelsson | 2007-07-16 | 1 | -2/+5 | |
| | ||||||
* | Stop repeated build of libcgi | Ulf Samuelsson | 2007-07-16 | 1 | -6/+7 | |
| | ||||||
* | Get rid of repeated rebuild of 'at' | Ulf Samuelsson | 2007-07-16 | 1 | -8/+7 | |
| | ||||||
* | Get rid of repeated copy of 'customize' | Ulf Samuelsson | 2007-07-16 | 1 | -2/+17 | |
| | ||||||
* | Use correct script to init lighttpd | Ulf Samuelsson | 2007-07-15 | 1 | -1/+1 | |
| | ||||||
* | Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux' | Ulf Samuelsson | 2007-07-15 | 1 | -1/+1 | |
| | ||||||
* | Define HOSTLN to allow gzip to build for non-x86 target | Ulf Samuelsson | 2007-07-15 | 1 | -5/+5 | |
| | ||||||
* | Fix acpid version info | Ulf Samuelsson | 2007-07-15 | 1 | -2/+2 | |
| | ||||||
* | Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIR | Ulf Samuelsson | 2007-07-12 | 1 | -0/+3 | |
| | ||||||
* | BSP Patch: | Ulf Samuelsson | 2007-07-12 | 2 | -7/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ========================================================= 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. | |||||
* | Define date of build as DATE, use in mtd/mtd.mk | Ulf Samuelsson | 2007-07-11 | 1 | -2/+2 | |
| | ||||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 2 | -6/+6 | |
| | ||||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 110 | -387/+410 | |
| | ||||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 | |
| | ||||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 | |
| | ||||||
* | - cosmetics: rename _VER to _VERSION and touch at | Bernhard Reutner-Fischer | 2007-07-09 | 1 | -5/+5 | |
| | ||||||
* | - pull from upstream | Bernhard Reutner-Fischer | 2007-07-09 | 11 | -79/+327 | |
| | ||||||
* | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | 2007-07-09 | 21 | -25/+28 | |
| | | | | Fixes build breakage as seen by Ulf et al. | |||||
* | WGET_NOSPIDERS is not defined, use WGET for now | Ulf Samuelsson | 2007-07-09 | 1 | -1/+1 | |
| | ||||||
* | Use hostap release version instead of snapshot | Ulf Samuelsson | 2007-07-09 | 1 | -4/+5 | |
| | ||||||
* | - bump version | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -12/+10 | |
| | | | | - misc adjustments while at it | |||||
* | - make it compile. | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -30/+22 | |
| | ||||||
* | - remove cruft | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -4/+0 | |
| | ||||||
* | - bump version and make it compile | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -13/+27 | |
| | ||||||
* | - add missing dirclean target (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -4/+10 | |
| | ||||||
* | - fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -8/+8 | |
| | | | | - bump version |