summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2010-06-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-07gnu tar fixes for MacOS X hostWaldemar Brodkorb
2010-05-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-05-27search for ncurses headers in default cygwin locationWaldemar Brodkorb
2010-05-16add preliminary support for my pcmcia smartcard readerWaldemar Brodkorb
2010-04-21fat commit to add support for firefox on ibm x40 via usb stickWaldemar 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-15some fixes suggested by mhofmannWaldemar 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-12add new url, and wait a little bitWaldemar Brodkorb
2010-03-06use mke2fs instead of obsolete parted mkpartfsWaldemar Brodkorb
2010-02-27update foxg20 to 2.6.33, fix rsync reconfigure bugWaldemar Brodkorb
2010-02-27use correct speed for wrapWaldemar Brodkorb
2010-02-20touch gpsd header file to avoid autoheader callingWaldemar Brodkorb
2010-02-19avoid autotools usage on host systemWaldemar 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-18on Linux use tsort and reverse with tac, On BSD use tsort -rWaldemar Brodkorb
2010-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-17add fallback for autoconfWaldemar Brodkorb
2010-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-17fix rebuild of autotools by touching files in a correct orderWaldemar Brodkorb
from freewrt/openbsd
2010-02-17fix build on OpenBSD hostWaldemar 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-16add OpenBSDWaldemar Brodkorb
2010-02-14fix recompile BUG of PKG_MULTI packagesWaldemar Brodkorb
2010-02-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-14complete allmodconfig build on NetBSDWaldemar Brodkorb
2010-02-13add cvs package, add half-ready bzr packageWaldemar Brodkorb
2010-02-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-12enable usb sound supportWaldemar Brodkorb
add mpg123 console mp3 player. A terratec usb soundadapter works fine on alix2d device. (0ccd:0077 TerraTec Electronic GmbH)
2010-02-11fix compile on NetBSDWaldemar Brodkorb
2010-02-10disable debugWaldemar Brodkorb
2010-02-09resolve conflictWaldemar Brodkorb
2010-02-09freebsd cpio is in /usr/binWaldemar Brodkorb
2010-02-09add support for netbsd. just minor fixes needed.wbx
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar 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-04finetune make bulkWaldemar 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-30fix eglibc dev package and group alix/wrap devicesWaldemar Brodkorb
2010-01-30use target-libc combination for all builddirsWaldemar 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-30remove unneeded directory after executing postinst scriptsWaldemar Brodkorb
2010-01-26fix package dependsWaldemar Brodkorb
2010-01-26check for mkfs utilsWaldemar Brodkorb
2010-01-22add some font packagesWaldemar Brodkorb
2010-01-20fix allmodconfig for foxboardwaldemar brodkorb
2009-12-29Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-29fix cygwin compile issuesWaldemar Brodkorb
remove xmlto dependency, do not generate alsa manpages let aiccu cross-compile on != linux hosts
2009-12-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-28fix some minor issues on OpenBSD hostWaldemar Brodkorb
2009-12-28use tar archive as default package backendWaldemar 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-24Merge 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-20Pimp up the progress barThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-19Merge branch 'master' of git://openadk.org/git/openadkU-windows7\wbx
2009-12-19cygwin support refreshU-windows7\wbx
2009-12-19Merge branch 'master' of openadk.org:/git/openadkWaldemar Brodkorb