Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-09 | use PKG_NOCHECKSUM | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-18 | use libc specific patching to avoid any side effects in the gcc patches, as ↵ | Waldemar Brodkorb | |
seen in buildroot recently | |||
2014-06-11 | ignore config.sub/config.guess, do not create backup and restore it on ↵ | Waldemar Brodkorb | |
update-patches, fix some minor issues. PIE can only be used for binaries and need support in a package | |||
2014-06-08 | fix arch specific patch apply | Waldemar Brodkorb | |
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-05-25 | non-verbose | Waldemar Brodkorb | |
2014-05-03 | more flexible list of files to ignore when doing update-patches | Thorsten Glaser | |
e.g. for use with autoconf, but also for build-time generated files that are part of the distfile Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-05-03 | proper quoting in GNUmakefile as well | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-05-03 | move calling update-patches into a separate mksh script update-patches2 ↵ | Thorsten Glaser | |
handling quoting much better Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-05-03 | require mksh for the update-patches helper script | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-04-07 | only use patch for ARCH == sparc | Waldemar Brodkorb | |
2014-03-31 | better fix | Waldemar Brodkorb | |
2014-03-31 | need to export PATH | Waldemar Brodkorb | |
2014-03-30 | build host tools on demand, when not available on the host | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-02-18 | use bin directory for host binaries only, use new firmware directory for the ↵ | Waldemar Brodkorb | |
resulting firmware | |||
2013-10-31 | forgot to import regular expression module | Waldemar Brodkorb | |
2013-10-30 | fix update-patches when WRKDIST is overwritten in the Makefile | Waldemar Brodkorb | |
2013-10-29 | inverse logic to avoid error message | Waldemar Brodkorb | |
2013-10-29 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2013-10-29 | convert tslib to autotool infrastructure, downgrade m4, newest version have ↵ | Waldemar Brodkorb | |
problems generating correct Makefiles | |||
2013-10-29 | update python2 and use new host infrastructure | Waldemar Brodkorb | |
2013-10-28 | fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵ | Waldemar Brodkorb | |
to new autotool infrastructure | |||
2011-08-22 | allow FETCH_STYLE=manual to succeed. simplify fetch loop. | Waldemar Brodkorb | |
2011-04-03 | fix extraction problems | Waldemar Brodkorb | |
2011-01-10 | add LTO support to toolchain settings. Cleanup SYSROOT mess. | Waldemar Brodkorb | |
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup) | |||
2011-01-08 | fix make clean target rule | Waldemar Brodkorb | |
correct the wrong path and remove the correct files on clean. Finetune more directory creation rules. | |||
2010-12-14 | avoid output on post-extract | Waldemar Brodkorb | |
2010-10-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: package/freeradius-server/Makefile package/nss/patches/patch-mozilla_security_coreconf_Linux_mk | |||
2010-09-15 | rebuild packages on flavour or choices change | Waldemar Brodkorb | |
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt. | |||
2010-08-05 | update lemote to 2.6.35, enable version specific patches for kernel-header ↵ | Waldemar Brodkorb | |
patches | |||
2010-02-28 | revert change, variable is used in update-patches | Waldemar Brodkorb | |
2010-02-27 | fix checksum check of toolchain archives after download | Waldemar Brodkorb | |
and update alix/wrap targets to 2.6.33 | |||
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. | |||
2009-10-01 | some native build fixes | Linux User | |
- git package needs a better fix. but existing symlinks are broken build without perl - update curl to latest upstream, including libcurl-dev package - add libopenssl-dev package | |||
2009-06-01 | remove unused $Id$ | Waldemar Brodkorb | |
- $id$ substitution is not apropriate for git scm | |||
2009-05-30 | optimize ipkg package management | Waldemar Brodkorb | |
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig | |||
2009-05-23 | - cleanup and document PKG_template, ARCH parameter is not needed anymore | Waldemar Brodkorb | |
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG | |||
2009-05-17 | Initial import | wbx | |