Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-29 | fix for FreeBSD | Waldemar Brodkorb | |
2010-07-29 | add prepare script for OpenADK | Waldemar Brodkorb | |
2010-07-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-07-28 | fix basic build on FreeBSD host. | Waldemar Brodkorb | |
2010-07-28 | fix cpio wrapper on Linux host | Waldemar Brodkorb | |
2010-07-26 | remove debug code | Waldemar Brodkorb | |
2010-07-26 | fixup cpio usage on MacOS X host | Waldemar Brodkorb | |
2010-07-24 | hackish fix | Waldemar Brodkorb | |
2010-07-23 | macos x portability patch for cpio | Waldemar Brodkorb | |
2010-07-16 | add intltool package, update xkeyboard-config | Waldemar Brodkorb | |
2010-06-29 | optimize ipkg package management | Waldemar Brodkorb | |
ipkg will automatically mount the normal read-only rootfs as read-write and after the command back to read-only. ipkg install/remove/upgrades are only supported for compact disk or disk based systems. On flash systems better reflash completely. make a kernel package containing the real kernel. Adjust ipkg.conf to contain a configurable server adress. | |||
2010-06-26 | with devtmpfs, these devices nodes are obsolete | Waldemar Brodkorb | |
2010-06-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-13 | bulk package update | Waldemar Brodkorb | |
2010-06-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-07 | gnu tar fixes for MacOS X host | Waldemar Brodkorb | |
2010-05-27 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-05-27 | search for ncurses headers in default cygwin location | Waldemar Brodkorb | |
2010-05-16 | add preliminary support for my pcmcia smartcard reader | Waldemar Brodkorb | |
2010-04-21 | fat commit to add support for firefox on ibm x40 via usb stick | Waldemar Brodkorb | |
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg | |||
2010-03-15 | some fixes suggested by mhofmann | Waldemar Brodkorb | |
- check for m4, which is needed for gmp build - disable kernel compression choice, when toolchain-only is used - mentiond that registry change warning can be ignored | |||
2010-03-12 | add new url, and wait a little bit | Waldemar Brodkorb | |
2010-03-06 | use mke2fs instead of obsolete parted mkpartfs | Waldemar Brodkorb | |
2010-02-27 | update foxg20 to 2.6.33, fix rsync reconfigure bug | Waldemar Brodkorb | |
2010-02-27 | use correct speed for wrap | Waldemar Brodkorb | |
2010-02-20 | touch gpsd header file to avoid autoheader calling | Waldemar Brodkorb | |
2010-02-19 | avoid autotools usage on host system | Waldemar Brodkorb | |
There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way. | |||
2010-02-18 | on Linux use tsort and reverse with tac, On BSD use tsort -r | Waldemar Brodkorb | |
2010-02-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-17 | add fallback for autoconf | Waldemar Brodkorb | |
2010-02-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
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 | add OpenBSD | Waldemar Brodkorb | |
2010-02-14 | fix recompile BUG of PKG_MULTI packages | Waldemar Brodkorb | |
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 cvs package, add half-ready bzr package | Waldemar Brodkorb | |
2010-02-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | 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-11 | fix compile on NetBSD | Waldemar Brodkorb | |
2010-02-10 | disable debug | Waldemar Brodkorb | |
2010-02-09 | resolve conflict | Waldemar Brodkorb | |
2010-02-09 | freebsd cpio is in /usr/bin | Waldemar Brodkorb | |
2010-02-09 | add support for netbsd. just minor fixes needed. | wbx | |
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-30 | fix eglibc dev package and group alix/wrap devices | Waldemar Brodkorb | |
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-30 | remove unneeded directory after executing postinst scripts | Waldemar Brodkorb | |