Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-16 | disable block driver for qemu emulators, can be activated via menuconfig | Waldemar Brodkorb | |
2014-03-10 | add some bulktoolchain finetuning | Waldemar Brodkorb | |
2014-03-08 | some work on qemu with graphic | Waldemar Brodkorb | |
2014-03-07 | use standard busybox init, remove previously used /init. some configs and ↵ | Waldemar Brodkorb | |
ideas from buildroot project | |||
2014-03-07 | switching 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-26 | update kernel 3.4.x, fixes for lemote yeelong users | Waldemar Brodkorb | |
2014-01-06 | set ram for lemote yeelong to better default | Waldemar Brodkorb | |
2013-11-10 | use bigger tmpfs for qemu | Waldemar Brodkorb | |
2013-10-17 | enable 32 mb /tmp for raspberry | Waldemar Brodkorb | |
2013-10-01 | add support for qemu-sh4eb, linux usb is broken | Waldemar Brodkorb | |
2013-10-01 | add support for glibc/eglibc qemu-sh systems | Waldemar Brodkorb | |
2013-07-10 | varios fixes, add usb network card support | Waldemar Brodkorb | |
2013-07-02 | add firmware for bcm2835 | Waldemar Brodkorb | |
2011-08-30 | finetune /etc/hosts | Waldemar Brodkorb | |
It should look like: 127.0.0.1 localhost ::1 loaclhost 127.0.1.1 hostname | |||
2011-08-27 | added intel atom target | warhog | |
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-01-10 | modify description | Waldemar Brodkorb | |
2011-01-07 | add choices for both the root login shell and /bin/sh | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-02 | add an example interfaces file, make tmpfs configurable via menu | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar 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 ;) |