summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.block
AgeCommit message (Collapse)Author
2014-02-11use miniconfig for sparc64, enable network driver. disk driver is broken.Waldemar Brodkorb
2014-01-16good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵Waldemar Brodkorb
support is bad, kernel needs patches for serial and network
2013-12-15need to merge third patch from Phil manually. disable on non Linux hostsWaldemar Brodkorb
2013-07-30fix disk bootup on qemu-armWaldemar Brodkorb
2013-07-09make a bootable system configuration for raspberry piWaldemar Brodkorb
2013-02-01add support for desktop pcWaldemar Brodkorb
2012-09-21add hard disk driver to qemu mips64 emulationWaldemar Brodkorb
2012-07-31add support for virtualbox emulatorWaldemar Brodkorb
2011-10-19make virsh, virt-install and kvm usable on shuttle pcWaldemar Brodkorb
2011-10-17add ocf patch again and make swap option visibleWaldemar Brodkorb
2011-10-16allow raid support to be in kernelWaldemar Brodkorb
2011-10-12update gdbWaldemar Brodkorb
2011-09-16add support for sharp zaurus (tested on terrier cl-3200)Waldemar Brodkorb
2011-09-04enable disk support for qemu arm versatileWaldemar Brodkorb
2011-08-31fix qemu-i686 network/block configWaldemar Brodkorb
2011-08-27added intel atom targetwarhog
2011-08-22implement submodel for foxboard lx. resolves duplicate full build for this ↵Waldemar Brodkorb
systems
2011-07-27fix commentWaldemar Brodkorb
2011-07-14fix native kernel build for IBM X40Waldemar Brodkorb
2011-04-27fix cris allconfig buildWaldemar Brodkorb
2011-04-12refresh lemote yeelong supportwbx
2011-01-10resolve conflictsWaldemar Brodkorb
2011-01-07loop device needs block device supportThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-01-05update mips qemu targets. 64 Bit kernels still does not boot completelyWaldemar Brodkorb
2011-01-03fix qemu targets, make them bootable againWaldemar 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-13optimize for ibm x40 hardware profileWaldemar Brodkorb
2010-11-30enable hardware profile on native configurationsWaldemar Brodkorb
2010-11-26add preliminary DRBD support for OpenADKWaldemar 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-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-18optimize shuttle and ibmx40 hardware profileWaldemar Brodkorb
2010-11-18convert qemu for x86/x86_64 to hardware profilesWaldemar Brodkorb
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-02-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-01sata ahci right now depends on shuttle pcWaldemar Brodkorb
2010-01-26fix some kernel dependencies and qemu examples.Waldemar Brodkorb
2010-01-20fix allmodconfig for foxboardwaldemar brodkorb
2010-01-07fix ag241 make allmodconfig issuesWaldemar Brodkorb
2009-12-27fix make allmodconfigWaldemar Brodkorb
update several packages, remove snort-wireless.
2009-12-04update kernel to 2.6.32Waldemar Brodkorb
- update some applications asterisk, curl, strace, radvd, rpm - fix allconfig - /dev for full build seems to need more than 64k
2009-09-10finally boot shuttle from raid1 rootWaldemar Brodkorb
you need to set hard disk partition types to type fd. I added a grub binary package, because grub does not allow to be cross-compiled from x86_64 for example without using a multilib gcc, which we do not support.
2009-09-02make rescue for x86_64 usable as PXE netboot imageWaldemar Brodkorb
A kernel with initramfs piggyback can be used to boot via PXE, even when the network driver will be loaded later. My shuttle seems to be really fresh, no boot of Debian/lenny or newer was possible. Add some drivers I need for my shuttle. Use LZMA-compression for kernel and initramfs. Fix some lvm tool dependencies meanwhile..
2009-08-22make lemote yeelong finally usableWaldemar Brodkorb
- moved startup script for all targets to /start - add kernel patch to use /start - add cryptinit package - make an encrypted rootfilesystem as choice for lemote
2009-08-02change all 'depends' lines to 'depends on' onesPhil Sutter
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible.
2009-06-27update packages, fix rb532 ext2 rootfsWaldemar Brodkorb
- update alsa, asterisk and nfs-utils - fix ext2fs rootfs on rb532
2009-05-17Initial importwbx