Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fail in .quilt_patched when there were patches that didn't apply | Felix Fietkau | 2007-07-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 8024 | ||||
* | cope with QUILT=1 when there are no patches | Peter Denison | 2007-07-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 8022 | ||||
* | clean up some leftover junk | Felix Fietkau | 2007-07-13 | 1 | -1/+0 |
| | | | | SVN-Revision: 7959 | ||||
* | fix unwanted automatic package cleaning when using quilt | Felix Fietkau | 2007-07-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 7956 | ||||
* | allow packages to override the patch directory using the PATCH_DIR variable | Felix Fietkau | 2007-06-28 | 1 | -4/+5 |
| | | | | SVN-Revision: 7750 | ||||
* | make sure quilt starts with the correct patch order in series | Felix Fietkau | 2007-06-18 | 1 | -0/+4 |
| | | | | SVN-Revision: 7658 | ||||
* | prepare for the transition to linux 2.6.22 - make it possible to override ↵ | Felix Fietkau | 2007-06-16 | 1 | -6/+6 |
| | | | | | | the kernel version in the target makefile SVN-Revision: 7644 | ||||
* | force build of packages when using quilt | Felix Fietkau | 2007-06-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 7539 | ||||
* | Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ↵ | Felix Fietkau | 2007-06-04 | 1 | -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 Fietkau | 2007-06-03 | 1 | -1/+2 |
| | | | | SVN-Revision: 7483 | ||||
* | fix quilt related unpack/patch error | Felix Fietkau | 2007-06-03 | 1 | -1/+0 |
| | | | | SVN-Revision: 7481 | ||||
* | implement quilt handling for the kernel tree ... and there was much rejoicing! | Felix Fietkau | 2007-06-03 | 1 | -16/+54 |
| | | | | SVN-Revision: 7474 | ||||
* | enable quilt for host builds and add some additional checks | Felix Fietkau | 2007-06-03 | 1 | -3/+8 |
| | | | | SVN-Revision: 7473 | ||||
* | Improve quilt patch handling: All quilt managed patches are checked before ↵ | Felix Fietkau | 2007-06-03 | 1 | -5/+13 |
| | | | | | | the package compile is attempted SVN-Revision: 7472 | ||||
* | Add quilt integration for packages | Felix Fietkau | 2007-06-03 | 1 | -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 |