Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-17 | Bump Samba to latest version and update patches. | "Steven J. Hill" | |
2007-07-17 | A number of fixes including placing of the final image into the 'binaries' ↵ | "Steven J. Hill" | |
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 | Allow selection of RPC and IPv6 options for an external toolchain. | "Steven J. Hill" | |
2007-07-16 | Add libxml2 package | Ulf Samuelsson | |
2007-07-16 | Cleanup of libcgi | Ulf Samuelsson | |
2007-07-16 | Avoid rebuilding 'readline-5.1' | Ulf Samuelsson | |
2007-07-16 | Avoid rebuild of openntpd | Ulf Samuelsson | |
2007-07-16 | Temporarily allow static libgettext library option to ensure build can ↵ | Ulf Samuelsson | |
complete for ARM | |||
2007-07-16 | Avoid repeated rebuild of libusb | Ulf Samuelsson | |
2007-07-16 | Stop repeated build of libcgi | Ulf Samuelsson | |
2007-07-16 | Get rid of repeated rebuild of 'at' | Ulf Samuelsson | |
2007-07-16 | Get rid of repeated copy of 'customize' | Ulf Samuelsson | |
2007-07-15 | Use correct script to init lighttpd | Ulf Samuelsson | |
2007-07-15 | Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux' | Ulf Samuelsson | |
2007-07-15 | Define HOSTLN to allow gzip to build for non-x86 target | Ulf Samuelsson | |
2007-07-15 | Fix acpid version info | Ulf Samuelsson | |
2007-07-14 | Correct JFFS2 Erase Size for AT45 dataflash | Ulf Samuelsson | |
2007-07-13 | - use established style | Bernhard Reutner-Fischer | |
2007-07-12 | Make Config.in targets for ARM chips look consistent | Ulf Samuelsson | |
2007-07-12 | Fix Document style | Ulf Samuelsson | |
2007-07-12 | Workaround for vi bug in syntax highlighting | Ulf Samuelsson | |
2007-07-12 | Fix Document style | Ulf Samuelsson | |
2007-07-12 | Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIR | Ulf Samuelsson | |
2007-07-12 | Change HOSTNAME to TARGET_HOSTNAME to avoid superseeding build host HOSTNAME | Ulf Samuelsson | |
2007-07-12 | Update Instructions for applying for Buildroot write access | Ulf Samuelsson | |
2007-07-12 | Update Documentation for BSP patch | Ulf Samuelsson | |
2007-07-12 | BSP Patch: | Ulf Samuelsson | |
========================================================= 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-11 | Define date of build as DATE, use in mtd/mtd.mk | Ulf Samuelsson | |
2007-07-11 | Configure linux within target/linux/Config.in instead of within ↵ | Ulf Samuelsson | |
target/device/Config.in | |||
2007-07-11 | Configure linux within target/linux/Config.in instead of within ↵ | Ulf Samuelsson | |
target/device/Config.in | |||
2007-07-11 | Build linux within target/linux/Makefile.in instead of within target/linux26.mk | Ulf Samuelsson | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-07-10 | - fix building sstrip | Bernhard Reutner-Fischer | |
2007-07-09 | - cosmetics: rename _VER to _VERSION and touch at | Bernhard Reutner-Fischer | |
2007-07-09 | - fix evaluation of HOSTCFLAGS for kconfig. Closes #1415 | Bernhard Reutner-Fischer | |
2007-07-09 | - pull from upstream | Bernhard Reutner-Fischer | |
2007-07-09 | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | |
Fixes build breakage as seen by Ulf et al. | |||
2007-07-09 | - wipe config related files in distclean | Bernhard Reutner-Fischer | |
2007-07-09 | WGET_NOSPIDERS is not defined, use WGET for now | Ulf Samuelsson | |
2007-07-09 | Use hostap release version instead of snapshot | Ulf Samuelsson | |
2007-07-09 | sh needs '-c' to run a binary | Ulf Samuelsson | |
2007-07-08 | - add pxelinux | Bernhard Reutner-Fischer | |
2007-07-08 | - apply settings for initramfs | Bernhard Reutner-Fischer | |
2007-07-08 | - provide option to build an initramfs out of the current rootfs. Closes #881 | Bernhard Reutner-Fischer | |
2007-07-08 | - bump version | Bernhard Reutner-Fischer | |
- misc adjustments while at it | |||
2007-07-08 | - make it compile. | Bernhard Reutner-Fischer | |
2007-07-08 | - remove cruft | Bernhard Reutner-Fischer | |