Add quilt integration for packages
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jun 2007 06:16:08 +0000 (06:16 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jun 2007 06:16:08 +0000 (06:16 +0000)
commit140ef637ba039f40ca2c7c4e4c92ca22af5febea
treeeed2fdcff73a7374bac56a637ae02b5362877ec7
parent3fbf1e5df92ad504bb2200a7bd9f517d04a14b87
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').

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7471 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/package-defaults.mk
include/package.mk
include/quilt.mk [new file with mode: 0644]
package/Makefile