summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-04remove obsolete -, fails otherwise on CygwinWaldemar Brodkorb
2011-01-04just warn, don't exit on CygwinWaldemar Brodkorb
2011-01-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-04copy fsf config.guess on Cygwin and use it.Waldemar Brodkorb
When compiling gmp under Windows XP on a 64 Bit AMD system, config.guess tries to build with ABI64 and fails. Using configfsf.guess in this case, will fix it.
2011-01-04copy readelf only on Darwin build systemWaldemar Brodkorb
On Cygwin readelf in this directory is not the right binary. The real binary is in .libs/readelf.exe. Toolchain building fails on Cygwin after copying the readelf thingy.
2011-01-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-03fix qemu targets, make them bootable againWaldemar Brodkorb
2011-01-03avoid error message, when not availableWaldemar Brodkorb
2011-01-03make it cross-compileWaldemar Brodkorb
2011-01-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-03add mtrr support, mask some drivers not useful for ibm x40Waldemar Brodkorb
2011-01-03fix cross-compile on DarwinWaldemar Brodkorb
2011-01-03update mplayer to latest svnWaldemar Brodkorb
2011-01-03ignore warning, when not foundWaldemar Brodkorb
2011-01-02more make bulk fixes. sparc eglibc is broken. add special handling for qemu ↵Waldemar Brodkorb
targets
2011-01-02when creating package flavours, depend on main packageWaldemar Brodkorb
2011-01-02add parport_pc supportWaldemar Brodkorb
2011-01-02fix native builds, enable hardware choices. enable parallelport for ibm-x40Waldemar Brodkorb
2011-01-02fix bulktoolchain buildWaldemar Brodkorb
2011-01-02fix typo, arm is little endianWaldemar Brodkorb
2011-01-02remove obsolete stuffWaldemar Brodkorb
2011-01-02we need leading slash, othwerwise subdirectories will be ignored, reported ↵Waldemar Brodkorb
by jseitter
2011-01-02fix kernel install problemWaldemar Brodkorb
2011-01-02resolve merge conflictWaldemar Brodkorb
2011-01-02add an example interfaces file, make tmpfs configurable via menuWaldemar Brodkorb
2011-01-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2011-01-01switch mipsel uclibc to N32 ABIWaldemar Brodkorb
2011-01-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-01alix1c is bootable via USB stickWaldemar Brodkorb
2011-01-01fix recognition of BSD stat. now busybox stat works, too.Waldemar Brodkorb
2011-01-01be quiet on filesystem creationWaldemar Brodkorb
2011-01-01use /sbin for watchdog binaryWaldemar Brodkorb
2011-01-01enable ACPI for ALIX1c board.Waldemar Brodkorb
This is required for correct IRQ routing. After this MFGPT get its interrupt 7 and the watchdog works fine. Bug closed.
2011-01-01be sure EHCI module is loaded before OHCI/UHCIWaldemar Brodkorb
2011-01-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-01use HOSTCFLAGS, avoid object file generationWaldemar Brodkorb
2010-12-31Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-12-31 should be without path, just the name of the kernelWaldemar Brodkorb
2010-12-31fix native library stuffWaldemar Brodkorb
2010-12-31create empty file, when using defconfig. fix make bulkWaldemar Brodkorb
2010-12-31resolve conflictWaldemar Brodkorb
2010-12-31fix native buildsWaldemar Brodkorb
2010-12-31fix image creationWaldemar Brodkorb
2010-12-31revert common uClibc vfork implementation. the new one does not work with ↵Waldemar Brodkorb
cris architecture
2010-12-31fix some error messages, when fstab does not existWaldemar Brodkorb
2010-12-31add patch from uClibc trunk, otherwise mipsel build breaksWaldemar Brodkorb
2010-12-31remove generated filesWaldemar Brodkorb
2010-12-31ignore Config.in.arch, it is generatedWaldemar Brodkorb
2010-12-30fix some bugs, when starting with fresh checkoutWaldemar Brodkorb