52 Commits (001736d84888e2fc0c682c6cb36a4ec6fb9096f6)

Author SHA1 Message Date
Felix Fietkau 9d8f81149f fix the path to the build dir for host packages 15 years ago
Felix Fietkau 3616727c87 fix HOST_QUILT override 15 years ago
Felix Fietkau 24dee6de52 speed up quilt imports 15 years ago
Felix Fietkau 9b96b24e32 fix quilt variable and stampfile usage for host 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 431c9267b4 replace a few unnecessary $(shell) calls 16 years ago
Felix Fietkau 127296bc45 speed up metadata scanning a lot by avoiding unnecessary shell commands and make recursions 16 years ago
Felix Fietkau f684d0a47b allow a separate patch directory for host patches 16 years ago
Felix Fietkau bc6fcb0067 eliminate redundancy by creating the quilt_used stampfile in the right place 16 years ago
Felix Fietkau e7b01c6aa1 fix missing change from r14610 16 years ago
Felix Fietkau 7eb1589875 build system refactoring in preparation for allowing packages to do host-build steps 16 years ago
Nicolas Thill 1f5c64d436 prevent quilt from loading any configuration file (closes: #4520) 16 years ago
John Crispin 3ec3f111ff if quilt failed whilst patching, no output was shown 16 years ago
Mirko Vogt 35e3dbab79 do not ignore exit codes of quilt anymore (by nbd) 16 years ago
Felix Fietkau 40b5e7a30d fix prepare error with brcm-2.4 and missing files/ (thx, thepeople) 16 years ago
Felix Fietkau 1e570a9288 change the way ./files* and the generic kernel files are applied. ./files now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. 16 years ago
Felix Fietkau beb83c1e59 add function names to quilt-generated patch files to make patches more readable 16 years ago
Felix Fietkau ab8c8b019f enable quilt by default for the kernel tree 16 years ago
Imre Kaloz 40a175150e upstream style quilt refresh 16 years ago
Imre Kaloz 83072a149a override user/system specific quilt configuration 16 years ago
Felix Fietkau 2448cb8a15 add optional version suffix to kernel files/ directories 16 years ago
Felix Fietkau 03354353af clean up reject files after copying target/linux/*/files to the kernel tree 16 years ago
Felix Fietkau 2cb6cbf061 fix quilt apply for packages that change STAMP_* 17 years ago
Felix Fietkau 4af66e8866 fix accidental double slash in prefixed quilt patchsets 17 years ago
Felix Fietkau 5f87e72dae fix quilt patch check 17 years ago
Felix Fietkau 7d179076ca separate series file fixup from quilt check to avoid series file breakages after fixing a broken patch stack with quilt 17 years ago
Tim Yardley 458ce0cb5c fix quilt integration 17 years ago
Felix Fietkau e2f7a60283 fixes for refresh/update handling 17 years ago
Felix Fietkau d1933f9761 move a stampfile to make it easier to override the patch template 17 years ago
Felix Fietkau 5f1d42ea7c refactor quilt patching code 17 years ago
Felix Fietkau 03543ec4a4 proper series file support for regular packages 17 years ago
Felix Fietkau 800ef0f56c some minor fixes, cleanups, package build abstraction 17 years ago
Felix Fietkau e554dafa93 fix spontaneous rebuilds caused by make package/<name>/update with quilt 17 years ago
Felix Fietkau 749cefa063 fix custom series files in kernel patch directories 17 years ago
Felix Fietkau e83d637f65 fix kernel build with quilt 17 years ago
Felix Fietkau 9566fb1f07 allow the kernel to provide own series files for specific subdirs 17 years ago
Felix Fietkau 49e628f765 next round of build system cleanup - convert package/ to new structure 17 years ago
Felix Fietkau 5175e0e45c fail in .quilt_patched when there were patches that didn't apply 17 years ago
Peter Denison b375d32a48 cope with QUILT=1 when there are no patches 17 years ago
Felix Fietkau 84027d8d76 clean up some leftover junk 17 years ago
Felix Fietkau e670647412 fix unwanted automatic package cleaning when using quilt 17 years ago
Felix Fietkau 68d6dcf7c4 allow packages to override the patch directory using the PATCH_DIR variable 17 years ago
Felix Fietkau 5a198850d0 make sure quilt starts with the correct patch order in series 17 years ago
Felix Fietkau f019ac4dc9 prepare for the transition to linux 2.6.22 - make it possible to override the kernel version in the target makefile 17 years ago
Felix Fietkau 4c8ecf00c4 force build of packages when using quilt 17 years ago
Felix Fietkau 9abbe7a033 Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all the patches. Also added a target package/refresh which will do this to all packages in the buildroot 17 years ago
Felix Fietkau 9cc960cad9 more fixes for the patching stuff (was testing it on the wrong target) 17 years ago
Felix Fietkau ca69ff39c8 fix quilt related unpack/patch error 17 years ago
Felix Fietkau 3b6b7a2d1b implement quilt handling for the kernel tree ... and there was much rejoicing! 17 years ago
Felix Fietkau 5e406f0a28 enable quilt for host builds and add some additional checks 17 years ago