summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-02-28extend KERNEL_MAKE_OPTS by the target directoryPhil 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-28Config.in: show kernel configuration menu only if ↵Phil Sutter
ADK_TARGET_KERNEL_CUSTOMISING is set
2015-02-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-02-26Revert "always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE ↵Waldemar Brodkorb
does not work" This reverts commit f7fb97a8e2160a791487f5a2cd9f744b04cf39bb.
2015-02-26build for mips64 big endian soft-float generates warningsWaldemar Brodkorb
Cairo's check for threads does not work correclty when assembler or linker give warnings. Add a workaround for this.
2015-02-25use elf2flt CFLAGS for ARM with BINFMT_FLATWaldemar Brodkorb
2015-02-25m68k specific LDFLAGSWaldemar Brodkorb
2015-02-25strip variableWaldemar Brodkorb
2015-02-25set CFLAGS for float/fpu correctlyWaldemar Brodkorb
2015-02-25disable uClibc-ng (not ready). fix gcc configureWaldemar Brodkorb
2015-02-25add an useful example for appliance option filesWaldemar Brodkorb
2015-02-25always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE does not workWaldemar Brodkorb
2015-02-25another special handling for crisWaldemar Brodkorb
malloc needs to be fixed for linuxthreads in uClibc-ng git.
2015-02-25update to latest stable versionWaldemar Brodkorb
Explicit use -fPIC, otherwise compile for MIPS32 big endian fails. Disable parallel builds, as it is problematic.
2015-02-23default off for testsuiteWaldemar Brodkorb
2015-02-23rework gcc optimization flagsWaldemar Brodkorb
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that.
2015-02-23default to soft-float for ARMWaldemar Brodkorb
2015-02-22rework CFLAGS and default gcc --with-cpu usageWaldemar Brodkorb
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing.
2015-02-22rework FPU/FLOAT supportWaldemar Brodkorb
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols.
2015-02-21use uppercase symbols, fix target suffix for armWaldemar Brodkorb
2015-02-21add missing CPU symbols, sort by alphabetical orderWaldemar Brodkorb
2015-02-20update to latest stable, convert to git sourceWaldemar Brodkorb
2015-02-20add support for oldest supported kernelWaldemar Brodkorb
2015-02-20allow gcc 4.7.4 for sparc, reorderWaldemar Brodkorb
2015-02-20add another old kernel, still no go on voyagerWaldemar Brodkorb