summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
AgeCommit message (Collapse)Author
2014-03-28fix sh big endian, fix x86_64 x32 packagingWaldemar Brodkorb
2014-03-17remove kernel choice, always use 64 bit for 64bit targetWaldemar Brodkorb
2014-03-14enable some packages for m68k, use initrd stuff for aranymWaldemar Brodkorb
2014-03-01move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵Waldemar Brodkorb
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup
2014-02-26rework arm support, add qemu arm model vexpress for cortex-a9 emulation ↵Waldemar Brodkorb
(hard float)
2014-02-19add thumb2 support as an option for cubox-iWaldemar 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-06STAGING is needed for Lemote framebuffer driverWaldemar Brodkorb
2013-07-16enable PREEMPT for raspberry kernelsWaldemar Brodkorb
2013-04-05make qemu mips64 work again, allow xfsprogs to build with uclibc, add partprobeWaldemar Brodkorb
2012-10-13fix qemu mips64 big buildWaldemar Brodkorb
2012-01-15update Linux kernels, add support for compression choiceWaldemar 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-22implement submodel for foxboard lx. resolves duplicate full build for this ↵Waldemar Brodkorb
systems
2011-08-06use XZ instead of LZMA as defaultWaldemar Brodkorb
2011-01-25some fixes for allmodconfig (foxg20)Waldemar 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-02-27update lemote target to 2.6.33Waldemar Brodkorb
- fix libc-dev packages - fix cryptinit target
2010-02-26update qemu targets to 2.6.33Waldemar Brodkorb
- add LZO compression choice - reactivate mdev mount in init - add correct inittab for qemu-arm
2010-01-30enable YAFFS2 and NAND for rb532 by defaultWaldemar Brodkorb
2009-10-24add basic qemu-arm support, add compression choiceWaldemar Brodkorb
2009-09-10make rootfs configurable, add ext4 supportWaldemar Brodkorb
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-07-23add 2.6.30.1 patchesWaldemar Brodkorb
2009-05-17Initial importwbx