654 Commits (a036aca55c12e243dc39313c60eeb702a639ea56)

Author SHA1 Message Date
Imre Kaloz 8582177e73 2.6.30 supports different initramfs compressors, take care of them 15 years ago
Nicolas Thill f0a3d4d501 add missing bits from [15451] 15 years ago
Nicolas Thill 7658ef1316 introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS 15 years ago
Florian Fainelli c09afea86a also strip the .notes section of the kernel 15 years ago
Felix Fietkau a296bdb983 make sure that at least sed is built before kernel_menuconfig/kernel_oldconfig is executed 15 years ago
Florian Fainelli c2bf14deb9 remove 2.6.24, no target is relying on it 15 years ago
Felix Fietkau 97845201e4 add missing $(if) check for build logging 15 years ago
Felix Fietkau 5e1e868230 add BUILD_LOG option to let the build system log all subdir make command output to individual files (useful for debugging parallel builds) 15 years ago
Felix Fietkau b3afad10f0 fix KERNEL_PATCHVER, properly strip -rc* suffixes 15 years ago
Felix Fietkau 9ecec14ce0 emit proper error messages if important kernel config files are missing 15 years ago
Nicolas Thill c73f8dfbe0 remove 2 old interfering variables, probably missed from [15299] 15 years ago
Felix Fietkau 63129f9b4c clean up automake/pkg-config handling, move separate host/package variable exports to templates, fix automake path for host builds 15 years ago
Felix Fietkau 6d782f93d8 kernel: make sure all patches are applied before running menuconfig or oldconfig 15 years ago
Felix Fietkau 729e0fa4d1 move pkg config stuff to per-target exports to prevent interference with host builds 15 years ago
Felix Fietkau 05d8459bb9 add md5sum for linux 2.6.29.1 15 years ago
Felix Fietkau 56164a5815 add a modified version of the mips64 patch from #4603 15 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;) 15 years ago
Hamish Guthrie ffc86f7e3a Update default configuration to use profiles 15 years ago
Felix Fietkau 4e49486b3c fix source file vs library order in a few prereq checks (#4326) 16 years ago
Felix Fietkau e744c3130a move iptable_raw to the conntrack-extra package 16 years ago
Nicolas Thill 3b53bd7ef3 accomodate netfilter module (xt_recent) name change in 2.6.28, add missing kconfig when xt_recent is enabled 16 years ago
Felix Fietkau 167846e488 add support for config options checking in top-level directory stampfiles 16 years ago
Felix Fietkau 35073025b4 add a default template for Host/Install 16 years ago
Ralph Hempel e2c9a02b16 ooops, m4 is already part of the host tools 16 years ago
Ralph Hempel 1744ca64f2 added m4 to prereq check, thanks to Gerph 16 years ago
Hauke Mehrtens fc35fe7001 correct md5sum 16 years ago
Hauke Mehrtens 62595883fb update to kernel version 2.6.28.9 16 years ago
Felix Fietkau 9d8f81149f fix the path to the build dir for host packages 16 years ago
Felix Fietkau 0a81b47617 fix calling the update target for host-only builds 16 years ago
Felix Fietkau 3616727c87 fix HOST_QUILT override 16 years ago
Felix Fietkau 24dee6de52 speed up quilt imports 16 years ago
Felix Fietkau 227399122b add makefile target alias package/<name>/host/<target> for host builds 16 years ago
Hamish Guthrie b6d7bfc94f Final updates to default configuration of ps3 petitboot sub-target 16 years ago
Imre Kaloz 45a676441d update to 2.6.28.8 16 years ago
Felix Fietkau 9b96b24e32 fix quilt variable and stampfile usage for host builds 16 years ago
Felix Fietkau 510bdd3f0e fix download reverse depends 16 years ago
Felix Fietkau 7ec4ad271e add PKG_HOST_ONLY variable to prevent target builds 16 years ago
Felix Fietkau ddcfaeb1e5 move host build in packages into a separate namespace: package/<name>/host/<target> this allows dependencies between host and target packages, and saves unnecessary host builds for packages that contain both variants 16 years ago
Felix Fietkau 1c7a03659c remove autoconf from prereq-build.mk, as it is part of the tools/ build 16 years ago
Lars-Peter Clausen cd53668352 Bison is not a prerequirement since it's build as part of the openwrt toolchain. 16 years ago
Felix Fietkau 72faa09dff move cflags default setting to target makefiles 16 years ago
Felix Fietkau e4a5d86b54 fix the target-local CONFIG_SITE export. apparently make can't do more than one of them in a single line 16 years ago
Felix Fietkau b29f9112df make the compile: host-install dependency independent of the order in which the makefiles were included 16 years ago
Felix Fietkau 252c2229f8 enable Host/Install on compile: if package.mk is included 16 years ago
Felix Fietkau 76683dc7b2 move the CONFIG_SITE export to target-local exports 16 years ago
Felix Fietkau 5810934476 fix KERNEL_PATCHVER for rc kernels 16 years ago
Felix Fietkau b6f0cb5366 prepend $(STAGING_DIR)/host to the PATH only in target-package stampfile targets, should fix usage of cross tools with host builds 16 years ago
Felix Fietkau f00754d191 allow uml to access host.mk at DUMP time 16 years ago
Felix Fietkau 015dff9d7d get rid of one more $(shell) instance 16 years ago
Felix Fietkau 88f6e9f9fd optimize the .config dependency chain in the toplevel makefile 16 years ago