Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2015-02-28 | port newt library | Phil Sutter | |
2015-02-28 | package/nand: get rid of MEMSETOOBSEL/MEMGETOOBSEL | Phil Sutter | |
2015-02-28 | introduce libqmi package | Phil Sutter | |
2015-02-28 | package/libpcap: update to version 1.6.2 | Phil Sutter | |
2015-02-28 | package/ldd: allow installing glibc's ldd into the image | Phil Sutter | |
2015-02-28 | port ipmitool | Phil Sutter | |
2015-02-28 | import package inotify-tools | Phil Sutter | |
2015-02-28 | viprinux-arm: add support for intel wimax modules | Phil Sutter | |
2015-02-28 | introduce hwids package, providing usb.ids and co | Phil Sutter | |
2015-02-28 | package/gdb: prevent shipped libbfd from cluttering the system wide one | Phil Sutter | |
This lib won't get installed anyway, packages linking against libbfd should simply depend on the libbfd provided by binutils. | |||
2015-02-28 | port elfutils package | Phil 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-28 | package/cryptodev-linux: improve Makefile | Phil Sutter | |
2015-02-28 | port crda | Phil Sutter | |
2015-02-28 | port packages mISDN, mISDNuser and capi4k-utils | Phil Sutter | |
mISDN still has some unresolved problems with sysfs object creation, to be fixed. | |||
2015-02-28 | package/busybox: prevent ip applet compile when iproute2 is active | Phil Sutter | |
2015-02-28 | import package aufs-util | Phil Sutter | |
2015-02-28 | mk/package.mk: fix for cleaning packages | Phil Sutter | |
Due to using the wrong name, the packages stamp file was not removed and therefore it was not rebuilt at all. | |||
2015-02-28 | toolchain: add cross prelinking tool from yoctoproject and hook it into ↵ | Phil Sutter | |
build system | |||
2015-02-28 | mk/fetch.mk: fix .nohash hack for packages with multiple distfiles | Phil Sutter | |
2015-02-28 | extend KERNEL_MAKE_OPTS by the target directory | Phil Sutter | |
This change is straightforward but in toolchain/kernel-headers/Makefile which seems to be called before ${BUILD_DIR}/linux symlink exists. Therefore define LINUX_DIR to the correct value in between inclusion of vars.mk (through rules.mk) and kernel-vars.mk. | |||
2015-02-28 | Config.in: show kernel configuration menu only if ↵ | Phil Sutter | |
ADK_TARGET_KERNEL_CUSTOMISING is set | |||
2015-02-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-02-26 | Revert "always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE ↵ | Waldemar Brodkorb | |
does not work" This reverts commit f7fb97a8e2160a791487f5a2cd9f744b04cf39bb. | |||
2015-02-26 | build for mips64 big endian soft-float generates warnings | Waldemar Brodkorb | |
Cairo's check for threads does not work correclty when assembler or linker give warnings. Add a workaround for this. | |||
2015-02-25 | use elf2flt CFLAGS for ARM with BINFMT_FLAT | Waldemar Brodkorb | |
2015-02-25 | m68k specific LDFLAGS | Waldemar Brodkorb | |