summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.debug
AgeCommit message (Collapse)Author
2014-03-23use shell instead of getty for test-frameworkWaldemar Brodkorb
2014-03-17fix wordingWaldemar Brodkorb
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar Brodkorb
2014-03-11add adk-test-tools packageWaldemar Brodkorb
- scripts to shutdown qemu from linux - only start klogd when printk is available
2014-03-10make printk option configurable via menuconfigWaldemar 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-10-16fix m68k bulk kernel buildWaldemar Brodkorb
2012-10-14no default for debugsfs, add option for debug infoWaldemar Brodkorb
2012-10-05make libgcc static for busybox, make librt separate package, remove ↵Waldemar Brodkorb
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64
2012-08-18add netconsole supportWaldemar Brodkorb
2012-07-25add KALLSYMS optionWaldemar Brodkorb
2011-09-17update to existing symbolsWaldemar Brodkorb
2011-08-22implement submodel for foxboard lx. resolves duplicate full build for this ↵Waldemar Brodkorb
systems
2011-08-08always enable some stuff by default, otherwise modules can't be loaded.Waldemar Brodkorb
2011-04-27fix cris allconfig buildWaldemar 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-11-10add option for a quiet bootWaldemar Brodkorb
2010-07-30fix foxboard allmodconfig, remove old linux patchesWaldemar Brodkorb
2010-07-13fix oprofile packageWaldemar Brodkorb
2010-06-02enable KGDB for YAFFS filesystem, normally big enoughWaldemar Brodkorb
2010-02-21rename ext2-cf target rootfs to ext2-blockWaldemar Brodkorb
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block
2009-05-17Initial importwbx