Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-19 | avoid autotools usage on host system | Waldemar Brodkorb | |
There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way. | |||
2010-02-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-19 | first try to get eglibc/glibc based toolchain working | Waldemar Brodkorb | |
when HOST == TARGET eglibc/glibc toolchain does not compile correctly. With this patches at least eglibc compiles fine. There still exist a problem with glibc. Someone should check what diff in eglibc make the build work :} | |||
2010-02-19 | enable advanced realtime for all targets | Waldemar Brodkorb | |
2010-02-18 | avoid calling auttool stuff | Waldemar Brodkorb | |
2010-02-18 | remove cbtt, I never used it. And the makefiles just suckz | Waldemar Brodkorb | |
2010-02-18 | Avoid/Fix build on OpenBSD host system | Waldemar Brodkorb | |
2010-02-18 | on Linux use tsort and reverse with tac, On BSD use tsort -r | Waldemar Brodkorb | |
2010-02-17 | enable realtime extensions for foxg20 | Waldemar Brodkorb | |
2010-02-17 | update to latest upstream | Waldemar Brodkorb | |
2010-02-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-17 | add fallback for autoconf | Waldemar Brodkorb | |
2010-02-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-17 | fix rebuild of autotools by touching files in a correct order | Waldemar Brodkorb | |
from freewrt/openbsd | |||
2010-02-17 | fix build on OpenBSD host | Waldemar Brodkorb | |
- add a wrapper script for autoconf and autoreconf to avoid ifdef gluecode for every OS/autoconf combination - need to add more autoconf version for NetBSD/MirBSD | |||
2010-02-17 | finetune foxg20 nfsroot | Waldemar Brodkorb | |
- fix kernel module build - reduce kernel patch to minimim - remove old foxboard tools | |||
2010-02-17 | boot via nfs works and I get a shell | Waldemar Brodkorb | |
2010-02-16 | do not install man pages | Waldemar Brodkorb | |
2010-02-16 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-16 | add basic support for foxg20 toolchain | Waldemar Brodkorb | |
2010-02-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-16 | update to latest upstream | Waldemar Brodkorb | |
2010-02-16 | hopefully fix my autotool regeneration patches | Waldemar Brodkorb | |
2010-02-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-16 | add initramfs+kernel target | Waldemar Brodkorb | |
2010-02-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-16 | fix OpenBSD compile | Waldemar Brodkorb | |
2010-02-16 | disable BBCONFIG for allmodconfig/allconfig | Waldemar Brodkorb | |
2010-02-16 | disable warnings, -Wextra does not exit on OpenBSD gcc | Waldemar Brodkorb | |
2010-02-16 | add OpenBSD | Waldemar Brodkorb | |
2010-02-16 | redirecting config/conf output to /dev/null is a bad idea | Phil Sutter | |
In fact, this leads to 'make oldconfig' waiting for user input without prompting her for any. | |||
2010-02-16 | disable broken or not ready targets | Waldemar Brodkorb | |
2010-02-16 | reduce overhead and fix for OpenBSD pkg-config implementation | Waldemar Brodkorb | |
OpenBSD use a Perl implementation for pkg-config, which use PKG_CONFIG_LIBDIR, so this shouldn't be /dev/null. Using just PKG_CONFIG_LIBDIR to provide the cross-compiled headers and libraries is even enough for normal pkg-config. | |||
2010-02-16 | fix path for sftp-server | Waldemar Brodkorb | |
2010-02-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: package/nspr/Makefile | |||
2010-02-15 | set os | Waldemar Brodkorb | |
2010-02-15 | move patch to correct place | Waldemar Brodkorb | |
2010-02-15 | add patches missed by the last commit | Waldemar Brodkorb | |
2010-02-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-15 | reenable kismet, let it compile with stdc++ | Waldemar Brodkorb | |
2010-02-15 | update to latest upstream version | Waldemar Brodkorb | |
2010-02-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-15 | disable for NetBSD build | Waldemar Brodkorb | |
2010-02-15 | fix compile on NetBSD | Waldemar Brodkorb | |
2010-02-15 | add special handling for kernel modules in pkgmaker | Waldemar Brodkorb | |
- use Config.in.kmod for packages with kernel modules - cleanup dots in uclibc Config.in - avoid autotool in cryptsetup, breaks build on debian lenny | |||
2010-02-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-14 | update qemu-cris support, still broken | Waldemar Brodkorb | |
2010-02-14 | fix recompile BUG of PKG_MULTI packages | Waldemar Brodkorb | |