Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-17 | fix rebuild of autotools by touching files in a correct order | Waldemar Brodkorb | |
from freewrt/openbsd | |||
2010-02-17 | fix build on OpenBSD host | Waldemar Brodkorb | |
- add a wrapper script for autoconf and autoreconf to avoid ifdef gluecode for every OS/autoconf combination - need to add more autoconf version for NetBSD/MirBSD | |||
2010-02-16 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-16 | disable BBCONFIG for allmodconfig/allconfig | Waldemar Brodkorb | |
2010-02-16 | redirecting config/conf output to /dev/null is a bad idea | Phil Sutter | |
In fact, this leads to 'make oldconfig' waiting for user input without prompting her for any. | |||
2010-02-16 | reduce overhead and fix for OpenBSD pkg-config implementation | Waldemar Brodkorb | |
OpenBSD use a Perl implementation for pkg-config, which use PKG_CONFIG_LIBDIR, so this shouldn't be /dev/null. Using just PKG_CONFIG_LIBDIR to provide the cross-compiled headers and libraries is even enough for normal pkg-config. | |||
2010-02-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-14 | add generic toolchain only support | Waldemar Brodkorb | |
remove special cases (tomtom/g1) | |||
2010-02-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-14 | complete allmodconfig build on NetBSD | Waldemar Brodkorb | |
2010-02-13 | add support for wireless access point with p54usb stick | Waldemar Brodkorb | |
2010-02-13 | better TARGET matching | Waldemar Brodkorb | |
2010-02-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-13 | use /usr/libexec to avoid conflicts of binaries in /usr/sbin | Waldemar Brodkorb | |
2010-02-12 | enable usb sound support | Waldemar Brodkorb | |
add mpg123 console mp3 player. A terratec usb soundadapter works fine on alix2d device. (0ccd:0077 TerraTec Electronic GmbH) | |||
2010-02-09 | add support for netbsd. just minor fixes needed. | wbx | |
2010-02-07 | make switch work, use ROOTFSUSERTARBALL where appropriate | Waldemar Brodkorb | |
2010-02-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-07 | implement adkupdate and adkinstall for rb532 boards | Waldemar Brodkorb | |
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar Brodkorb | |
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used. | |||
2010-02-04 | finetune make bulk | Waldemar Brodkorb | |
add bulk targets for allmodconfig/allconfig. add more targets to the bulk list. use a separate .cfg directory for target-libc combinations. | |||
2010-01-31 | fix nfs server stuff | Waldemar Brodkorb | |
If you need ipv6, you should choose TIRPC flavour. This will install rpcbind, which is similar to portmap. For ipv4 only you can just use nfs-utils without TIRPC and portmap will be installed. Fix some kernel module dependencies. Add a new package rpcbind. | |||
2010-01-30 | implement installation on nand and fix nand bootup | Waldemar Brodkorb | |
rb532 nand usage fixed. Rename cfinstall to adkinstall to abstract from backend device used. | |||
2010-01-30 | use target-libc combination for all builddirs | Waldemar Brodkorb | |
IMPORTANT: do a make distclean before compiling after this commit. The directories for all build and bin directories changed, so that toolchains for different target-libc combinations can coexist. This might be usefule in the future for continous compiling after git commit, without rebuilding the toolchain. Rework busybox rebuild, when config changes. Not optimal, but at least working after this change to the directory structure. | |||
2010-01-28 | disable KGDB for bulk builds | Waldemar Brodkorb | |
2010-01-23 | improve package name conversion to makefile variable | Phil Sutter | |
No need to call sed here, as tr already does exactly what we want to, just by extending the expression passed to it. | |||
2010-01-22 | add more fonts for X11. check installed fonts via xlsfonts | Waldemar Brodkorb | |
2010-01-22 | fix newpackage target, translate - to _ | Waldemar Brodkorb | |
2010-01-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-20 | fix $-escaping in mk/package.mk | Phil Sutter | |
Obviously a typo, since the line above the variable fn is referenced using '$$$$fn'. Escaping in templates is infernal. ;) | |||
2010-01-20 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | waldemar brodkorb | |
2010-01-20 | improve makefile dependencies for depmaker/pkgmaker runs | Phil Sutter | |
In a built clone, whenever I change any package/*/Makefile, depmaker and pkgmaker need to be run again. Before, depmaker wasn't run again as long as ${TOPDIR}/.config wasn't touched (which is in fact unused by depmaker and therefore probably a wrong dependency), pkgmaker wasn't run as long as .menu existed (which now has to be newer than any of the above Makefiles). While here, this patch also fixes a small whitespace error. | |||
2010-01-19 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | waldemar brodkorb | |
2010-01-19 | fix allmodconfig for foxboard | waldemar brodkorb | |
2010-01-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-19 | add tslib package | Waldemar Brodkorb | |
touchscreen suppport for SDL and Linux Framebuffer. Unfortunately it does not work with my Faytech TFT touchscreen display. | |||
2010-01-16 | add make dep shortcut | Waldemar Brodkorb | |
now you can use make dep menu menuconfig, if you change any PKG_DEPENDS or PKG_BUILDDEPS | |||
2010-01-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-13 | fix ag241 build | Waldemar Brodkorb | |
2010-01-13 | added LED support for Alix | Joerg Seitter | |
added alix led driver and led trigger for heartbeat, timer, default-on and iptables LED target Signed-off-by: Joerg Seitter <oss@seitter.net> | |||
2010-01-13 | fix ag241 compile. add target dependent package selections. | Waldemar Brodkorb | |
2010-01-11 | fix make distclean, when no .config exit | Waldemar Brodkorb | |
2010-01-10 | remove unused stuff. comment debug output. | Waldemar Brodkorb | |
2010-01-10 | add scsi module, when SCSI support is used as kernel module | Waldemar Brodkorb | |
2010-01-08 | added event input kernel module | Joerg Seitter | |
Added support for event input kernel module Signed-off-by: Joerg Seitter <oss@seitter.net> | |||
2010-01-07 | fix ag241 make allmodconfig issues | Waldemar Brodkorb | |
2010-01-07 | fix build bug, found by joerg. | Waldemar Brodkorb | |
It seems to be a problem to call PKG_INSTALL via $(shell ..) | |||
2010-01-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |