<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/target/linux/kirkwood/base-files/lib, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-05-10T23:03:43Z</updated>
<entry>
<title>krikwood: Make Iconnect image use new ubi format style</title>
<updated>2016-05-10T23:03:43Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T23:03:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=0783a429114c0bc382906844c341b46bb47f079f'/>
<id>urn:sha1:0783a429114c0bc382906844c341b46bb47f079f</id>
<content type='text'>
To flash first time follow instructions in commit:
"kirkwood/dockstar: use ubi(kernel, squashfs, ubifs) images"

Signed-off-by: Wojciech Dubowik &lt;Wojciech.Dubowik@neratec.com&gt;

SVN-Revision: 49370
</content>
</entry>
<entry>
<title>kirkwood/dockstar: use ubi(kernel, squashfs, ubifs) images</title>
<updated>2016-03-14T17:06:09Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-03-14T17:06:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=8fd87a199b27f2e8841298ebe8ee9484d75ac32c'/>
<id>urn:sha1:8fd87a199b27f2e8841298ebe8ee9484d75ac32c</id>
<content type='text'>
The new image requires `bootz` because of devicetree appending.
To flash a new image boot initramfs:

  tftpboot 0x800000 openwrt-kirkwood-dockstar-initramfs-kernel.bin
  bootz 0x800000

  # detach if already attached
  ubidetach -p /dev/$(grep ubi /proc/mtd|awk -F: '{print $1}')
  # scp openwrt-kirkwood-dockstar-squashfs-factory.bin /tmp
  ubiformat -f /tmp/openwrt-kirkwood-dockstar-squashfs-factory.bin
  # attach is important to resize rootfs_data otherwise it wont boot
  ubiattach -p /dev/$(grep ubi /proc/mtd|awk -F: '{print $1}')

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;

SVN-Revision: 49010
</content>
</entry>
<entry>
<title>kirkwood: support sysupgrade on Linksys EA[34]500</title>
<updated>2015-11-10T00:16:42Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2015-11-10T00:16:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=0d4a24c27b28ed9cd58aaf92e2ee6d25a359149b'/>
<id>urn:sha1:0d4a24c27b28ed9cd58aaf92e2ee6d25a359149b</id>
<content type='text'>
This automatically writes to the alternate firmware partition
(on Linksys's dual firmware layout) using code borrowed from
the WRT1900AC port.

Signed-off-by: Claudio Leite &lt;leitec@staticky.com&gt;

SVN-Revision: 47434
</content>
</entry>
<entry>
<title>kirkwood: consistently use engineering board names</title>
<updated>2015-11-10T00:16:28Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2015-11-10T00:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=88035e4388af0852808b53bd54b77fc61b43e2d8'/>
<id>urn:sha1:88035e4388af0852808b53bd54b77fc61b43e2d8</id>
<content type='text'>
Signed-off-by: Claudio Leite &lt;leitec@staticky.com&gt;

SVN-Revision: 47430
</content>
</entry>
<entry>
<title>kirkwood: add initial support for NSA310s</title>
<updated>2015-11-01T01:13:16Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2015-11-01T01:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=7f861e48d4b9020c4ba8f12e595fa246d112e53e'/>
<id>urn:sha1:7f861e48d4b9020c4ba8f12e595fa246d112e53e</id>
<content type='text'>
Signed-off-by: Tony Dinh &lt;mibodhi@gmail.com&gt;
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 47330
</content>
</entry>
<entry>
<title>kirkwood: add support for the Seagate GoflexHome</title>
<updated>2015-05-08T20:12:39Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2015-05-08T20:12:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=30c4a7df73aa234b63953bdb5ecff02e19041bd5'/>
<id>urn:sha1:30c4a7df73aa234b63953bdb5ecff02e19041bd5</id>
<content type='text'>
Add Support for the Seagate GoflexHome &lt;http://wiki.openwrt.org/toh/seagate/goflexhome&gt;

Signed-off-by: L. D. Pinney &lt;ldpinney@gmail.com&gt;

SVN-Revision: 45647
</content>
</entry>
<entry>
<title>kirkwood: Seagate GoFlex Net</title>
<updated>2015-02-12T14:39:26Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2015-02-12T14:39:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=c8be439124322a6afd06bb3f28ea2d35b4623234'/>
<id>urn:sha1:c8be439124322a6afd06bb3f28ea2d35b4623234</id>
<content type='text'>
Add GoFlex Net "Board Name" , set and cleanup network default and LEDs.
Remove kmod-rtc-marvell from default packages, as the GoFlex net does not have a RTC.

Signed-off-by: L. D. Pinney &lt;ldpinney@gmail.com&gt;

SVN-Revision: 44422
</content>
</entry>
<entry>
<title>kikwood: populate kirkwood.sh with new boards</title>
<updated>2014-12-18T18:38:43Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2014-12-18T18:38:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=3c51fa68c85eb7231b7da667da873ca16b7a454d'/>
<id>urn:sha1:3c51fa68c85eb7231b7da667da873ca16b7a454d</id>
<content type='text'>
- SheevaPlug
- SheevaPlug with eSATA
- GuruplugServerPlus

Signed-off-by: Gerald Kerma &lt;dreagle@doukki.net&gt;

SVN-Revision: 43751
</content>
</entry>
<entry>
<title>kirkwood: add support for Linksys EA3500</title>
<updated>2014-11-10T23:55:10Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2014-11-10T23:55:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=e4b31494b959c5c88a5c7790b63524b4d630f332'/>
<id>urn:sha1:e4b31494b959c5c88a5c7790b63524b4d630f332</id>
<content type='text'>
http://wiki.openwrt.org/toh/linksys/ea3500

Signed-off-by: Dan Walters &lt;dan@walters.io&gt;

SVN-Revision: 43230
</content>
</entry>
<entry>
<title>kirkwood: move kirkwood.sh to /lib/ for consistency</title>
<updated>2014-06-26T10:13:47Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2014-06-26T10:13:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=60b177cd8cd981d48b998106dfe496893ced6738'/>
<id>urn:sha1:60b177cd8cd981d48b998106dfe496893ced6738</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41338
</content>
</entry>
</feed>
