Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-01-26 | fix package depends | Waldemar Brodkorb | |
2010-01-26 | check for mkfs utils | Waldemar Brodkorb | |
2010-01-22 | add some font packages | Waldemar Brodkorb | |
2010-01-20 | fix allmodconfig for foxboard | waldemar brodkorb | |
2009-12-29 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-12-29 | fix cygwin compile issues | Waldemar Brodkorb | |
remove xmlto dependency, do not generate alsa manpages let aiccu cross-compile on != linux hosts | |||
2009-12-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-12-28 | fix some minor issues on OpenBSD host | Waldemar Brodkorb | |
2009-12-28 | use tar archive as default package backend | Waldemar Brodkorb | |
it saves more than 200 kb on minimal setup for AG241 target. Normally reflashing or complete updates are recommended. Partial updates via ipkg are not supported right now. (we have a read-only root filesystem without any writable partition for any data outside /etc) If someone likes ipkg, it still can be selected and used. | |||
2009-12-24 | Merge commit 'origin/confgen' | Waldemar Brodkorb | |
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk | |||
2009-12-20 | Pimp up the progress bar | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-12-19 | Merge branch 'master' of git://openadk.org/git/openadk | U-windows7\wbx | |
2009-12-19 | cygwin support refresh | U-windows7\wbx | |