Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-03 | disable werror, as suggested by a GNU libc developer to avoid breakage for ↵ | Waldemar Brodkorb | |
architectures like hppa | |||
2015-03-02 | x86/x86_64 use -march, reported by phil | Waldemar Brodkorb | |
2015-03-02 | add new package cdrkit | Waldemar Brodkorb | |
2015-03-02 | fix header and library install when static build | Waldemar Brodkorb | |
2015-03-02 | update to latest, fix build when static library build s choosen | Waldemar Brodkorb | |
2015-03-02 | pam needs dlopen | Waldemar Brodkorb | |
2015-03-02 | add wlan support for 3.18.x via Russel King patches. 0086-0090 | Waldemar Brodkorb | |
2015-03-02 | update some kernel mod dependencies. need better backward compatibility | Waldemar Brodkorb | |
2015-03-02 | default m approach for selecting kernel stuff by packages does not work ↵ | Waldemar Brodkorb | |
well. remove it for now | |||
2015-03-02 | update elf2flt, so that arm-nommu binaries are linkable. | Waldemar Brodkorb | |
2015-03-02 | update to latest stable upstream version | Waldemar Brodkorb | |
2015-03-02 | update to latest stable upstream version | Waldemar Brodkorb | |
2015-03-02 | update to latest stable upstream version | Waldemar Brodkorb | |
2015-03-02 | update to latest stable upstream version | Waldemar Brodkorb | |
2015-03-02 | update to latest stable upstream version | Waldemar Brodkorb | |
2015-03-02 | update to latest stable upstream version | Waldemar Brodkorb | |
2015-03-02 | update to latest stable upstream version | Waldemar Brodkorb | |
2015-03-02 | update to latest stable upstream version | Waldemar Brodkorb | |
2015-03-02 | update to latest stable upstream version | Waldemar Brodkorb | |
2015-03-02 | update to latest stable upstream version | Waldemar Brodkorb | |
2015-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-03-02 | add version string, will be used later | Waldemar Brodkorb | |
2015-03-02 | update to latest stable 3.18.x kernel | Waldemar Brodkorb | |
2015-03-01 | use special cflags for neon | Waldemar Brodkorb | |
2015-03-01 | use lowercase for description | Waldemar Brodkorb | |
2015-03-01 | breaks with uClibc and new default malloc | Waldemar Brodkorb | |
2015-03-01 | revert this commit, as it breaks with uClibc-ng | Waldemar Brodkorb | |
https://www.redhat.com/archives/lvm-devel/2014-November/msg00132.html uClibc-ng uses simpler malloc as default. | |||
2015-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-03-01 | we need to select vfp | Waldemar Brodkorb | |
2015-03-01 | match exactly | Waldemar Brodkorb | |
2015-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-03-01 | fix vfp symbols | Waldemar Brodkorb | |
2015-03-01 | add quirks for clang | Waldemar Brodkorb | |
2015-02-28 | use kernel.org mirror | Waldemar Brodkorb | |
2015-02-28 | package/e2fsprogs: update to 1.42.12, add subpackages for static tune2fs and ↵ | Phil Sutter | |
e2fsck | |||
2015-02-28 | cleanup phil's submissions | Waldemar Brodkorb | |
- use () instead of {} in make variables for now - use PKG_HASH instead of PKG_MD5SUM - update to latest upstream versions - use a newline between PKG_* variables and DISTFILES - use <pkgname>-install instead of post-install - use lowercase description texts only - fix some missing PKG_BUILDDEP - elfutils needs argp, which is not available in uClibc-ng, yet - PKG_HASH is not required for git sources | |||
2015-02-28 | update to latest upstream version | Waldemar Brodkorb | |
2015-02-28 | package/*/patches: drop obvious cases of install parameter elimination | Phil Sutter | |
Due to an advanced wrapper, this should have become unnecessary. | |||
2015-02-28 | toolchain/glibc: set asm-CPPFLAGS to CFLAGS when compiling the final version | Phil Sutter | |
Otherwise, CFLAGS are not passed to gcc when compiling assembly (*.S) files. This is crucial for certain #define-optimisations (seen when compiling for armv5te). | |||
2015-02-28 | target/Makefile: fix for ADK_TARGET_KERNEL_CUSTOMISING=n | Phil Sutter | |
The prepared kernel config wasn't copied to it's final place. | |||
2015-02-28 | port wireless-regdb | Phil Sutter | |
2015-02-28 | package/wget: fix for compiling against openssl | Phil Sutter | |
2015-02-28 | port tcptrace | Phil Sutter | |
2015-02-28 | scripts/install: fix and improve | Phil Sutter | |
Keep the option filtering as it actually prevents lots of package patching. | |||
2015-02-28 | port supl library package | Phil Sutter | |
Also enhance the client to allow binding to an interface. | |||
2015-02-28 | port the stats utility from Rusty Russell | Phil Sutter | |
2015-02-28 | port slang library | Phil Sutter | |
TODO: add subpackages for interpreter, colour maps, help files, scripts and actual library. | |||
2015-02-28 | port perf utility shipped with kernel tree | Phil Sutter | |
2015-02-28 | package/pdnsd: update to version 1.2.9a | Phil Sutter | |
Originally, there was a problem compiling the old one (better: one of it's custom patches) with IPv6 support enabled. But while at it, updating it shouldn't hurt. | |||
2015-02-28 | package/oprofile: update to version 1.0.0 | Phil Sutter | |
Awesome, starting with this version, oprofile is perf-based and does not need CONFIG_OPROFILE anymore. |