Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for config options checking in top-level directory stampfiles | Felix Fietkau | 2009-04-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 15112 | ||||
* | add a default template for Host/Install | Felix Fietkau | 2009-04-06 | 1 | -0/+9 |
| | | | | SVN-Revision: 15110 | ||||
* | ooops, m4 is already part of the host tools | Ralph Hempel | 2009-03-25 | 1 | -4/+0 |
| | | | | SVN-Revision: 15044 | ||||
* | added m4 to prereq check, thanks to Gerph | Ralph Hempel | 2009-03-25 | 1 | -0/+4 |
| | | | | SVN-Revision: 15043 | ||||
* | correct md5sum | Hauke Mehrtens | 2009-03-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 15025 | ||||
* | update to kernel version 2.6.28.9 | Hauke Mehrtens | 2009-03-24 | 1 | -4/+4 |
| | | | | SVN-Revision: 15017 | ||||
* | fix the path to the build dir for host packages | Felix Fietkau | 2009-03-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 14998 | ||||
* | fix calling the update target for host-only builds | Felix Fietkau | 2009-03-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 14997 | ||||
* | fix HOST_QUILT override | Felix Fietkau | 2009-03-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 14996 | ||||
* | speed up quilt imports | Felix Fietkau | 2009-03-23 | 1 | -32/+5 |
| | | | | SVN-Revision: 14987 | ||||
* | add makefile target alias package/<name>/host/<target> for host builds | Felix Fietkau | 2009-03-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 14944 | ||||
* | Final updates to default configuration of ps3 petitboot sub-target | Hamish Guthrie | 2009-03-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 14918 | ||||
* | update to 2.6.28.8 | Imre Kaloz | 2009-03-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 14916 | ||||
* | fix quilt variable and stampfile usage for host builds | Felix Fietkau | 2009-03-17 | 2 | -6/+12 |
| | | | | SVN-Revision: 14910 | ||||
* | fix download reverse depends | Felix Fietkau | 2009-03-17 | 1 | -2/+4 |
| | | | | SVN-Revision: 14907 | ||||
* | add PKG_HOST_ONLY variable to prevent target builds | Felix Fietkau | 2009-03-17 | 2 | -2/+2 |
| | | | | SVN-Revision: 14906 | ||||
* | move host build in packages into a separate namespace: ↵ | Felix Fietkau | 2009-03-17 | 5 | -9/+22 |
| | | | | | | package/<name>/host/<target> this allows dependencies between host and target packages, and saves unnecessary host builds for packages that contain both variants SVN-Revision: 14905 | ||||
* | remove autoconf from prereq-build.mk, as it is part of the tools/ build | Felix Fietkau | 2009-03-16 | 1 | -4/+0 |
| | | | | SVN-Revision: 14901 | ||||
* | Bison is not a prerequirement since it's build as part of the openwrt toolchain. | Lars-Peter Clausen | 2009-03-16 | 1 | -4/+0 |
| | | | | SVN-Revision: 14900 | ||||
* | move cflags default setting to target makefiles | Felix Fietkau | 2009-03-14 | 1 | -0/+8 |
| | | | | SVN-Revision: 14866 | ||||
* | fix the target-local CONFIG_SITE export. apparently make can't do more than ↵ | Felix Fietkau | 2009-03-13 | 1 | -4/+6 |
| | | | | | | one of them in a single line SVN-Revision: 14863 | ||||
* | make the compile: host-install dependency independent of the order in which ↵ | Felix Fietkau | 2009-03-12 | 1 | -2/+3 |
| | | | | | | the makefiles were included SVN-Revision: 14853 | ||||
* | enable Host/Install on compile: if package.mk is included | Felix Fietkau | 2009-03-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 14852 | ||||
* | move the CONFIG_SITE export to target-local exports | Felix Fietkau | 2009-03-12 | 1 | -5/+4 |
| | | | | SVN-Revision: 14851 | ||||
* | fix KERNEL_PATCHVER for rc kernels | Felix Fietkau | 2009-03-09 | 1 | -1/+2 |
| | | | | SVN-Revision: 14808 | ||||
* | prepend $(STAGING_DIR)/host to the PATH only in target-package stampfile ↵ | Felix Fietkau | 2009-03-09 | 1 | -0/+4 |
| | | | | | | targets, should fix usage of cross tools with host builds SVN-Revision: 14800 | ||||
* | allow uml to access host.mk at DUMP time | Felix Fietkau | 2009-03-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 14743 | ||||
* | get rid of one more $(shell) instance | Felix Fietkau | 2009-03-03 | 1 | -6/+1 |
| | | | | SVN-Revision: 14741 | ||||
* | optimize the .config dependency chain in the toplevel makefile | Felix Fietkau | 2009-03-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 14740 | ||||
* | replace a few unnecessary $(shell) calls | Felix Fietkau | 2009-03-03 | 4 | -10/+14 |
| | | | | SVN-Revision: 14739 | ||||
* | avoid repeating the same dependency multiple times | Felix Fietkau | 2009-03-03 | 1 | -1/+7 |
| | | | | SVN-Revision: 14738 | ||||
* | avoid implicit rules in even more places | Felix Fietkau | 2009-03-03 | 1 | -7/+7 |
| | | | | SVN-Revision: 14737 | ||||
* | avoid using implicit rules during metadata dump to speed up the process even ↵ | Felix Fietkau | 2009-03-03 | 1 | -1/+1 |
| | | | | | | more SVN-Revision: 14736 | ||||
* | speed up metadata scanning a lot by avoiding unnecessary shell commands and ↵ | Felix Fietkau | 2009-03-03 | 5 | -40/+58 |
| | | | | | | make recursions SVN-Revision: 14734 | ||||
* | don't abort if the operation is failing ( if the board is connected via NFS ↵ | Ralph Hempel | 2009-03-02 | 1 | -3/+3 |
| | | | | | | files might be created by root and can't be changed at this point of time ) SVN-Revision: 14729 | ||||
* | readd $(HOST_CONFIGURE_VARS) to Host/Configure/Default, missed in r14699 | Andy Boyett | 2009-03-02 | 1 | -5/+6 |
| | | | | SVN-Revision: 14724 | ||||
* | added source distribution to package dump, used by our SDK (include source ↵ | Ralph Hempel | 2009-03-01 | 1 | -0/+1 |
| | | | | | | distributions for offline usage) added bugfix for sub-targets added bugfix for help info (thanks to Thomas) SVN-Revision: 14703 | ||||
* | adjust host-build.mk to bring it closer to package.mk | Felix Fietkau | 2009-02-28 | 1 | -19/+25 |
| | | | | SVN-Revision: 14699 | ||||
* | add staging_dir/host/lib to LD_LIBRARY_PATH so that host-built applications ↵ | Felix Fietkau | 2009-02-28 | 1 | -0/+2 |
| | | | | | | can install and make use of shared libraries SVN-Revision: 14698 | ||||
* | allow packages to override PKG_UNPACK, HOST_UNPACK | Felix Fietkau | 2009-02-25 | 1 | -2/+2 |
| | | | | SVN-Revision: 14659 | ||||
* | move common variables to a dedicated include file | Nicolas Thill | 2009-02-23 | 1 | -0/+13 |
| | | | | SVN-Revision: 14648 | ||||
* | initialize the url field for packages | Felix Fietkau | 2009-02-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 14643 | ||||
* | allow a separate patch directory for host patches | Felix Fietkau | 2009-02-22 | 1 | -1/+3 |
| | | | | SVN-Revision: 14630 | ||||
* | fix the host vs native stampfile dependencies to improve quilt support | Felix Fietkau | 2009-02-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 14629 | ||||
* | only define unpack templates if PKG_SOURCE is set | Felix Fietkau | 2009-02-22 | 1 | -1/+6 |
| | | | | SVN-Revision: 14623 | ||||
* | allow concurrent use of host-build.mk and package.mk as well as their templates | Felix Fietkau | 2009-02-22 | 3 | -17/+26 |
| | | | | SVN-Revision: 14621 | ||||
* | eliminate redundancy by creating the quilt_used stampfile in the right place | Felix Fietkau | 2009-02-22 | 3 | -2/+2 |
| | | | | SVN-Revision: 14620 | ||||
* | fix missing change from r14610 | Felix Fietkau | 2009-02-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 14617 | ||||
* | build system refactoring in preparation for allowing packages to do ↵ | Felix Fietkau | 2009-02-22 | 4 | -118/+151 |
| | | | | | | host-build steps SVN-Revision: 14610 | ||||
* | fix typo | Felix Fietkau | 2009-02-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 14609 |