summaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
Commit message (Collapse)AuthorAgeFilesLines
* upstream style quilt refreshImre Kaloz2008-06-041-1/+1
| | | | SVN-Revision: 11350
* override user/system specific quilt configurationImre Kaloz2008-05-301-1/+1
| | | | SVN-Revision: 11295
* add optional version suffix to kernel files/ directoriesFelix Fietkau2008-04-281-3/+4
| | | | SVN-Revision: 10972
* clean up reject files after copying target/linux/*/files to the kernel treeFelix Fietkau2008-04-031-1/+4
| | | | SVN-Revision: 10722
* fix quilt apply for packages that change STAMP_*Felix Fietkau2007-11-101-11/+11
| | | | SVN-Revision: 9531
* fix accidental double slash in prefixed quilt patchsetsFelix Fietkau2007-10-071-4/+4
| | | | SVN-Revision: 9166
* fix quilt patch checkFelix Fietkau2007-10-041-1/+1
| | | | SVN-Revision: 9121
* separate series file fixup from quilt check to avoid series file breakages ↵Felix Fietkau2007-10-041-2/+6
| | | | | | after fixing a broken patch stack with quilt SVN-Revision: 9120
* fix quilt integrationTim Yardley2007-10-021-1/+1
| | | | SVN-Revision: 9100
* fixes for refresh/update handlingFelix Fietkau2007-09-291-32/+42
| | | | SVN-Revision: 9063
* move a stampfile to make it easier to override the patch templateFelix Fietkau2007-09-291-2/+0
| | | | SVN-Revision: 9062
* refactor quilt patching codeFelix Fietkau2007-09-291-48/+46
| | | | SVN-Revision: 9061
* proper series file support for regular packagesFelix Fietkau2007-09-291-1/+6
| | | | SVN-Revision: 9059
* some minor fixes, cleanups, package build abstractionFelix Fietkau2007-09-281-0/+4
| | | | SVN-Revision: 9051
* fix spontaneous rebuilds caused by make package/<name>/update with quiltFelix Fietkau2007-09-201-1/+0
| | | | SVN-Revision: 8879
* fix custom series files in kernel patch directoriesFelix Fietkau2007-09-101-2/+2
| | | | SVN-Revision: 8736
* fix kernel build with quiltFelix Fietkau2007-09-101-1/+1
| | | | SVN-Revision: 8727
* allow the kernel to provide own series files for specific subdirsFelix Fietkau2007-08-301-0/+20
| | | | SVN-Revision: 8557
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-0/+4
| | | | SVN-Revision: 8236
* fail in .quilt_patched when there were patches that didn't applyFelix Fietkau2007-07-181-1/+1
| | | | SVN-Revision: 8024
* cope with QUILT=1 when there are no patchesPeter Denison2007-07-171-1/+1
| | | | SVN-Revision: 8022
* clean up some leftover junkFelix Fietkau2007-07-131-1/+0
| | | | SVN-Revision: 7959
* fix unwanted automatic package cleaning when using quiltFelix Fietkau2007-07-131-1/+1
| | | | SVN-Revision: 7956
* allow packages to override the patch directory using the PATCH_DIR variableFelix Fietkau2007-06-281-4/+5
| | | | SVN-Revision: 7750
* make sure quilt starts with the correct patch order in seriesFelix Fietkau2007-06-181-0/+4
| | | | SVN-Revision: 7658
* prepare for the transition to linux 2.6.22 - make it possible to override ↵Felix Fietkau2007-06-161-6/+6
| | | | | | the kernel version in the target makefile SVN-Revision: 7644
* force build of packages when using quiltFelix Fietkau2007-06-081-1/+1
| | | | SVN-Revision: 7539
* Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ↵Felix Fietkau2007-06-041-1/+11
| | | | | | the patches. Also added a target package/refresh which will do this to all packages in the buildroot SVN-Revision: 7488
* more fixes for the patching stuff (was testing it on the wrong target)Felix Fietkau2007-06-031-1/+2
| | | | SVN-Revision: 7483
* fix quilt related unpack/patch errorFelix Fietkau2007-06-031-1/+0
| | | | SVN-Revision: 7481
* implement quilt handling for the kernel tree ... and there was much rejoicing!Felix Fietkau2007-06-031-16/+54
| | | | SVN-Revision: 7474
* enable quilt for host builds and add some additional checksFelix Fietkau2007-06-031-3/+8
| | | | SVN-Revision: 7473
* Improve quilt patch handling: All quilt managed patches are checked before ↵Felix Fietkau2007-06-031-5/+13
| | | | | | the package compile is attempted SVN-Revision: 7472
* Add quilt integration for packagesFelix Fietkau2007-06-031-0/+48
make package/<package>-prepare QUILT=1 will apply all patches using quilt Autorebuild will be disabled, so that you can edit all patches in the build dir. When you're done editing patches and everything works, you can call: make package/<package>-refresh That will copy the updated patches from quilt into package/<package>/patches, and remove all old patches. Before the patches are overwritten, the correct order of the patches is verified ('cat series' is compared against 'sort series'). SVN-Revision: 7471