| Commit message (Expand) | Author | Age | Files | Lines |
* | [ps3]: Update default configuration to use profiles | hcg | 2009-04-16 | 1 | -1/+1 |
* | fix source file vs library order in a few prereq checks (#4326) | nbd | 2009-04-09 | 1 | -3/+3 |
* | move iptable_raw to the conntrack-extra package | nbd | 2009-04-09 | 1 | -1/+1 |
* | [kernel] accomodate netfilter module (xt_recent) name change in 2.6.28, add m... | nico | 2009-04-06 | 1 | -0/+1 |
* | add support for config options checking in top-level directory stampfiles | nbd | 2009-04-06 | 1 | -2/+2 |
* | add a default template for Host/Install | nbd | 2009-04-06 | 1 | -0/+9 |
* | ooops, m4 is already part of the host tools | ralph | 2009-03-25 | 1 | -4/+0 |
* | added m4 to prereq check, thanks to Gerph | ralph | 2009-03-25 | 1 | -0/+4 |
* | [kernel] correct md5sum | hauke | 2009-03-24 | 1 | -1/+1 |
* | [kernel] update to kernel version 2.6.28.9 | hauke | 2009-03-24 | 1 | -4/+4 |
* | fix the path to the build dir for host packages | nbd | 2009-03-23 | 1 | -2/+2 |
* | fix calling the update target for host-only builds | nbd | 2009-03-23 | 1 | -0/+1 |
* | fix HOST_QUILT override | nbd | 2009-03-23 | 1 | -1/+1 |
* | speed up quilt imports | nbd | 2009-03-23 | 1 | -32/+5 |
* | add makefile target alias package/<name>/host/<target> for host builds | nbd | 2009-03-18 | 1 | -0/+1 |
* | Final updates to default configuration of ps3 petitboot sub-target | hcg | 2009-03-17 | 1 | -0/+1 |
* | update to 2.6.28.8 | kaloz | 2009-03-17 | 1 | -2/+2 |
* | fix quilt variable and stampfile usage for host builds | nbd | 2009-03-17 | 2 | -6/+12 |
* | fix download reverse depends | nbd | 2009-03-17 | 1 | -2/+4 |
* | add PKG_HOST_ONLY variable to prevent target builds | nbd | 2009-03-17 | 2 | -2/+2 |
* | move host build in packages into a separate namespace: package/<name>/host/<t... | nbd | 2009-03-17 | 5 | -9/+22 |
* | remove autoconf from prereq-build.mk, as it is part of the tools/ build | nbd | 2009-03-16 | 1 | -4/+0 |
* | Bison is not a prerequirement since it's build as part of the openwrt toolchain. | lars | 2009-03-16 | 1 | -4/+0 |
* | move cflags default setting to target makefiles | nbd | 2009-03-14 | 1 | -0/+8 |
* | fix the target-local CONFIG_SITE export. apparently make can't do more than o... | nbd | 2009-03-13 | 1 | -4/+6 |
* | make the compile: host-install dependency independent of the order in which t... | nbd | 2009-03-12 | 1 | -2/+3 |
* | enable Host/Install on compile: if package.mk is included | nbd | 2009-03-12 | 1 | -1/+1 |
* | move the CONFIG_SITE export to target-local exports | nbd | 2009-03-12 | 1 | -5/+4 |
* | fix KERNEL_PATCHVER for rc kernels | nbd | 2009-03-09 | 1 | -1/+2 |
* | prepend $(STAGING_DIR)/host to the PATH only in target-package stampfile targ... | nbd | 2009-03-09 | 1 | -0/+4 |
* | allow uml to access host.mk at DUMP time | nbd | 2009-03-03 | 1 | -1/+1 |
* | get rid of one more $(shell) instance | nbd | 2009-03-03 | 1 | -6/+1 |
* | optimize the .config dependency chain in the toplevel makefile | nbd | 2009-03-03 | 1 | -2/+2 |
* | replace a few unnecessary $(shell) calls | nbd | 2009-03-03 | 4 | -10/+14 |
* | 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 |