summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-17use perl-cross for perl5Waldemar Brodkorb
The direct cross-compilation of perl requires some pre-generated config files. It is a mess on perl updates. Buildroot is happy with perl-cross, so I switch now. Perl-host is still required for perl-modules to compile.
2016-01-16classpath: disable for targetWaldemar Brodkorb
2016-01-16gcc: add missing patches for musl native gccWaldemar Brodkorb
2016-01-16gdb: fix musl compile, add alpine linux patchWaldemar Brodkorb
2016-01-16valgrind: update to latest, add alpine linux patchWaldemar Brodkorb
2016-01-16strace: fix build errorWaldemar Brodkorb
2016-01-16ffmpeg: update to latest stable versionWaldemar Brodkorb
2016-01-16openssh: update to latest stable versionWaldemar Brodkorb
2016-01-16findutils: update to latest, musl patches no longer required, as upstream ↵Waldemar Brodkorb
updated included gnulib copy
2016-01-16fix musl build, reported via IRCWaldemar Brodkorb
2016-01-13add missing expat dependencyWaldemar Brodkorb
2016-01-13Change mpd dependencies.Oliver Schib
Video libraries are not necessary for successful build and start of mpd. libexpat is needed. Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2016-01-13libjpeg-turbo: update to latest stable versionWaldemar Brodkorb
2016-01-13libssh2: update to latest stable versionWaldemar Brodkorb
2016-01-13lighttpd: update to latest stable versionWaldemar Brodkorb
2016-01-13php: update to latest stable versionWaldemar Brodkorb
2016-01-13mpd: update to latest stable versionWaldemar Brodkorb
2016-01-13sqlite: update to latest stable versionWaldemar Brodkorb
2016-01-13sysstat: update to latest stable versionWaldemar Brodkorb
2016-01-13pciutils: update to latest stable versionWaldemar Brodkorb
2016-01-13iptables: update to latest stable versionWaldemar Brodkorb
2016-01-13giflib: update to latest stable versionWaldemar Brodkorb
2016-01-13ffmpeg: update to latest stable versionWaldemar Brodkorb
2016-01-13boost: update to latest stable versionWaldemar Brodkorb
2016-01-13bluez: update to latest stable versionWaldemar Brodkorb
2016-01-13squid: update to latest stable versionWaldemar Brodkorb
2016-01-11fix preseeding libc git versionWaldemar Brodkorb
2016-01-10libXScrnsaver: disable malloc0returnsnullWaldemar Brodkorb
2016-01-10less is very usefulWaldemar Brodkorb
2016-01-10one leftover from last commitWaldemar Brodkorb
2016-01-10update to uClibc-ng 1.0.11, enable argp option, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-01-10add missing arch dependsWaldemar Brodkorb
2016-01-10ffmpeg: fix mips32Waldemar Brodkorb
2016-01-10mikrotik rb532 is mips32 not mips32r2Waldemar Brodkorb
2016-01-10ffmpeg: fix mmxextWaldemar Brodkorb
2016-01-09Add support for RME HDSP sound cards.Oliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2016-01-09Adapt SSE optimisation for mplayer and ffmpegOliver Schib
Add support for higher order SSE and make sure only one is selected at a time. Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2016-01-09fix typoWaldemar Brodkorb
2016-01-09add new package py-spidev, submitted by Mike Thompson <mike@ologicinc.com>, ↵Waldemar Brodkorb
minor cleanup by me
2016-01-09ruby: update to latest stable versionWaldemar Brodkorb
2016-01-09mbedtls: update to latest stable versionWaldemar Brodkorb
2016-01-09latest gdb can be used for bfinWaldemar Brodkorb
2016-01-09update gdb for h8/300, includes clang patchesWaldemar Brodkorb
2016-01-09fix openjdk8 build for rb532Waldemar Brodkorb
2016-01-08Add SSE2 optimisation to BruteFIROliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2016-01-08refactor x86_64 cpu choice, so that it can be used for toolchain, tooWaldemar Brodkorb
2016-01-08Add support for x86_64 CPU optimisation in gccOliver Schib
Allows to choose which x86_64 CPU type should be used. The corresponding -march optimisation for gcc will be activated. Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2016-01-07add OpenJDK8, mostly copied from Optware-NGWaldemar Brodkorb
2016-01-07do not use common V/VERBOSE variables, avoids clashing with openjdk8 packageWaldemar Brodkorb
2016-01-07allow to choose Xtensa targetWaldemar Brodkorb