| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | avoid repeating the same dependency multiple times | nbd | 2009-03-03 | 1 | -1/+7 |
* | avoid implicit rules in even more places | nbd | 2009-03-03 | 1 | -7/+7 |
* | avoid using implicit rules during metadata dump to speed up the process even ... | nbd | 2009-03-03 | 1 | -1/+1 |
* | speed up metadata scanning a lot by avoiding unnecessary shell commands and m... | nbd | 2009-03-03 | 5 | -40/+58 |
* | don't abort if the operation is failing | ralph | 2009-03-02 | 1 | -3/+3 |
* | readd $(HOST_CONFIGURE_VARS) to Host/Configure/Default, missed in r14699 | agb | 2009-03-02 | 1 | -5/+6 |
* | added source distribution to package dump, used by our SDK (include source di... | ralph | 2009-03-01 | 1 | -0/+1 |
* | adjust host-build.mk to bring it closer to package.mk | nbd | 2009-02-28 | 1 | -19/+25 |
* | add staging_dir/host/lib to LD_LIBRARY_PATH so that host-built applications c... | nbd | 2009-02-28 | 1 | -0/+2 |
* | allow packages to override PKG_UNPACK, HOST_UNPACK | nbd | 2009-02-25 | 1 | -2/+2 |
* | [toolchain] move common variables to a dedicated include file | nico | 2009-02-23 | 1 | -0/+13 |
* | initialize the url field for packages | nbd | 2009-02-23 | 1 | -0/+1 |
* | allow a separate patch directory for host patches | nbd | 2009-02-22 | 1 | -1/+3 |
* | fix the host vs native stampfile dependencies to improve quilt support | nbd | 2009-02-22 | 1 | -2/+2 |
* | only define unpack templates if PKG_SOURCE is set | nbd | 2009-02-22 | 1 | -1/+6 |
* | allow concurrent use of host-build.mk and package.mk as well as their templates | nbd | 2009-02-22 | 3 | -17/+26 |
* | eliminate redundancy by creating the quilt_used stampfile in the right place | nbd | 2009-02-22 | 3 | -2/+2 |
* | fix missing change from r14610 | nbd | 2009-02-22 | 1 | -1/+1 |
* | build system refactoring in preparation for allowing packages to do host-buil... | nbd | 2009-02-22 | 4 | -118/+151 |
* | fix typo | nbd | 2009-02-22 | 1 | -1/+1 |
* | [kernel] update to 2.6.28.7 and 2.6.27.19 | hauke | 2009-02-21 | 1 | -4/+4 |
* | remove support for ipp2p - it's unmaintained, broken, overmatching and underm... | nbd | 2009-02-21 | 1 | -1/+0 |
* | move the EABI config override to the generic kernel config overrides, as it's... | nbd | 2009-02-21 | 1 | -0/+2 |
* | avoid kernel version in target if sub-targets available | ralph | 2009-02-20 | 1 | -1/+1 |
* | change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk) | ralph | 2009-02-20 | 1 | -1/+1 |
* | fix potential rootfs owner/group mismatch (tgz root only, patch from #4562) | nbd | 2009-02-19 | 1 | -1/+1 |
* | make cvs checkouts more flexible. packages must now specify either -r <tag> o... | nbd | 2009-02-19 | 1 | -1/+1 |
* | [kernel] update to 2.6.28.6 | juhosg | 2009-02-19 | 1 | -3/+0 |
* | added 2.6.28.6 checksum | markus | 2009-02-18 | 1 | -0/+3 |
* | [tools] genext2fs: update to 1.4.1 | nico | 2009-02-17 | 1 | -1/+1 |
* | [kernel] update to 2.6.27.17 | juhosg | 2009-02-15 | 1 | -2/+2 |
* | [kernel] update to 2.6.28.5 | juhosg | 2009-02-15 | 1 | -3/+0 |
* | kernel: add missing definition for CONFIG_KALLSYMS_ALL | nbd | 2009-02-14 | 1 | -0/+1 |
* | Add 2.6.28.5 md5sum | mb | 2009-02-13 | 1 | -0/+3 |
* | [kernel] netfilter: remove CHAOS, TARPIT and DELUDE references | juhosg | 2009-02-09 | 1 | -4/+0 |
* | [kernel] update to 2.6.28.4 | juhosg | 2009-02-08 | 1 | -2/+2 |
* | [kernel] update to 2.6.27.15 | juhosg | 2009-02-08 | 1 | -2/+2 |
* | strip the .note.gnu.build-id section from kernel images, which on some platfo... | nbd | 2009-02-02 | 1 | -2/+4 |
* | prevent quilt from loading any configuration file (closes: #4520) | nico | 2009-02-02 | 1 | -9/+11 |
* | Add menuconfig option for enabling profiling in the kernel. | lars | 2009-01-29 | 1 | -0/+1 |
* | move IPKG_STATE_DIR from ./rules.mk to ./include/package-ipkg.mk and change i... | nico | 2009-01-29 | 1 | -0/+2 |
* | [kernel] update to 2.6.28.2 | juhosg | 2009-01-28 | 1 | -2/+2 |
* | [kernel] remove trailing whitespace from the md5sum of the 2.6.27.13 tarball ... | juhosg | 2009-01-25 | 1 | -1/+1 |
* | improve support for building on mac os x by improving detection of missing co... | nbd | 2009-01-25 | 1 | -0/+14 |
* | [kernel] update to 2.6.27.13 | juhosg | 2009-01-25 | 1 | -2/+2 |
* | if quilt failed whilst patching, no output was shown | blogic | 2009-01-25 | 1 | -1/+1 |
* | [kernel] switch to 2.6.27.12 | juhosg | 2009-01-23 | 1 | -2/+2 |
* | do not ignore exit codes of quilt anymore (by nbd) | mirko | 2009-01-22 | 1 | -1/+1 |
* | adjust site config files for uClibc ARM EABI | nico | 2009-01-21 | 2 | -0/+0 |
* | add a menuconfig option for enabling KALLSYMS for the kernel | nbd | 2009-01-20 | 1 | -0/+3 |