summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-02update to latest stable upstream versionWaldemar Brodkorb
2015-03-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-03-02add version string, will be used laterWaldemar Brodkorb
2015-03-02update to latest stable 3.18.x kernelWaldemar Brodkorb
2015-03-01use special cflags for neonWaldemar Brodkorb
2015-03-01use lowercase for descriptionWaldemar Brodkorb
2015-03-01breaks with uClibc and new default mallocWaldemar Brodkorb
2015-03-01revert this commit, as it breaks with uClibc-ngWaldemar Brodkorb
https://www.redhat.com/archives/lvm-devel/2014-November/msg00132.html uClibc-ng uses simpler malloc as default.
2015-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-03-01we need to select vfpWaldemar Brodkorb
2015-03-01match exactlyWaldemar Brodkorb
2015-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-03-01fix vfp symbolsWaldemar Brodkorb
2015-03-01add quirks for clangWaldemar Brodkorb
2015-02-28use kernel.org mirrorWaldemar Brodkorb
2015-02-28package/e2fsprogs: update to 1.42.12, add subpackages for static tune2fs and ↵Phil Sutter
e2fsck
2015-02-28cleanup phil's submissionsWaldemar 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-28update to latest upstream versionWaldemar Brodkorb
2015-02-28package/*/patches: drop obvious cases of install parameter eliminationPhil Sutter
Due to an advanced wrapper, this should have become unnecessary.
2015-02-28toolchain/glibc: set asm-CPPFLAGS to CFLAGS when compiling the final versionPhil 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-28target/Makefile: fix for ADK_TARGET_KERNEL_CUSTOMISING=nPhil Sutter
The prepared kernel config wasn't copied to it's final place.
2015-02-28port wireless-regdbPhil Sutter
2015-02-28package/wget: fix for compiling against opensslPhil Sutter
2015-02-28port tcptracePhil Sutter
2015-02-28scripts/install: fix and improvePhil Sutter
Keep the option filtering as it actually prevents lots of package patching.
2015-02-28port supl library packagePhil Sutter
Also enhance the client to allow binding to an interface.
2015-02-28port the stats utility from Rusty RussellPhil Sutter
2015-02-28port slang libraryPhil Sutter
TODO: add subpackages for interpreter, colour maps, help files, scripts and actual library.
2015-02-28port perf utility shipped with kernel treePhil Sutter
2015-02-28package/pdnsd: update to version 1.2.9aPhil 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-28package/oprofile: update to version 1.0.0Phil Sutter
Awesome, starting with this version, oprofile is perf-based and does not need CONFIG_OPROFILE anymore.
2015-02-28port newt libraryPhil Sutter
2015-02-28package/nand: get rid of MEMSETOOBSEL/MEMGETOOBSELPhil Sutter
2015-02-28introduce libqmi packagePhil Sutter
2015-02-28package/libpcap: update to version 1.6.2Phil Sutter
2015-02-28package/ldd: allow installing glibc's ldd into the imagePhil Sutter
2015-02-28port ipmitoolPhil Sutter
2015-02-28import package inotify-toolsPhil Sutter
2015-02-28viprinux-arm: add support for intel wimax modulesPhil Sutter
2015-02-28introduce hwids package, providing usb.ids and coPhil Sutter
2015-02-28package/gdb: prevent shipped libbfd from cluttering the system wide onePhil Sutter
This lib won't get installed anyway, packages linking against libbfd should simply depend on the libbfd provided by binutils.
2015-02-28port elfutils packagePhil Sutter
This is a drop-in replacement for libelf, containing the binutils binaries. TODO: move toolchain over to elfutils, split this package up into library and binaries.
2015-02-28package/cryptodev-linux: improve MakefilePhil Sutter
2015-02-28port crdaPhil Sutter
2015-02-28port packages mISDN, mISDNuser and capi4k-utilsPhil Sutter
mISDN still has some unresolved problems with sysfs object creation, to be fixed.
2015-02-28package/busybox: prevent ip applet compile when iproute2 is activePhil Sutter
2015-02-28import package aufs-utilPhil Sutter
2015-02-28mk/package.mk: fix for cleaning packagesPhil Sutter
Due to using the wrong name, the packages stamp file was not removed and therefore it was not rebuilt at all.
2015-02-28toolchain: add cross prelinking tool from yoctoproject and hook it into ↵Phil Sutter
build system
2015-02-28mk/fetch.mk: fix .nohash hack for packages with multiple distfilesPhil Sutter