aboutsummaryrefslogtreecommitdiffstats
path: root/tools/quilt
Commit message (Collapse)AuthorAgeFilesLines
* include/download.mk: Add download mirrors for tools from GNU Savannah (bug ↵John Crispin2014-10-081-1/+1
| | | | | | | | | | | #15184) I defined a new download method @SAVANNAH in include/download.mk and scripts/download.pl, and converted quilt and qemu to use that method. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] quilt: update to 0.63Luka Perkov2014-05-093-6/+6
| | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] quilt: update to 0.61Luka Perkov2014-02-021-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] quilt: update to 0.60Luka Perkov2013-09-244-38/+12
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38170 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: BSD compile fixesFelix Fietkau2013-03-071-5/+1
| | | | | | | | | | | | | | | | following patch allows to build images for Qemu ARM on OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64. Mostly small pieces of code changes to get things right on the specific platform. Updated the README to describe better, which tools on the host are required. Added some kind of prepare scripts to install needed tools on BSD via packages. Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] quilt: some more relocatable fixes for quilt-internal scriptsJo-Philipp Wich2012-01-201-0/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] quilt: make relocatable, search resources relative to STAGING_DIRJo-Philipp Wich2012-01-202-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/quilt: fix spurious calls to the configure and Makefile targets (#8462)Felix Fietkau2011-08-011-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* quilt: make it possible to override the path to getopt (based on patch from ↵Felix Fietkau2011-07-311-1/+4
| | | | | | #9842) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] quilt: fix building with dashJo-Philipp Wich2011-05-021-2/+6
| | | | | | | | | `test x == x` gives a syntax error with dash (standard in Debian). The modified patch reflects the current upstream: http://git.savannah.gnu.org/cgit/quilt.git/commit/?id=38df0b210c3df67f3e784af92232ae1946b98ecd git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] quilt: pass PATH and FIND to configure (FreeBSD compatibility)Jo-Philipp Wich2010-10-071-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/quilt: fix openSUSE/patch-2.6.1.81 issue (closes #7635)Alexandros C. Couloumbis2010-07-272-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools: update quilt to 0.48Alexandros C. Couloumbis2010-04-241-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] fix quilt installation on all platformsFlorian Fainelli2009-08-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] make quilt installation work on cygwinFlorian Fainelli2009-08-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-221-8/+8
| | | | | | host-build steps git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* detect quilt configure errors properly (their broken configure script does ↵Felix Fietkau2009-01-251-0/+5
| | | | | | not return proper error codes) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build and install a current quilt version in tools/Felix Fietkau2008-08-271-0/+30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12398 3c298f89-4303-0410-b956-a3cf2f4a3e73