summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-04use separate directories for nommu setupWaldemar Brodkorb
2015-03-04remove git patches for nowWaldemar Brodkorb
2015-03-04add u-boot patches and wrapper scriptsWaldemar Brodkorb
2015-03-04disable parallel building, still brokenWaldemar Brodkorb
2015-03-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-03-03add missing CPU types. breakage reported by philWaldemar Brodkorb
2015-03-03disable werror, as suggested by a GNU libc developer to avoid breakage for ↵Waldemar Brodkorb
architectures like hppa
2015-03-02x86/x86_64 use -march, reported by philWaldemar Brodkorb
2015-03-02add new package cdrkitWaldemar Brodkorb
2015-03-02fix header and library install when static buildWaldemar Brodkorb
2015-03-02update to latest, fix build when static library build s choosenWaldemar Brodkorb
2015-03-02pam needs dlopenWaldemar Brodkorb
2015-03-02add wlan support for 3.18.x via Russel King patches. 0086-0090Waldemar Brodkorb
2015-03-02update some kernel mod dependencies. need better backward compatibilityWaldemar Brodkorb
2015-03-02default m approach for selecting kernel stuff by packages does not work ↵Waldemar Brodkorb
well. remove it for now
2015-03-02update elf2flt, so that arm-nommu binaries are linkable.Waldemar Brodkorb
2015-03-02update to latest stable upstream versionWaldemar Brodkorb
2015-03-02update to latest stable upstream versionWaldemar Brodkorb
2015-03-02update to latest stable upstream versionWaldemar Brodkorb
2015-03-02update to latest stable upstream versionWaldemar Brodkorb
2015-03-02update to latest stable upstream versionWaldemar Brodkorb
2015-03-02update to latest stable upstream versionWaldemar Brodkorb
2015-03-02update to latest stable upstream versionWaldemar Brodkorb
2015-03-02update to latest stable upstream versionWaldemar Brodkorb
2015-03-02update to latest stable upstream versionWaldemar Brodkorb
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.