Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-30 | set timestamp dir to a usable default | Waldemar Brodkorb | |
2010-11-28 | fix flex build on native target | Waldemar Brodkorb | |
2010-11-28 | add new package xbindkeys | Waldemar Brodkorb | |
2010-11-28 | only set suid bit when installing on target | Waldemar Brodkorb | |
2010-11-28 | add keychain package | Waldemar Brodkorb | |
2010-11-28 | use desktop ps by default, add suid bit via postinst | Waldemar Brodkorb | |
2010-11-27 | fix tab completion in vim :edit, by installing the example vimrc | Waldemar Brodkorb | |
2010-11-27 | make native builds of x11 apps work | Waldemar Brodkorb | |
2010-11-27 | use my favorite key mappings | Waldemar Brodkorb | |
2010-11-27 | use my favorite key mappings | Waldemar Brodkorb | |
2010-11-26 | remove obsolete chmod, added to postinst script | Waldemar Brodkorb | |
2010-11-26 | enable startup as non-root | Waldemar Brodkorb | |
2010-11-26 | add new package sudo | Waldemar Brodkorb | |
2010-11-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-26 | add support for imagemagick package | Waldemar Brodkorb | |
2010-11-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-26 | add preliminary DRBD support for OpenADK | Waldemar Brodkorb | |
2010-11-26 | change defaults, enable more tr features | 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-26 | add new package for xrdb | Waldemar Brodkorb | |
2010-11-25 | fix firefox build, update sqlite dependency | Waldemar Brodkorb | |
2010-11-25 | add xsetroot package | Waldemar Brodkorb | |
2010-11-25 | first setup cfgfs, then mount all other volumes, otherwise fstab is ignored | Waldemar Brodkorb | |
2010-11-25 | rename package name to avoid ipkg warning and fix dependency | Waldemar Brodkorb | |
2010-11-25 | respect hardware profile for ibm x40 | Waldemar Brodkorb | |
2010-11-25 | update to latest upstream version | Waldemar Brodkorb | |
2010-11-25 | add setxkbmap to set keyboard layouts under xorg | Waldemar Brodkorb | |
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-23 | fix package archive, update to latest upstream | Waldemar Brodkorb | |
2010-11-23 | install symlinks for glibc-dev package, do not install libnsl for now | Waldemar Brodkorb | |
2010-11-23 | add runtime option for inittab configuration | Waldemar Brodkorb | |
2010-11-23 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-23 | avoid gnu tar warnings in cfgfs | Waldemar Brodkorb | |
2010-11-23 | install bits/syscall.h manually | Waldemar Brodkorb | |
2010-11-23 | add preliminary support for a new hardware profile for OVH.net iscsi server | Waldemar Brodkorb | |
- add open-iscsi package - add a hardware profile for x86_64 target architecture - add CPU support for x86/x86_64 targets for hardware profiles | |||
2010-11-22 | use empty default for keyboard layout, rebuild when changed | Waldemar Brodkorb | |
2010-11-22 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-22 | fix mirror address | Waldemar Brodkorb | |
2010-11-22 | add support for keyboard layout as a runtime option | Waldemar Brodkorb | |
2010-11-22 | enable cfgfs for x86/x86_64 targets | Waldemar Brodkorb | |
fix a bug, where the wrong cfgfs partition was used, when more than one cfgfs partition is available. Always use the cfgfs partition from the block device, the system is booted. | |||
2010-11-22 | use ADK_HW for target hardware profile information | Waldemar Brodkorb | |
2010-11-21 | use linux for TERM | Waldemar Brodkorb | |
2010-11-20 | avoid warning, when already mounted by kernel | Waldemar Brodkorb | |
2010-11-20 | unbreak on MirBSD (and, possibly, OpenBSD) | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-20 | replace distfile with one that has usr/share/grub-bin/core.img | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-19 | remove unresolvable dependency | Waldemar Brodkorb | |
2010-11-18 | convert qemu for x86/x86_64 to hardware profiles | 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 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |