Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-12 | convert lemote yeelong to miniconfig | Waldemar Brodkorb | |
2014-03-08 | add some usb hid stuff for qemu-sh, you _must_ start qemu-sh with -serial ↵ | Waldemar Brodkorb | |
null -serial stdio. otherwise no output. thx to aboriginal linux | |||
2014-03-06 | get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵ | Waldemar Brodkorb | |
not satisfying. | |||
2014-01-23 | add alsa hrtimer for rpi, fix some dependency bugs after the switch to ↵ | Waldemar Brodkorb | |
miniconfig | |||
2014-01-16 | good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵ | Waldemar Brodkorb | |
support is bad, kernel needs patches for serial and network | |||
2013-11-06 | enable cirrus vga for qemu when xorg collection choosen, enable usb for ↵ | Waldemar Brodkorb | |
qemu-x86/qemu-x86-64 | |||
2013-10-01 | add support for glibc/eglibc qemu-sh systems | Waldemar Brodkorb | |
2013-09-29 | bring qemu-sh and aranym-m68k in shape | Waldemar Brodkorb | |
2013-07-09 | add USB support, make eglibc the only C library for now | Waldemar Brodkorb | |
2013-07-08 | update kernels | Waldemar Brodkorb | |
2013-04-12 | ohci required for lemote yeelong | Waldemar Brodkorb | |
2013-02-28 | fix build for qemu-x86_64 and usb | Waldemar Brodkorb | |
2013-02-01 | add support for desktop pc | Waldemar Brodkorb | |
2011-08-27 | added intel atom target | warhog | |
2011-08-22 | refresh kernel config, enable WLAN symbol, enable USB by default | Waldemar Brodkorb | |
2011-08-22 | implement submodel for foxboard lx. resolves duplicate full build for this ↵ | Waldemar Brodkorb | |
systems | |||
2011-07-28 | realize rfkill as module | Waldemar Brodkorb | |
2011-07-14 | fix native kernel build for IBM X40 | Waldemar Brodkorb | |
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-04-27 | fix cris allconfig build | Waldemar Brodkorb | |
2011-04-12 | refresh lemote yeelong support | wbx | |
2011-01-26 | some usb fixes, wrong controller choosen. (and some more minor changes) | Waldemar Brodkorb | |
2011-01-25 | some fixes for allmodconfig (foxg20) | 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 ;) | |||
2010-11-26 | implement the concept of target choice by embedded system or architecture | Waldemar Brodkorb | |
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction. | |||
2010-11-14 | consolidate x86/x86_64 support | Waldemar Brodkorb | |
use hardware profiles, instead of extra target dirs. fix dependencies. | |||
2010-11-13 | unify alix support | Waldemar Brodkorb | |
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets. | |||
2010-09-16 | add some native build fixes (tested on Lemote notebook) | Waldemar Brodkorb | |
- enable busybox applets needed for natvie builds - add header packages for expat and libnl - remove rtl8187b driver, use kernel included driver (needs more testing) | |||
2010-07-07 | add support for hso umts modems | Waldemar Brodkorb | |
if you like to use an usb umts modem with hso chipset, this is the support for it. use following in /etc/network/interfaces: auto hso0 iface hso0 inet manual pin xxxx apn foo.bar credentials go to freewrt 1.0 supporters... | |||
2010-07-07 | more runtime fixes, update of some packages. | Waldemar Brodkorb | |
- update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default | |||
2010-05-12 | fix make bulkallmod for some packages and target combinations | Waldemar Brodkorb | |
2010-04-21 | fat commit to add support for firefox on ibm x40 via usb stick | Waldemar Brodkorb | |
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg | |||
2010-04-06 | fix bulkallmod by renaming FOXG20 symbol | Waldemar Brodkorb | |
2010-03-12 | fix allmodconfig for lemote build | Waldemar Brodkorb | |
2010-03-04 | USB is enabled by default on Lemote | Waldemar Brodkorb | |
2010-02-17 | enable realtime extensions for foxg20 | Waldemar Brodkorb | |
2010-02-12 | enable usb sound support | Waldemar Brodkorb | |
add mpg123 console mp3 player. A terratec usb soundadapter works fine on alix2d device. (0ccd:0077 TerraTec Electronic GmbH) | |||
2010-01-13 | fix ag241 compile. add target dependent package selections. | Waldemar Brodkorb | |
2010-01-10 | fix dependencies for foxboard usb support | Waldemar Brodkorb | |
2009-11-17 | fix unresolved symbols in usbcore | Waldemar Brodkorb | |
- should fix following problem by loading usb usbcore: Unknown symbol utf16s_to_utf8s | |||
2009-08-02 | change all 'depends' lines to 'depends on' ones | Phil Sutter | |
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible. | |||
2009-05-17 | Initial import | wbx | |