<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/packages/olsr, branch multitech-corecdp-1.x</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>Last part of OLSR cleanup</title>
<updated>2008-06-26T19:32:02+00:00</updated>
<author>
<name>Robert Schuster</name>
<email>thebohemian@gmx.net</email>
</author>
<published>2008-06-26T19:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=8b32ab331df7e42bee9091bc1dedceca3cc0607a'/>
<id>8b32ab331df7e42bee9091bc1dedceca3cc0607a</id>
<content type='text'>
olsrd:
 * rename directory containing patches, ... to 'files'
 * rename base directory for olsrd 'olsrd'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
olsrd:
 * rename directory containing patches, ... to 'files'
 * rename base directory for olsrd 'olsrd'
</pre>
</div>
</content>
</entry>
<entry>
<title>Second part of OLSR cleanup.</title>
<updated>2008-06-26T19:29:45+00:00</updated>
<author>
<name>Robert Schuster</name>
<email>thebohemian@gmx.net</email>
</author>
<published>2008-06-26T19:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=8f816a8ef2b7218a114916a0059bd560660d438c'/>
<id>8f816a8ef2b7218a114916a0059bd560660d438c</id>
<content type='text'>
olsrd 0.5.5: Recipe for new version.
olsrd 0.5.3: Simplified.
olsrd.inc:
 * package each OLSR plugin as optional binary package
 * do_compile() suitable for 0.5 series
 * some formatting fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
olsrd 0.5.5: Recipe for new version.
olsrd 0.5.3: Simplified.
olsrd.inc:
 * package each OLSR plugin as optional binary package
 * do_compile() suitable for 0.5 series
 * some formatting fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>First patch in a series of olsr cleanups</title>
<updated>2008-06-26T19:22:50+00:00</updated>
<author>
<name>Robert Schuster</name>
<email>thebohemian@gmx.net</email>
</author>
<published>2008-06-26T19:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=0ee2a8c50ec4b7c62023efa806c7c794d743488f'/>
<id>0ee2a8c50ec4b7c62023efa806c7c794d743488f</id>
<content type='text'>
olsr 0.3.1: Move to obsolete/olsr
olsrd 0.4.8, 0.4.9, 0.4.10: Move to obsolete/olsr
olsrd cvs: Moved to obsolete/olsr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
olsr 0.3.1: Move to obsolete/olsr
olsrd 0.4.8, 0.4.9, 0.4.10: Move to obsolete/olsr
olsrd cvs: Moved to obsolete/olsr
</pre>
</div>
</content>
</entry>
<entry>
<title>olsrd: introduce MAJ_VER variable.  Downloads are split into MAJ_VER directories.</title>
<updated>2008-06-25T07:39:46+00:00</updated>
<author>
<name>Rolf Leggewie</name>
<email>oe-devel@rolf.leggewie.biz</email>
</author>
<published>2008-06-25T07:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=40b978626b9884ba8f821e702d34d437249d9762'/>
<id>40b978626b9884ba8f821e702d34d437249d9762</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>olsr: consolidate olsr and olsrd into a common directory</title>
<updated>2008-06-24T08:39:00+00:00</updated>
<author>
<name>Rolf Leggewie</name>
<email>oe-devel@rolf.leggewie.biz</email>
</author>
<published>2008-06-24T08:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=033f81a7ae575ff24b311a501d104e2e7b376e96'/>
<id>033f81a7ae575ff24b311a501d104e2e7b376e96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LICENSE = GPL -&gt; LICENSE = "GPL"</title>
<updated>2005-07-09T13:10:57+00:00</updated>
<author>
<name>Holger Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2005-07-09T13:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=6459e42616e99de566c5aecd2bc12f30220378df'/>
<id>6459e42616e99de566c5aecd2bc12f30220378df</id>
<content type='text'>
using find . -name '*.inc' -print0 | xargs -0r sed -i 's/LICENSE = GPL/LICENSE = "GPL"/'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using find . -name '*.inc' -print0 | xargs -0r sed -i 's/LICENSE = GPL/LICENSE = "GPL"/'
</pre>
</div>
</content>
</entry>
<entry>
<title>import clean BK tree at cset 1.3670</title>
<updated>2005-06-30T08:19:37+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2005-06-30T08:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c8e5702127e507e82e6f68a4b8c546803accea9d'/>
<id>c8e5702127e507e82e6f68a4b8c546803accea9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge oe-devel@oe-devel.bkbits.net:openembedded</title>
<updated>2004-12-09T09:47:41+00:00</updated>
<author>
<name>Chris Larson</name>
<email>clarson@kergoth.com</email>
</author>
<published>2004-12-09T09:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=2c5b8ec6d95cf68650265941530e5ce38c8dd6d9'/>
<id>2c5b8ec6d95cf68650265941530e5ce38c8dd6d9</id>
<content type='text'>
into hyperion.kergoth.com:/home/kergoth/code/openembedded

2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.

BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
into hyperion.kergoth.com:/home/kergoth/code/openembedded

2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.

BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
</pre>
</div>
</content>
</entry>
</feed>
