Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-14 | add generic toolchain only support | Waldemar Brodkorb | |
remove special cases (tomtom/g1) | |||
2010-02-13 | better TARGET matching | Waldemar Brodkorb | |
2010-02-07 | make switch work, use ROOTFSUSERTARBALL where appropriate | 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-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 | fix newpackage target, translate - to _ | Waldemar Brodkorb | |
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-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 | fix ag241 compile. add target dependent package selections. | Waldemar Brodkorb | |
2010-01-11 | fix make distclean, when no .config exit | Waldemar Brodkorb | |
2010-01-07 | fix ag241 make allmodconfig issues | Waldemar Brodkorb | |
2010-01-03 | move package template out of pkgmaker's view | Waldemar Brodkorb | |
avoid pkgmaker warning. quagga is a multi package. | |||
2010-01-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-02 | fix allmodconfig for alix1c and glibc | Waldemar Brodkorb | |
2010-01-02 | add newpackage target to simplify adding new packages | Waldemar Brodkorb | |
2009-12-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-12-30 | fix some cygwin issues | Waldemar Brodkorb | |
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-27 | fix make allmodconfig | Waldemar Brodkorb | |
update several packages, remove snort-wireless. | |||
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-23 | remove configs for cleantarget | Waldemar Brodkorb | |
2009-12-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-12-21 | better do either defconfig or allmodconfig | Waldemar Brodkorb | |
2009-12-21 | add a more realistic bulk target | Waldemar Brodkorb | |
thx to mirabilos | |||
2009-12-20 | call pkgmaker only once, after cleandir/distclean, or on “make menu” | Thorsten Glaser | |
requested by wbx@ Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-12-20 | be less verbose | Waldemar Brodkorb | |
2009-12-20 | another distclean fix | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-12-20 | another round of BSD make fixes | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-12-20 | another round of 'make distclean' fixing | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-12-20 | fix clean targets (some; git has no “svn st --no-ignore”) | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-12-20 | introduce pkgmaker into the build at (I hope) all right places | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-12-20 | add subpackage descriptions and make menu | Waldemar Brodkorb | |
pkgmaker should only be run by developers. takes to long otherwise. generated Config.in data can be committed. | |||
2009-12-20 | create package/Depends.mk dynamically; add PKG_BUILDDEP to all Makefiles | 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 | |
2009-12-19 | fix defconfig for rescue and qemu | Waldemar Brodkorb | |
2009-12-18 | while here, add all other popular BSD's too | Waldemar Brodkorb | |
2009-12-18 | start initial MirBSD support | Waldemar Brodkorb | |
2009-12-16 | add basic support for ag241 ar7 based dsl router | Waldemar Brodkorb | |
- my wag54g died. disable wag54g for now. - add 2.6.32 support for ag241. - cpmac still broken | |||
2009-12-12 | disable ADK_NATIVE on FreeBSD host | Waldemar Brodkorb | |
2009-12-11 | resolve conflict | Waldemar Brodkorb | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk Conflicts: mk/build.mk | |||
2009-12-11 | do not build grub, enable ADK_HOST for allmodconfig/allconfig | Waldemar Brodkorb | |