Add quilt integration for packages
authorFelix Fietkau <nbd@openwrt.org>
Sun, 3 Jun 2007 06:16:08 +0000 (06:16 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 3 Jun 2007 06:16:08 +0000 (06:16 +0000)
commitcc690d782c81197478adcdb5fb99061969adf756
tree18bb45870827d180a6b4d8dea7ddd96da33f186f
parent34a7bd751b696033630c718cd56d2f0d4e389dca
Add quilt integration for packages

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
include/package-defaults.mk
include/package.mk
include/quilt.mk [new file with mode: 0644]
package/Makefile