summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
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-01alix1c is bootable via USB stickWaldemar 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-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-31resolve conflictWaldemar Brodkorb
2010-12-31fix native buildsWaldemar Brodkorb
2010-12-31remove generated filesWaldemar Brodkorb
2010-12-30fix some bugs, when starting with fresh checkoutWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-15only build for profiles with sata or input devicesWaldemar Brodkorb
2010-12-13update and fix smardcard support for pcmcia readerWaldemar Brodkorb
2010-12-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-12-13add fwloaderWaldemar Brodkorb
2010-12-13optimize for ibm x40 hardware profileWaldemar Brodkorb
2010-12-11sparc eglibc toolchain fails, needs further investigating. glibc builds fineWaldemar Brodkorb
2010-12-05glibc mips64 toolchains need fixupsWaldemar Brodkorb
2010-12-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-12-01fix ipkg and ipkg tools, consolidate mdev.confWaldemar Brodkorb
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped.
2010-11-30fix sound on ibm x40Waldemar Brodkorb
2010-11-30disable powermanagement in default configWaldemar Brodkorb
2010-11-30avoid gnu tar features, use cpio instead.Waldemar Brodkorb
2010-11-30make ACPI choosable and enable for ibm x40Waldemar Brodkorb
2010-11-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-30fix arm toolchain buildingWaldemar Brodkorb
2010-11-30enable hardware profile on native configurationsWaldemar Brodkorb
2010-11-28fix kernel build on native targetWaldemar Brodkorb
2010-11-28finetune bulk targetsWaldemar Brodkorb
2010-11-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-27fix build of glibc toolchainsWaldemar Brodkorb
2010-11-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-26add support for imagemagick packageWaldemar Brodkorb
2010-11-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-26add preliminary DRBD support for OpenADKWaldemar Brodkorb
2010-11-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-26use libc for native build to avoid native_nativeWaldemar Brodkorb
2010-11-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-26add mikrotik Config.in fileWaldemar Brodkorb
2010-11-26fix wrap and alix targets, just use one TARGET symbolWaldemar Brodkorb
2010-11-26implement the concept of target choice by embedded system or architectureWaldemar Brodkorb
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction.
2010-11-25fix for native buildsWaldemar Brodkorb
2010-11-25make intel driver work on ibm x40Waldemar Brodkorb
- add kernel support for AGP/DRM/KMS - update intel driver - fix MesaLib (add the correct driver)