summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile bugs caused by undefined preprocessor variablesUlf Samuelsson2007-07-171-0/+185
|
* Make OpenSSL support to be configurable and get the install target footprint ↵"Steven J. Hill"2007-07-172-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-171-2/+3
|
* The clean target should really work."Steven J. Hill"2007-07-171-0/+7
|
* Should have been with 'tinyhttpd' check-in."Steven J. Hill"2007-07-171-2/+3
|
* We need LDFLAGS here."Steven J. Hill"2007-07-171-0/+1
|
* Add new 'tinyhttpd' package and move all other httpd servers to be disabled ↵"Steven J. Hill"2007-07-174-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-171-0/+5
|
* Do not use wildcard for patches."Steven J. Hill"2007-07-171-1/+1
|
* Bump Samba to latest version and update patches."Steven J. Hill"2007-07-174-13/+61
|
* A number of fixes including placing of the final image into the 'binaries' ↵"Steven J. Hill"2007-07-171-8/+8
| | | | 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.
* Allow selection of RPC and IPv6 options for an external toolchain."Steven J. Hill"2007-07-171-0/+12
|
* Add libxml2 packageUlf Samuelsson2007-07-163-0/+86
|
* Cleanup of libcgiUlf Samuelsson2007-07-161-7/+7
|
* Avoid rebuilding 'readline-5.1'Ulf Samuelsson2007-07-161-2/+5
|
* Avoid rebuild of openntpdUlf Samuelsson2007-07-161-3/+4
|
* Temporarily allow static libgettext library option to ensure build can ↵Ulf Samuelsson2007-07-162-1/+26
| | | | complete for ARM
* Avoid repeated rebuild of libusbUlf Samuelsson2007-07-161-2/+5
|
* Stop repeated build of libcgiUlf Samuelsson2007-07-161-6/+7
|
* Get rid of repeated rebuild of 'at'Ulf Samuelsson2007-07-161-8/+7
|
* Get rid of repeated copy of 'customize'Ulf Samuelsson2007-07-161-2/+17
|
* Use correct script to init lighttpdUlf Samuelsson2007-07-151-1/+1
|
* Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux'Ulf Samuelsson2007-07-151-1/+1
|
* Define HOSTLN to allow gzip to build for non-x86 targetUlf Samuelsson2007-07-152-5/+9
|
* Fix acpid version infoUlf Samuelsson2007-07-151-2/+2
|
* Correct JFFS2 Erase Size for AT45 dataflashUlf Samuelsson2007-07-141-13/+36
|
* - use established styleBernhard Reutner-Fischer2007-07-131-3/+6
|
* Make Config.in targets for ARM chips look consistentUlf Samuelsson2007-07-123-3/+17
|
* Fix Document styleUlf Samuelsson2007-07-121-68/+68
|
* Workaround for vi bug in syntax highlightingUlf Samuelsson2007-07-121-3/+3
|
* Fix Document styleUlf Samuelsson2007-07-121-65/+71
|
* Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIRUlf Samuelsson2007-07-121-0/+3
|
* Change HOSTNAME to TARGET_HOSTNAME to avoid superseeding build host HOSTNAMEUlf Samuelsson2007-07-121-4/+4
|
* Update Instructions for applying for Buildroot write accessUlf Samuelsson2007-07-121-3/+10
|
* Update Documentation for BSP patchUlf Samuelsson2007-07-121-7/+36
|
* BSP Patch:Ulf Samuelsson2007-07-128-22/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ========================================================= 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.mkUlf Samuelsson2007-07-112-2/+3
|
* Configure linux within target/linux/Config.in instead of within ↵Ulf Samuelsson2007-07-111-0/+44
| | | | target/device/Config.in
* Configure linux within target/linux/Config.in instead of within ↵Ulf Samuelsson2007-07-112-41/+1
| | | | target/device/Config.in
* Build linux within target/linux/Makefile.in instead of within target/linux26.mkUlf Samuelsson2007-07-112-1/+1
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-112-6/+6
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-11110-387/+410
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - fix building sstripBernhard Reutner-Fischer2007-07-101-1/+2
|
* - cosmetics: rename _VER to _VERSION and touch atBernhard Reutner-Fischer2007-07-091-5/+5
|
* - fix evaluation of HOSTCFLAGS for kconfig. Closes #1415Bernhard Reutner-Fischer2007-07-091-2/+5
|
* - pull from upstreamBernhard Reutner-Fischer2007-07-0911-79/+327
|
* - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).Bernhard Reutner-Fischer2007-07-0921-25/+28
| | | | Fixes build breakage as seen by Ulf et al.
* - wipe config related files in distcleanBernhard Reutner-Fischer2007-07-091-1/+2
|