Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-19 | disable wireless for linksys, as soon it is untested | Waldemar Brodkorb | |
2011-01-19 | fix dependencies, downgrade gtk+ to fix firefox startup (missing icons, ↵ | Waldemar Brodkorb | |
known bug) | |||
2011-01-19 | disable hardware i never seen or use, fix previos commit | Waldemar Brodkorb | |
2011-01-13 | update to Linux Kernel 2.6.37 | Waldemar Brodkorb | |
2011-01-11 | fix patch, after aufs2 addition | Waldemar Brodkorb | |
2011-01-10 | resolve conflicts | Waldemar Brodkorb | |
2011-01-10 | add LTO support to toolchain settings. Cleanup SYSROOT mess. | Waldemar Brodkorb | |
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup) | |||
2011-01-07 | loop device needs block device support | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-07 | expose squashfs always | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-05 | cleanup duplicate kernel module feature | Waldemar Brodkorb | |
2011-01-05 | update mips qemu targets. 64 Bit kernels still does not boot completely | Waldemar Brodkorb | |
2011-01-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-03 | fix qemu targets, make them bootable again | Waldemar Brodkorb | |
2011-01-03 | add mtrr support, mask some drivers not useful for ibm x40 | Waldemar Brodkorb | |
2011-01-02 | add parport_pc support | 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-12-15 | only build for profiles with sata or input devices | Waldemar Brodkorb | |
2010-12-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-12-13 | add fwloader | Waldemar Brodkorb | |
2010-12-13 | optimize for ibm x40 hardware profile | Waldemar Brodkorb | |
2010-12-01 | fix ipkg and ipkg tools, consolidate mdev.conf | Waldemar Brodkorb | |
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped. | |||
2010-11-30 | fix sound on ibm x40 | Waldemar Brodkorb | |
2010-11-30 | make ACPI choosable and enable for ibm x40 | Waldemar Brodkorb | |
2010-11-30 | enable hardware profile on native configurations | Waldemar Brodkorb | |
2010-11-26 | add preliminary DRBD support for OpenADK | 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 | 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 | add support for r8169 ethernet driver in menu | 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-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-11-10 | add option for a quiet boot | Waldemar Brodkorb | |
2010-11-04 | remove unused if symbol | Waldemar Brodkorb | |
2010-09-21 | update some package to latest upstream | Waldemar Brodkorb | |
2010-09-18 | always enable ossemul | Waldemar Brodkorb | |
otherwise oss-emul-mixer and oss-emul-dsp have missing symbols in core sound modules. | |||
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-08-01 | remove unzip dependency, use delivered cpio. some code cleanup | Waldemar Brodkorb | |
2010-07-30 | fix foxboard allmodconfig, remove old linux patches | Waldemar Brodkorb | |
2010-07-27 | test and fix openswan package. | Waldemar Brodkorb | |
enable needed kernel modules, disable removing of any kernel modules on restart. | |||
2010-07-24 | add XCBC kernel module | Waldemar Brodkorb | |
2010-07-19 | fix IPCOMP kernel support, packaging issue | 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-14 | add strongswan package | Waldemar Brodkorb | |
2010-07-13 | add support for i2c-tools and kernel support on geode | Waldemar Brodkorb | |