summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-28- fix a few -clean targets.Bernhard Reutner-Fischer
- bash build is not parallel-safe
2007-06-28- work around bug in gcc (or rather libiberty) for parallel installBernhard Reutner-Fischer
2007-06-28- fix building the utilities that are ment to be run on the _HOST_ (Julien ↵Bernhard Reutner-Fischer
Letessier)
2007-06-28- provide autotools for the host (Julien Letessier)Bernhard Reutner-Fischer
2007-06-28- rm some old filesBernhard Reutner-Fischer
2007-06-28- pull arm mmap fix from trunkBernhard Reutner-Fischer
2007-06-28- respin whole patch for the sake of simplicityBernhard Reutner-Fischer
2007-06-28- make it compile with a C89 compilerBernhard Reutner-Fischer
2007-06-28- adjust infrastructure for new kconfigBernhard Reutner-Fischer
2007-06-28- pull kconfig from linux-2.6.21.5Bernhard Reutner-Fischer
2007-06-27- use BR2_INET_IPV6Bernhard Reutner-Fischer
2007-06-27- stub for grub2. Needs to be fixed upstream first.Bernhard Reutner-Fischer
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27- introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target ↵Bernhard Reutner-Fischer
packages
2007-06-27- use correct installation pathBernhard Reutner-Fischer
2007-06-27- the actual current version of NTP is 4.2p2 (Julien Letessier)Bernhard Reutner-Fischer
- fixed the configure flag (Julien Letessier)
2007-06-26- use BR2_INET_IPV6Bernhard Reutner-Fischer
2007-06-26- fix typo in sed exprBernhard Reutner-Fischer
2007-06-26- filter out eventual -fPIC -fpic -DPIC flags from the target cflagsBernhard Reutner-Fischer
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.
2007-06-26- apply the patchesBernhard Reutner-Fischer
2007-06-26- add BR2_INET_IPV6 and BR2_INET_RPCBernhard Reutner-Fischer
TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
2007-06-26- bump versionBernhard Reutner-Fischer
2007-06-26- bump version, make it compile. tickadjust has to be disabled. Closes #1029Bernhard Reutner-Fischer
Provide means for installing sntp
2007-06-26- don't bail out on cc warningsBernhard Reutner-Fischer
2007-06-26- pass -msoft-float if BR2_SOFT_FLOAT is set. Closes bug #1069Bernhard Reutner-Fischer
2007-06-26- check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONSBernhard Reutner-Fischer
2007-06-26- force DirectFB to detect PAGE_SIZE via sysconf (Ivan Kuten)Bernhard Reutner-Fischer
2007-06-25- Add a system-V init script to ntpd. Closes #518Bernhard Reutner-Fischer
2007-06-25- account for now optional archiveBernhard Reutner-Fischer
2007-06-25- fix typo in previous commitBernhard Reutner-Fischer
2007-06-25- correct installation pathBernhard Reutner-Fischer
2007-06-25- correct installation pathBernhard Reutner-Fischer
2007-06-25- bump version and correct installation pathBernhard Reutner-Fischer
2007-06-25- forgot to adjust the pathes..Bernhard Reutner-Fischer
2007-06-25- pull some additional fixes from upstreamBernhard Reutner-Fischer
2007-06-25- use sysconf to obtain the pagesize (Ivan Kuten)Bernhard Reutner-Fischer
2007-06-25- add post 1.6.0 fixBernhard Reutner-Fischer
2007-06-25- Search for defconfigs in target, not entire treeBernhard Reutner-Fischer
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)
2007-06-25- remove erroneously copied patchBernhard Reutner-Fischer
2007-06-25- preserve quotesBernhard Reutner-Fischer
2007-06-25- preserve quotesBernhard Reutner-Fischer
2007-06-25- for -Os, turn switch statements into if-else chainsBernhard Reutner-Fischer
2007-06-25- add 2.17.50.0.17Bernhard Reutner-Fischer
2007-06-25- bump versionBernhard Reutner-Fischer
- add SUSV legacy fixups
2007-06-25- improve the zlib-clean targetBernhard Reutner-Fischer
2007-06-25- make sure that TARGET_DIR/usr/lib existsBernhard Reutner-Fischer
2007-06-25- Install the library under $(STAGING_DIR)/usr/lib (Julien Letessier)Bernhard Reutner-Fischer
2007-06-25- bump version and correct install dirs (Julien Letessier)Bernhard Reutner-Fischer
2007-06-25- add patch for the 0.9.29 release that fixes the visibility of ↵Bernhard Reutner-Fischer
internal_function
2007-06-25- adjust patches of the gcc-clean targetBernhard Reutner-Fischer