summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - fix a few -clean targets.Bernhard Reutner-Fischer2007-06-285-6/+9
| | | | - bash build is not parallel-safe
* - work around bug in gcc (or rather libiberty) for parallel installBernhard Reutner-Fischer2007-06-281-1/+1
|
* - fix building the utilities that are ment to be run on the _HOST_ (Julien ↵Bernhard Reutner-Fischer2007-06-283-35/+113
| | | | Letessier)
* - provide autotools for the host (Julien Letessier)Bernhard Reutner-Fischer2007-06-283-19/+162
|
* - rm some old filesBernhard Reutner-Fischer2007-06-284-653/+0
|
* - pull arm mmap fix from trunkBernhard Reutner-Fischer2007-06-281-0/+22
|
* - respin whole patch for the sake of simplicityBernhard Reutner-Fischer2007-06-281-258/+254
|
* - make it compile with a C89 compilerBernhard Reutner-Fischer2007-06-288-27/+243
|
* - adjust infrastructure for new kconfigBernhard Reutner-Fischer2007-06-282-26/+56
|
* - pull kconfig from linux-2.6.21.5Bernhard Reutner-Fischer2007-06-2836-4835/+10305
|
* - use BR2_INET_IPV6Bernhard Reutner-Fischer2007-06-271-0/+5
|
* - stub for grub2. Needs to be fixed upstream first.Bernhard Reutner-Fischer2007-06-274-0/+173
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-27137-318/+174
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target ↵Bernhard Reutner-Fischer2007-06-273-22/+30
| | | | packages
* - use correct installation pathBernhard Reutner-Fischer2007-06-271-12/+11
|
* - the actual current version of NTP is 4.2p2 (Julien Letessier)Bernhard Reutner-Fischer2007-06-271-2/+2
| | | | - fixed the configure flag (Julien Letessier)
* - use BR2_INET_IPV6Bernhard Reutner-Fischer2007-06-267-16/+12
|
* - fix typo in sed exprBernhard Reutner-Fischer2007-06-261-8/+8
|
* - filter out eventual -fPIC -fpic -DPIC flags from the target cflagsBernhard Reutner-Fischer2007-06-261-6/+21
| | | | Honor the .config setting for KCONFIG and FORMAT iff not imposed by the target/device. If they are not set in the config, the defaults (zImage etc) still apply.
* - apply the patchesBernhard Reutner-Fischer2007-06-262-13/+3
|
* - add BR2_INET_IPV6 and BR2_INET_RPCBernhard Reutner-Fischer2007-06-263-1/+34
| | | | TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
* - bump versionBernhard Reutner-Fischer2007-06-261-6/+16
|
* - bump version, make it compile. tickadjust has to be disabled. Closes #1029Bernhard Reutner-Fischer2007-06-262-10/+24
| | | | Provide means for installing sntp
* - don't bail out on cc warningsBernhard Reutner-Fischer2007-06-261-2/+3
|
* - pass -msoft-float if BR2_SOFT_FLOAT is set. Closes bug #1069Bernhard Reutner-Fischer2007-06-261-0/+8
|
* - check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONSBernhard Reutner-Fischer2007-06-261-0/+22
|
* - force DirectFB to detect PAGE_SIZE via sysconf (Ivan Kuten)Bernhard Reutner-Fischer2007-06-261-0/+1
|
* - Add a system-V init script to ntpd. Closes #518Bernhard Reutner-Fischer2007-06-252-0/+47
|
* - account for now optional archiveBernhard Reutner-Fischer2007-06-251-2/+2
|
* - fix typo in previous commitBernhard Reutner-Fischer2007-06-251-1/+1
|
* - correct installation pathBernhard Reutner-Fischer2007-06-251-6/+12
|
* - correct installation pathBernhard Reutner-Fischer2007-06-251-12/+9
|
* - bump version and correct installation pathBernhard Reutner-Fischer2007-06-251-10/+15
|
* - forgot to adjust the pathes..Bernhard Reutner-Fischer2007-06-258-27/+27
|
* - pull some additional fixes from upstreamBernhard Reutner-Fischer2007-06-258-0/+1045
|
* - use sysconf to obtain the pagesize (Ivan Kuten)Bernhard Reutner-Fischer2007-06-252-7/+65
|
* - add post 1.6.0 fixBernhard Reutner-Fischer2007-06-251-0/+70
|
* - Search for defconfigs in target, not entire treeBernhard Reutner-Fischer2007-06-251-4/+5
| | | | | | | | | This patch changes the way the top level Makefile searches for a <board>_defconfig file, it will only look in the target/ directory and its sub directories. The patch also enables loading a defconfig even if there already is a .config. (Hans-Christian Egtvedt)
* - remove erroneously copied patchBernhard Reutner-Fischer2007-06-251-139/+0
|
* - preserve quotesBernhard Reutner-Fischer2007-06-252-11/+11
|
* - preserve quotesBernhard Reutner-Fischer2007-06-251-3/+3
|
* - for -Os, turn switch statements into if-else chainsBernhard Reutner-Fischer2007-06-251-0/+153
|
* - add 2.17.50.0.17Bernhard Reutner-Fischer2007-06-255-1/+214
|
* - bump versionBernhard Reutner-Fischer2007-06-254-10/+16
| | | | - add SUSV legacy fixups
* - improve the zlib-clean targetBernhard Reutner-Fischer2007-06-251-1/+6
|
* - make sure that TARGET_DIR/usr/lib existsBernhard Reutner-Fischer2007-06-251-2/+2
|
* - Install the library under $(STAGING_DIR)/usr/lib (Julien Letessier)Bernhard Reutner-Fischer2007-06-251-11/+9
|
* - bump version and correct install dirs (Julien Letessier)Bernhard Reutner-Fischer2007-06-251-19/+21
|
* - add patch for the 0.9.29 release that fixes the visibility of ↵Bernhard Reutner-Fischer2007-06-251-0/+51
| | | | internal_function
* - adjust patches of the gcc-clean targetBernhard Reutner-Fischer2007-06-251-3/+3
|