Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-14 | fix native kernel build for IBM X40 | Waldemar Brodkorb | |
2011-06-26 | more 2.6.39 fixes | Waldemar Brodkorb | |
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-05-05 | rework NFS4 kernel stuff | Waldemar Brodkorb | |
2011-04-27 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-04-27 | add legacy driver | Waldemar Brodkorb | |
2011-04-27 | fix cris allconfig build | Waldemar Brodkorb | |
2011-04-26 | add model support for broadcom devices | Waldemar Brodkorb | |
2011-04-12 | resolve merge conflict | wbx | |
2011-04-12 | refresh lemote yeelong support | wbx | |
2011-04-12 | add basic support for Fonera devices (nfsroot) via OpenWrt/FreeWRT kernel ↵ | Waldemar Brodkorb | |
patches | |||
2011-04-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: package/firefox/Makefile package/jpeg/patches/patch-ltmain_sh | |||
2011-02-21 | remove leftover dependency on ADK_ENABLE_IPV6 | Phil Sutter | |
2011-02-16 | some minor bugfixing in linux kernel config | Waldemar Brodkorb | |
2011-02-10 | mikrotik-rb532: enable hardware watchdog support | Phil Sutter | |
2011-02-08 | many bugfixes for native adksystems and some package updates | Waldemar Brodkorb | |
2011-02-01 | add missing dependency to mac80211 stack | Waldemar Brodkorb | |
2011-01-29 | add Linksys WRT54GS | Waldemar Brodkorb | |
2011-01-27 | add missing dependency to crc-ccitt | Waldemar Brodkorb | |
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 | |
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 |