Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-15 | add support for SSL flavours, suggested by phil | Waldemar Brodkorb | |
2012-01-15 | ca-certificates: fix package makefile, move things around | Phil Sutter | |
- Additional files go best into the extra/ directory. At least not src/, as what's inside there gets automatically installed into the package. - Somehow the package symbol (first PKG_template param) must be the capitalized PKG_NAME, otherwise things are b0rked. | |||
2012-01-14 | add support for 64bit kernels on supporting targets | Phil Sutter | |
This is more commonly known as 32bit userland support on 64bit architectures. For simplicity's sake though, this implementation works the other way round: just build a 64bit-able linker and compiler, but no 64bit-libraries at all (i.e., no multilib). This is then just enough to compile a 64bit kernel, as that doesn't link to anything. The alternative would have been to build a native 64bit compiler with multilib-support in order to cross-compile a 32bit userland, resulting in a multilib system without need for it. In order to allow compilation of a 64bit kernel for a given target system, have it select ADK_TARGET_KERNEL_MAY_64BIT. Upon selection of that target, the symbol ADK_64BIT_KERNEL will occur in the "Global settings" menu. Since certain aspects of the 64bit kernel .config may greatly differ from it's 32bit counterpart, it has to be shipped separately: target/<arch>/kernel64.config is the place to be. Conflicts: target/Makefile toolchain/gcc/Makefile Untested, due to conflicts (original patch conflicts with multiple kernel version support). | |||
2012-01-14 | package/hostapd: enhance compile-options a bit, eases testing | Phil Sutter | |
2012-01-14 | tzdata: fix somehow broken date binary | Phil Sutter | |
2012-01-14 | rng-tools: drop tpm support patch, floods syslog | Phil Sutter | |
2012-01-12 | update iproute2 to 3.2.0, add needed unshare support from buildroot for uClibc | Waldemar Brodkorb | |
2012-01-09 | update to 3.1.8, add lzma-loader for brcm47xx, kernel stuff + patches does ↵ | Waldemar Brodkorb | |
not work on Asus WL500gp | |||
2011-12-20 | update to 3.1.5 | Waldemar Brodkorb | |
2011-12-18 | update to mksh R40d; use Link-Time Optimisation if possible | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-12-18 | use proper method to disable a flag | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-12-18 | avr32 workarounds | Waldemar Brodkorb | |
2011-12-05 | misc fixes, new package ed and mailutils | Waldemar Brodkorb | |
2011-12-04 | update to latest stable | Waldemar Brodkorb | |
2011-12-04 | add fastcgi | Waldemar Brodkorb | |
2011-12-04 | fix postfix segfaults by avoidance of berkeley db | Waldemar Brodkorb | |
2011-12-03 | misc fixes | Waldemar Brodkorb | |
2011-12-03 | update to latest upstream version | Waldemar Brodkorb | |
2011-12-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-12-03 | update to latest upstream | Waldemar Brodkorb | |
2011-12-03 | fix build | Waldemar Brodkorb | |
2011-12-03 | add postfix | Waldemar Brodkorb | |
2011-12-03 | fix build | Waldemar Brodkorb | |
2011-12-03 | uncomment non-existing plugins | Waldemar Brodkorb | |
2011-12-03 | add vpn-client package collection | Waldemar Brodkorb | |
2011-12-03 | fix dependency | Waldemar Brodkorb | |
2011-12-03 | fix download url | Waldemar Brodkorb | |
2011-12-03 | add empty services file, needed for adk buildserver (strange) | Waldemar Brodkorb | |
2011-12-03 | first shot for postfix | Waldemar Brodkorb | |
2011-12-03 | better defaults | Waldemar Brodkorb | |
2011-12-03 | add package collection for openvpn server | Waldemar Brodkorb | |
2011-12-03 | add non-working nagios-plugins port | Waldemar Brodkorb | |
2011-12-03 | add icinga core | Waldemar Brodkorb | |
2011-12-03 | use writable .rnd | Waldemar Brodkorb | |
2011-12-03 | use lighttpd example port | Waldemar Brodkorb | |
2011-12-03 | add better examples for server and client | Waldemar Brodkorb | |
2011-12-03 | update to latest stable upstream | Waldemar Brodkorb | |
2011-12-03 | add better examples for server and client | Waldemar Brodkorb | |
2011-12-03 | remove obsolete cryptodev | Waldemar Brodkorb | |
2011-12-02 | remove ocf support, broken in my setup | Waldemar Brodkorb | |
2011-12-02 | add missing patches | Waldemar Brodkorb | |
2011-12-02 | update openswan to latest upstream | Waldemar Brodkorb | |
2011-12-02 | update openvpn to latest upstream, fix broken path to ip | Waldemar Brodkorb | |
2011-12-01 | refresh linux kernels | Waldemar Brodkorb | |
2011-11-23 | bulk build fixes | Waldemar Brodkorb | |
2011-11-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-11-19 | revert some BSD fixes, not working on Linux host | Waldemar Brodkorb | |
2011-11-19 | nothing useful in TODO | Waldemar Brodkorb | |
2011-11-19 | remove LXDE tests, not working for me | Waldemar Brodkorb | |
2011-11-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |