<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtl819xx/tools/quilt, branch mini3g</title>
<subtitle>Realtek rtl819xx port to OpenWrt</subtitle>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/'/>
<entry>
<title>[tools] quilt: some more relocatable fixes for quilt-internal scripts</title>
<updated>2012-01-20T17:54:43+00:00</updated>
<author>
<name>jow</name>
<email>jow@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-01-20T17:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=d7f545f983573bd54a40c1ba65c5f2c6ea8b87df'/>
<id>d7f545f983573bd54a40c1ba65c5f2c6ea8b87df</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29834 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29834 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[tools] quilt: make relocatable, search resources relative to STAGING_DIR</title>
<updated>2012-01-20T17:11:37+00:00</updated>
<author>
<name>jow</name>
<email>jow@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-01-20T17:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=302ddfe4ef9779a864eb0ae7b48425f0c9ebe394'/>
<id>302ddfe4ef9779a864eb0ae7b48425f0c9ebe394</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29829 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29829 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/quilt: fix spurious calls to the configure and Makefile targets (#8462)</title>
<updated>2011-08-01T19:22:45+00:00</updated>
<author>
<name>nbd</name>
<email>nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2011-08-01T19:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=47641b4c02c5ca5aafa9debb16de8ea3aeac3c80'/>
<id>47641b4c02c5ca5aafa9debb16de8ea3aeac3c80</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27869 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27869 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>quilt: make it possible to override the path to getopt (based on patch from #9842)</title>
<updated>2011-07-31T17:59:35+00:00</updated>
<author>
<name>nbd</name>
<email>nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2011-07-31T17:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=38aecdc0191f7b83db1d7652b733a41b7bad3686'/>
<id>38aecdc0191f7b83db1d7652b733a41b7bad3686</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27852 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27852 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] quilt: fix building with dash</title>
<updated>2011-05-02T12:53:32+00:00</updated>
<author>
<name>jow</name>
<email>jow@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2011-05-02T12:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=ac6cfcb956860f0ce396bfd2029e367b541343e1'/>
<id>ac6cfcb956860f0ce396bfd2029e367b541343e1</id>
<content type='text'>
`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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`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
</pre>
</div>
</content>
</entry>
<entry>
<title>[tools] quilt: pass PATH and FIND to configure (FreeBSD compatibility)</title>
<updated>2010-10-07T11:33:54+00:00</updated>
<author>
<name>jow</name>
<email>jow@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-10-07T11:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=bbdd744bda4af8a8dff8be3366d740dded6af5e1'/>
<id>bbdd744bda4af8a8dff8be3366d740dded6af5e1</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23288 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23288 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/quilt: fix openSUSE/patch-2.6.1.81 issue (closes #7635)</title>
<updated>2010-07-27T17:21:30+00:00</updated>
<author>
<name>acoul</name>
<email>acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-07-27T17:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=f80d70ea2134ecf98f3056325cd7cfbfac6a4c58'/>
<id>f80d70ea2134ecf98f3056325cd7cfbfac6a4c58</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22397 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22397 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: update quilt to 0.48</title>
<updated>2010-04-24T19:54:53+00:00</updated>
<author>
<name>acoul</name>
<email>acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-04-24T19:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=51ba54f4037a2f8e42bb2eda874e3faed5db1a21'/>
<id>51ba54f4037a2f8e42bb2eda874e3faed5db1a21</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21146 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21146 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[tools] fix quilt installation on all platforms</title>
<updated>2009-08-26T07:55:31+00:00</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2009-08-26T07:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=27a6fc21ec734fd1855b427fa658d2adcbb4f454'/>
<id>27a6fc21ec734fd1855b427fa658d2adcbb4f454</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17405 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17405 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[tools] make quilt installation work on cygwin</title>
<updated>2009-08-25T14:55:18+00:00</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2009-08-25T14:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=4044cf6e01c0585008e314e0953f93dff694b9a5'/>
<id>4044cf6e01c0585008e314e0953f93dff694b9a5</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17398 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17398 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
</feed>
