Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-26 | use libc for native build to avoid native_native | Waldemar Brodkorb | |
2010-11-26 | fix wrap and alix targets, just use one TARGET symbol | Waldemar Brodkorb | |
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-25 | make intel driver work on ibm x40 | Waldemar Brodkorb | |
- add kernel support for AGP/DRM/KMS - update intel driver - fix MesaLib (add the correct driver) | |||
2010-11-23 | change defaults | Waldemar Brodkorb | |
2010-11-22 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-22 | use ADK_HW for target hardware profile information | Waldemar Brodkorb | |
2010-11-21 | change defaults to ext2 with ipkg package management | Waldemar Brodkorb | |
2010-11-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-21 | add more generic arch support, barely tested | Waldemar Brodkorb | |
2010-11-20 | convert to UUID; make panic-reboot-time a flag; prevent automatic fsck | Thorsten Glaser | |
note: uuid.patch currently still panics ☹ Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-18 | refresh bulk and target lists | Waldemar Brodkorb | |
2010-11-18 | use hardware profiles for sparc/ppc targets | Waldemar Brodkorb | |
2010-11-18 | optimize shuttle and ibmx40 hardware profile | Waldemar Brodkorb | |
2010-11-18 | convert qemu for x86/x86_64 to hardware profiles | Waldemar Brodkorb | |
2010-11-17 | optimize build for hardware profile (x86/x86_64), optimize chroot installer ↵ | Waldemar Brodkorb | |
script | |||
2010-11-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: target/Config.in | |||
2010-11-15 | foxg20 does work with (e)glibc | Waldemar Brodkorb | |
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-10-23 | change description | Waldemar Brodkorb | |
2010-10-18 | remove empty line, disable kernel lzo compression (broken at the moment) | Waldemar Brodkorb | |
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-16 | add archive FS for native builds | Waldemar Brodkorb | |
2010-07-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-07-16 | a lot of lemote finetuning | Waldemar Brodkorb | |
* add PCM to mixer init script * let ipkg check if rootfs is already rw mounted * fix overlapping utilities * enable DPMS in Xorg configuration, remove unused stuff * set DPMS timeout to 60 seconds via startx, disable screen blanking. Mplayer now runs fine without any screen blanking * enable some more features in vim (f.e. :split) * rename mpc package to libmpc * fix uvcvideo loading (v4l2 compat again..) * add new xset package | |||
2010-07-16 | fix strongswan package, ESP now works. | Waldemar Brodkorb | |
2010-07-15 | add OSS emulation, required for mplayer and others. | Waldemar Brodkorb | |
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-07-01 | enable usb for alix boards in menu | Waldemar Brodkorb | |
2010-06-26 | finetune kernel configuration, enable initramfs rootfs and enable reset button | Waldemar Brodkorb | |
alix2d has a reset button, which might be used to startup a rescue system or anything you think about. add a small daemon from ipcop forum to implement this. See: http://www.ipcop-forum.de/forum/viewtopic.php?f=7&t=19183&hilit=alixswitch&start=30 finetune kernel configuration, enable MFGPT timers. Disable unsupported MTRR. Enable watchdog. Enable initramfs and initramfs+piggyback for alix targets. | |||
2010-06-18 | fix lemote webcam support, enable v4l1 compat by default | Waldemar Brodkorb | |
2010-06-15 | enable audio driver for lemote | Waldemar Brodkorb | |
2010-06-12 | enable wireless for lemote | Waldemar Brodkorb | |
2010-06-10 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-10 | nls is needed for USB support | Waldemar Brodkorb | |
2010-06-10 | add basic support for wireless driver in bcm47xx devices | Waldemar Brodkorb | |
2010-06-03 | update patches and kernel config to latest brcm development | Waldemar Brodkorb | |
2010-05-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-05-29 | remove swconfig, enable USB and NLS for alix boards | Waldemar Brodkorb | |
2010-05-29 | upgrade all targets to Linux 2.6.34 | Waldemar Brodkorb | |
2010-05-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-05-28 | add basic support for Broadcom devices (brcm47xx) | Waldemar Brodkorb | |
2010-05-25 | fix MesaLib cross-compile | Waldemar Brodkorb | |
2010-05-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-05-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-05-20 | activate and refresh support for rb411/rb433 | Waldemar Brodkorb | |
after n0-1 helped to find a way to fix my broken rb433 by using the primary bootloader via shortening a jumper I got the motivation to get this target working again. Summarize both targets to newly created rb4xx target. | |||
2010-05-17 | enable cardbus for this target | Waldemar Brodkorb | |
2010-05-12 | fix make bulkallmod for some packages and target combinations | Waldemar Brodkorb | |