summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-15ca-certificates: fix package makefile, move things aroundPhil 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-14add support for 64bit kernels on supporting targetsPhil 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-14package/hostapd: enhance compile-options a bit, eases testingPhil Sutter
2012-01-14tzdata: fix somehow broken date binaryPhil Sutter
2012-01-14rng-tools: drop tpm support patch, floods syslogPhil Sutter
2012-01-12update iproute2 to 3.2.0, add needed unshare support from buildroot for uClibcWaldemar Brodkorb
2012-01-09update to 3.1.8, add lzma-loader for brcm47xx, kernel stuff + patches does ↵Waldemar Brodkorb
not work on Asus WL500gp
2011-12-20update to 3.1.5Waldemar Brodkorb
2011-12-18update to mksh R40d; use Link-Time Optimisation if possibleThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-12-18use proper method to disable a flagThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-12-18avr32 workaroundsWaldemar Brodkorb
2011-12-05misc fixes, new package ed and mailutilsWaldemar Brodkorb
2011-12-04update to latest stableWaldemar Brodkorb
2011-12-04add fastcgiWaldemar Brodkorb
2011-12-04fix postfix segfaults by avoidance of berkeley dbWaldemar Brodkorb
2011-12-03misc fixesWaldemar Brodkorb
2011-12-03update to latest upstream versionWaldemar Brodkorb
2011-12-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-12-03update to latest upstreamWaldemar Brodkorb
2011-12-03fix buildWaldemar Brodkorb
2011-12-03add postfixWaldemar Brodkorb
2011-12-03fix buildWaldemar Brodkorb
2011-12-03uncomment non-existing pluginsWaldemar Brodkorb
2011-12-03add vpn-client package collectionWaldemar Brodkorb
2011-12-03fix dependencyWaldemar Brodkorb
2011-12-03fix download urlWaldemar Brodkorb
2011-12-03add empty services file, needed for adk buildserver (strange)Waldemar Brodkorb
2011-12-03first shot for postfixWaldemar Brodkorb
2011-12-03better defaultsWaldemar Brodkorb
2011-12-03add package collection for openvpn serverWaldemar Brodkorb
2011-12-03add non-working nagios-plugins portWaldemar Brodkorb
2011-12-03add icinga coreWaldemar Brodkorb
2011-12-03use writable .rndWaldemar Brodkorb
2011-12-03use lighttpd example portWaldemar Brodkorb
2011-12-03add better examples for server and clientWaldemar Brodkorb
2011-12-03update to latest stable upstreamWaldemar Brodkorb
2011-12-03add better examples for server and clientWaldemar Brodkorb
2011-12-03remove obsolete cryptodevWaldemar Brodkorb
2011-12-02remove ocf support, broken in my setupWaldemar Brodkorb
2011-12-02add missing patchesWaldemar Brodkorb
2011-12-02update openswan to latest upstreamWaldemar Brodkorb
2011-12-02update openvpn to latest upstream, fix broken path to ipWaldemar Brodkorb
2011-12-01refresh linux kernelsWaldemar Brodkorb
2011-11-23bulk build fixesWaldemar Brodkorb
2011-11-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-11-19revert some BSD fixes, not working on Linux hostWaldemar Brodkorb
2011-11-19nothing useful in TODOWaldemar Brodkorb
2011-11-19remove LXDE tests, not working for meWaldemar Brodkorb
2011-11-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-11-17revert pre-configure changes for Linux build hostWaldemar Brodkorb