<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtl819xx/target/linux/orion/image, branch toolchain-unstable</title>
<subtitle>Realtek rtl819xx port to OpenWrt</subtitle>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/'/>
<entry>
<title>[orion]: the uImage's filename will hardly change</title>
<updated>2012-10-29T09:55:20+00:00</updated>
<author>
<name>kaloz</name>
<email>kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-10-29T09:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=1c8e94dfd4b1f2545511cab6e6041f4513b8d087'/>
<id>1c8e94dfd4b1f2545511cab6e6041f4513b8d087</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33985 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@33985 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[orion]: rename erase size variables</title>
<updated>2012-10-27T10:50:55+00:00</updated>
<author>
<name>kaloz</name>
<email>kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-10-27T10:50:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=8868e8685e9c78e7d5aa09d57577b517aa9eaf0a'/>
<id>8868e8685e9c78e7d5aa09d57577b517aa9eaf0a</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33964 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@33964 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[orion]: add support for Netgear WN802T</title>
<updated>2012-10-27T10:48:22+00:00</updated>
<author>
<name>kaloz</name>
<email>kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-10-27T10:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=30334161c684a10c0ab2278e3019d31cfb01fe3b'/>
<id>30334161c684a10c0ab2278e3019d31cfb01fe3b</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33963 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@33963 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[orion] generic: enhanced image Makefile</title>
<updated>2012-08-13T14:46:47+00:00</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-08-13T14:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=6147ee7cc33eefcf1fe74f9b4a8c15df1dc1f009'/>
<id>6147ee7cc33eefcf1fe74f9b4a8c15df1dc1f009</id>
<content type='text'>
* Creation of uImage for WNR854T only done once (before 2x for jffs2 build and 1x for squashfs build)
* Got rid of unneccessary padding of rootfs partition
* ARM zImages always need a machine id, therefore do not copy generic (=no id) uImage to BIN_DIR, instead copy zImage
* Generalized functions for easier re-using and enhancing (e.g. D-Link DNS 323 implementation would be only a couple lines)
* Copy rootfs partitions to BIN_DIR, just like it is done for D-Link DNS 323
* Use variables to allows easily changing for custom builds, e.g. kernel mtd size for symbols
* Size check of kernel files to avoid builds that break devices
* Use for "-sysupgrade" and "-factory" in image names (like ar71xx, brcm63xx, etc.) to avoid questions about which image to use

Signed-off by: Matthias Buecher &lt;mail@maddes.net&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33174 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Creation of uImage for WNR854T only done once (before 2x for jffs2 build and 1x for squashfs build)
* Got rid of unneccessary padding of rootfs partition
* ARM zImages always need a machine id, therefore do not copy generic (=no id) uImage to BIN_DIR, instead copy zImage
* Generalized functions for easier re-using and enhancing (e.g. D-Link DNS 323 implementation would be only a couple lines)
* Copy rootfs partitions to BIN_DIR, just like it is done for D-Link DNS 323
* Use variables to allows easily changing for custom builds, e.g. kernel mtd size for symbols
* Size check of kernel files to avoid builds that break devices
* Use for "-sysupgrade" and "-factory" in image names (like ar71xx, brcm63xx, etc.) to avoid questions about which image to use

Signed-off by: Matthias Buecher &lt;mail@maddes.net&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33174 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[orion] update wrt350nv2-builder to v2.4 and use new functionality for target orion_generic</title>
<updated>2012-04-04T16:06:25+00:00</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-04-04T16:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=c0ade48327ba560509bce52b7e22b2225dd50475'/>
<id>c0ade48327ba560509bce52b7e22b2225dd50475</id>
<content type='text'>
Signed-off-by: Matthias Bücher &lt;mail@maddes.net&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31199 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Matthias Bücher &lt;mail@maddes.net&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31199 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[orion] add support for D-Link DNS-323</title>
<updated>2012-04-04T15:53:55+00:00</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-04-04T15:53:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=86756461198a00edea058eef6064bc8f10383849'/>
<id>86756461198a00edea058eef6064bc8f10383849</id>
<content type='text'>
this patch adds support for D-Link DNS323 storage device.
You can find more info here:

http://dns323.lukaperkov.net/

Currently you need serial cable to flash OpenWrt on DNS-323.

Signed-off-by: Luka Perkov &lt; openwrt -&gt;-to-&gt;- lukaperkov.net &gt;

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31198 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this patch adds support for D-Link DNS323 storage device.
You can find more info here:

http://dns323.lukaperkov.net/

Currently you need serial cable to flash OpenWrt on DNS-323.

Signed-off-by: Luka Perkov &lt; openwrt -&gt;-to-&gt;- lukaperkov.net &gt;

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31198 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>target/linux/orion: create subtargets (closes #8154)</title>
<updated>2010-11-04T22:10:11+00:00</updated>
<author>
<name>acoul</name>
<email>acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-11-04T22:10:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=2923cd71cd14506050c171cdac678c4b5ef56cbf'/>
<id>2923cd71cd14506050c171cdac678c4b5ef56cbf</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23883 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@23883 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[orion] fix Freecom DT2 jffs2 rootfs generation issue (#7584)</title>
<updated>2010-08-10T20:13:49+00:00</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-08-10T20:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=486bf48ec2d011529d7b232264f222bdd02ab961'/>
<id>486bf48ec2d011529d7b232264f222bdd02ab961</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22585 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@22585 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[orion] fix jffs2 128k image generation, patch from madddes (#7584)</title>
<updated>2010-08-10T16:13:01+00:00</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-08-10T16:13:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=5fc3e14b283effbea2823e36c96fcb92e3736ef7'/>
<id>5fc3e14b283effbea2823e36c96fcb92e3736ef7</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22580 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@22580 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>define a shared IMG_PREFIX variable used as a basename for image files, it contains board &amp; subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files</title>
<updated>2010-04-12T23:15:56+00:00</updated>
<author>
<name>nico</name>
<email>nico@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-04-12T23:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=bca3f225e9645134018a951d78198b70601eb02d'/>
<id>bca3f225e9645134018a951d78198b70601eb02d</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20834 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@20834 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
</feed>
