summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
AgeCommit message (Collapse)Author
2014-12-08use 9600 baud for rpi serialWaldemar Brodkorb
2014-12-03rename package collection dependenciesWaldemar Brodkorb
2014-12-03expose serial device and speed in runtime configurationWaldemar Brodkorb
2014-10-06add basic support to preconfigure wpa2Waldemar Brodkorb
2014-09-28enable serial console on RpiWaldemar Brodkorb
2014-08-26add sash, simpleinit and a uclibc config for nonmmu caseWaldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-08-11fix qemu-system-aarc64 bootupWaldemar Brodkorb
2014-07-28use bamboo board emulation as default, ppc 44x without FPU. networking works ↵Waldemar Brodkorb
here.
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar Brodkorb
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-06-27rework service startup, do not hardcode into postinst scriptsWaldemar Brodkorb
2014-06-25finetune netowrk configWaldemar Brodkorb
2014-06-11make vbox target usable againWaldemar Brodkorb
2014-06-08rename qemu-sh4 to qemu-sh, to simplify build for all qemu-archsWaldemar Brodkorb
2014-06-04rework simple network config, allow to configure one gatewayWaldemar Brodkorb
2014-05-31fix qemu spitz emulation, add emulation for terrierWaldemar Brodkorb
2014-05-25make bootup really quietWaldemar Brodkorb
2014-05-23fix symbol renaming bugsWaldemar Brodkorb
2014-05-20fix nfsv4 with muslWaldemar Brodkorb
2014-05-18move cifs/nfs startup script back to base-filesWaldemar Brodkorb
2014-05-14minor simple network fixesWaldemar Brodkorb
2014-05-12depend on ssh software, add cubox-i stuffWaldemar Brodkorb
2014-05-06allow output from initscripts to serialWaldemar Brodkorb
2014-04-28use bigger tmpfsWaldemar Brodkorb
2014-04-26enable framebuffer for cubox-i, .15rc1+rmk patches requiredWaldemar Brodkorb
2014-04-15add basic support for aarch64 with ARMv8 foundation model, toolchain and ↵Waldemar Brodkorb
kernel works, userland broken.
2014-04-07allow to enable daemons on startup via menuconfigWaldemar Brodkorb
2014-03-30remove performance killer on bootupWaldemar Brodkorb
2014-03-23use shell instead of getty for test-frameworkWaldemar Brodkorb
2014-03-20add some aranym fine tuningWaldemar Brodkorb
2014-03-19rework getty/shell runtime options, add git as dependency, used in ↵Waldemar Brodkorb
base-files and is always good to create patches, get updates,..
2014-03-19add ADK_RUNTIME_CONSOLE_SERIAL_DEVICE, minor cleanups while thereWaldemar Brodkorb
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar Brodkorb
2014-03-10add some bulktoolchain finetuningWaldemar Brodkorb
2014-03-08some work on qemu with graphicWaldemar Brodkorb
2014-03-07use standard busybox init, remove previously used /init. some configs and ↵Waldemar Brodkorb
ideas from buildroot project
2014-03-07switching to mksh as default shell. It just works nice, when trying to debug ↵Waldemar Brodkorb
the bootup process. set -x wirh ash is not working well. And another reason, I have a good contact to the main developer of mksh. Actually he is a friend of mine ;). Adds 50 Kb to the default system (measured for x86 initramfs+kernel)
2014-02-26update kernel 3.4.x, fixes for lemote yeelong usersWaldemar Brodkorb
2014-01-06set ram for lemote yeelong to better defaultWaldemar Brodkorb
2013-11-10use bigger tmpfs for qemuWaldemar Brodkorb
2013-10-17enable 32 mb /tmp for raspberryWaldemar Brodkorb
2013-10-01add support for qemu-sh4eb, linux usb is brokenWaldemar Brodkorb
2013-10-01add support for glibc/eglibc qemu-sh systemsWaldemar Brodkorb
2013-07-10varios fixes, add usb network card supportWaldemar Brodkorb
2013-07-02add firmware for bcm2835Waldemar Brodkorb
2011-08-30finetune /etc/hostsWaldemar Brodkorb
It should look like: 127.0.0.1 localhost ::1 loaclhost 127.0.1.1 hostname
2011-08-27added intel atom targetwarhog
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-01-10modify descriptionWaldemar Brodkorb
2011-01-07add choices for both the root login shell and /bin/shThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>