summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
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)
2010-11-23change defaultsWaldemar Brodkorb
2010-11-23add runtime option for inittab configurationWaldemar Brodkorb
2010-11-23add preliminary support for a new hardware profile for OVH.net iscsi serverWaldemar Brodkorb
- add open-iscsi package - add a hardware profile for x86_64 target architecture - add CPU support for x86/x86_64 targets for hardware profiles
2010-11-22add support for r8169 ethernet driver in menuWaldemar Brodkorb
2010-11-22enable cfgfs for x86/x86_64 targetsWaldemar Brodkorb
fix a bug, where the wrong cfgfs partition was used, when more than one cfgfs partition is available. Always use the cfgfs partition from the block device, the system is booted.
2010-11-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-22use ADK_HW for target hardware profile informationWaldemar Brodkorb
2010-11-21change defaults to ext2 with ipkg package managementWaldemar Brodkorb
2010-11-21let the UUID code correctly load sectors from disc using BIOThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-21fix a typoThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-21add more generic arch support, barely testedWaldemar Brodkorb
2010-11-21archive rootfs includes kernel in tarballWaldemar Brodkorb
2010-11-21use tty1 for ash job controlWaldemar Brodkorb
2010-11-20convert to UUID; make panic-reboot-time a flag; prevent automatic fsckThorsten Glaser
note: uuid.patch currently still panics ☹ Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20do not build GRUB 2Thorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-19update config and patch, part is included upstreamWaldemar Brodkorb
2010-11-18refresh bulk and target listsWaldemar Brodkorb
2010-11-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-18use hardware profiles for sparc/ppc targetsWaldemar Brodkorb
2010-11-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-18update routerboard patches and kernel configsWaldemar Brodkorb
2010-11-18optimize shuttle and ibmx40 hardware profileWaldemar Brodkorb
2010-11-18sync with upstream gitWaldemar Brodkorb
2010-11-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-18convert qemu for x86/x86_64 to hardware profilesWaldemar Brodkorb
2010-11-18update patchWaldemar Brodkorb
2010-11-17optimize build for hardware profile (x86/x86_64), optimize chroot installer ↵Waldemar Brodkorb
script
2010-11-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-17update kernel-header patches, update cris patchWaldemar Brodkorb
2010-11-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: target/Config.in
2010-11-17update all targets to 2.6.36Waldemar Brodkorb
2010-11-15foxg20 does work with (e)glibcWaldemar Brodkorb
2010-11-14update kernelconfig, be more genericWaldemar Brodkorb
2010-11-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-11-14add mkimage source from Debian package. Update kernel config.Waldemar Brodkorb
2010-11-13add mkimage to tools dir, update to latest stable kernelWaldemar Brodkorb
2010-11-13unify alix supportWaldemar Brodkorb
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets.