Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-29 | fix off by one sector error | Waldemar Brodkorb | |
2014-08-29 | add support for data partition | Waldemar Brodkorb | |
2014-08-23 | combine cubox-i and hummingboard support, same linux patches are required | Waldemar Brodkorb | |
2014-08-06 | use a more portable way for tarpkg | Waldemar Brodkorb | |
2014-08-06 | try to detect gnu bc | Waldemar Brodkorb | |
2014-08-06 | fix tar build, when gnu tar is missing | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-08-05 | clang does not know -static-libgcc on Darwin | Waldemar Brodkorb | |
2014-08-01 | when using OpenADK for toolchain building, a musl system have to use ↵ | Waldemar Brodkorb | |
-static-libgcc | |||
2014-07-29 | add host tar, GNU tar required for uClibc header installations. | Waldemar Brodkorb | |
2014-07-11 | make default mpdbox collection working out of the box | Waldemar Brodkorb | |
2014-07-08 | fix update-rcconf, rename adk-test package | Waldemar Brodkorb | |
2014-07-04 | add PARTUUID feature, enable other filesystems, experimental (ext4 tested on apu | Waldemar Brodkorb | |
2014-07-03 | add support for bulk builds with different endianess | Waldemar Brodkorb | |
2014-06-30 | add support for lz4 compressed kernel and initramfs | Waldemar Brodkorb | |
2014-06-29 | fix syntax error | Waldemar Brodkorb | |
2014-06-27 | rework service startup, do not hardcode into postinst scripts | Waldemar Brodkorb | |
2014-06-26 | add CONFIG_STYLE for cmake based packages, fixup cmake host install | 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-19 | cleanup | Waldemar Brodkorb | |
2014-06-18 | remove debug code | Waldemar Brodkorb | |
2014-06-17 | force filesystem creation | Waldemar Brodkorb | |
2014-06-16 | optimize environment variables, reduce duplicate stuff | Waldemar Brodkorb | |
2014-06-13 | fix ppc64/mips64 ADK_TARGET_KARCH var | Waldemar Brodkorb | |
2014-06-11 | make vbox target usable again | Waldemar Brodkorb | |
2014-06-03 | use a wrapper for install for Darwin | Waldemar Brodkorb | |
2014-06-02 | simplify adding new arch | Waldemar Brodkorb | |
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg. | |||
2014-05-29 | rework directory names | Waldemar Brodkorb | |
Sorry, need to change this again. Toolchain and target directories can not be usefully shared between systems with the same cpu arch. There are to many optimizations for gcc supplied libraries involved. Simplify even for qemu targets. | |||
2014-05-25 | fix update-patches, need continue 2 to exit from inner loop and outer loop | Waldemar Brodkorb | |
2014-05-24 | fix varname, disable optimization flags for config | Waldemar Brodkorb | |
2014-05-24 | remove suid bit from busybox, try experimental ping patch from John Spencer | Waldemar Brodkorb | |
2014-05-24 | make prereq quiet, check for gmake on OpenBSD | Waldemar Brodkorb | |
2014-05-23 | cleanup scripts dir | Waldemar Brodkorb | |
2014-05-23 | more cleanup, *-enabled feature is unused, simplify | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-18 | convert mips to use new targethelp make target, useful to just show the help ↵ | Waldemar Brodkorb | |
text after building | |||
2014-05-09 | readd mikrotik rb532 support | Waldemar Brodkorb | |
2014-05-07 | fix some raspberry pi probs | Waldemar Brodkorb | |
2014-05-06 | be more quiet | Waldemar Brodkorb | |
2014-05-05 | gnu sed no longer required, will be build as hosttool | Waldemar Brodkorb | |
2014-05-05 | gnu awk will be build, when not found | Waldemar Brodkorb | |
2014-05-04 | fix install script | 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 | quote more for “evil” eval | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-05-03 | delete old temporary files of previous run, in case it aborts | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-05-03 | further optimisations | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-05-03 | use find -print0 with proper shell handling | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-05-03 | pass patches NUL-terminated | 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 | more cleanup: echo → print | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-05-03 | lots of quoting and cleanup for files with spaces in them (ugh) | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> |