summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
AgeCommit message (Collapse)Author
2014-12-19use the new concept of appliancesWaldemar Brodkorb
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete
2014-10-28update kernelsWaldemar Brodkorb
2014-09-08set default page size for lemoteWaldemar Brodkorb
2014-09-08allow to configure page size for mips64Waldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-08-14some m68k fixes. init is now found.Waldemar Brodkorb
2014-08-12use smp for pcengines-apuJ. Seitter
Activate SMP for pcengines-apu, because it is a dual-core CPU. Signed-off-by: J. Seitter <adk@seitter.net>
2014-07-30only gzip is supported, do not add an extra symbolWaldemar Brodkorb
2014-07-30minor m68k fixWaldemar Brodkorb
2014-06-30add support for lz4 compressed kernel and initramfsWaldemar Brodkorb
2014-06-25use EABI by default on ARMWaldemar Brodkorb
2014-06-18blacklist microblazeWaldemar Brodkorb
2014-06-18target/linux/config: allow for building kernel with -OsPhil Sutter
As this is potentially preferred on an embedded system, make it the default. Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-05-23fix kernel patchingWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-05-17optimize for rb532 viewWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-30combine cubox-i kernel configs, make SMP, PREEMPT and HIGHMEM configurableWaldemar Brodkorb
2014-04-23fix usb keyboard for qemu-system-sh4Waldemar Brodkorb
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