<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/scripts, 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-06-07T06:59:36Z</updated>
<entry>
<title>treewide: fix replace nbd@openwrt.org with nbd@nbd.name</title>
<updated>2016-06-07T06:59:36Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-06-07T06:59:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1'/>
<id>urn:sha1:b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;

SVN-Revision: 49379
</content>
</entry>
<entry>
<title>metadata.pl: add support for selecting packages available only via PROVIDES</title>
<updated>2016-05-10T22:36:57Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=7fe02708cf0cd0a3250201b9493931367541d8d2'/>
<id>urn:sha1:7fe02708cf0cd0a3250201b9493931367541d8d2</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;

SVN-Revision: 49346
</content>
</entry>
<entry>
<title>scripts: metadata: add CONFIG_TARGET_SUBTARGET symbol</title>
<updated>2016-05-10T22:36:13Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=14aba27b93e54f6a65d058d6cc9c8f8c5a6ba85c'/>
<id>urn:sha1:14aba27b93e54f6a65d058d6cc9c8f8c5a6ba85c</id>
<content type='text'>
Add a new string symbol "CONFIG_TARGET_SUBTARGET" which contains the name of
the chosen subtarget or "generic" if there are no subtargets available.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;

SVN-Revision: 49323
</content>
</entry>
<entry>
<title>scripts: avoid hard-coded paths in scripts</title>
<updated>2016-04-29T11:34:48Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-29T11:34:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=022a1a4b080bb1619e2c194476cd50a1f08ccb14'/>
<id>urn:sha1:022a1a4b080bb1619e2c194476cd50a1f08ccb14</id>
<content type='text'>
Signed-off-by: Iblis Lin &lt;e196819@hotmail.com&gt;

SVN-Revision: 49267
</content>
</entry>
<entry>
<title>scripts/getver.sh: Use 'git-rev-parse' to detect if tree lies in Git repository</title>
<updated>2016-04-13T20:52:26Z</updated>
<author>
<name>Vasilis Tsiligiannis</name>
</author>
<published>2016-04-13T20:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=562633267951ffa54826a824dea8a87a3cce872d'/>
<id>urn:sha1:562633267951ffa54826a824dea8a87a3cce872d</id>
<content type='text'>
Path to the Git repository directory can be overriden by using the '$GIT_DIR'
environment variable. This patch improves detection of Git repository by using
'git-rev-parse', which respects '$GIT_DIR' environment variable, instead of just
checking the existence of '.git' directory.

Signed-off-by: Vasilis Tsiligiannis &lt;acinonyx@openwrt.gr&gt;

SVN-Revision: 49165
</content>
</entry>
<entry>
<title>scripts/om-fwupgradecfg-gen.sh: add support for the OM5P-AC</title>
<updated>2016-04-09T10:25:54Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-09T10:25:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=8c749f0a528c3276211874f54aea708975650cf2'/>
<id>urn:sha1:8c749f0a528c3276211874f54aea708975650cf2</id>
<content type='text'>
Signed-off-by: Sven Eckelmann &lt;sven.eckelmann@open-mesh.com&gt;

SVN-Revision: 49143
</content>
</entry>
<entry>
<title>scripts/om-fwupgradecfg-gen.sh: Generate sha256sum for uboot verification</title>
<updated>2016-04-09T10:25:42Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-09T10:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=d6c2819e42a41d31d903f563ef1ff7b7acb93faa'/>
<id>urn:sha1:d6c2819e42a41d31d903f563ef1ff7b7acb93faa</id>
<content type='text'>
Future Open Mesh u-boot versions are changing the check of the image files
(vmlinux, rootfs) from md5 to sha256. Having both in them should be enough
to ensure backward and forward compatibility.

Signed-off-by: Sven Eckelmann &lt;sven.eckelmann@open-mesh.com&gt;

SVN-Revision: 49140
</content>
</entry>
<entry>
<title>download: add @GITHUB download facility</title>
<updated>2016-04-09T10:25:34Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-09T10:25:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=79f575e885f1aa7b37200fb677e6905bf000123e'/>
<id>urn:sha1:79f575e885f1aa7b37200fb677e6905bf000123e</id>
<content type='text'>
Define a new alias (@GITHUB) for downloading raw github repository files

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 49138
</content>
</entry>
<entry>
<title>scripts/download.pl: fix sha256 hash command (#21931)</title>
<updated>2016-02-27T16:20:06Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-02-27T16:20:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=f6c074642c7164028651ba54503df54f606e16eb'/>
<id>urn:sha1:f6c074642c7164028651ba54503df54f606e16eb</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48809
</content>
</entry>
<entry>
<title>scripts/strip-kmod.sh: remove a few extra sections to slightly reduce kernel module size</title>
<updated>2016-02-01T13:33:33Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-02-01T13:33:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=4261cf0b6b06182d6f5685e3b1d5132ba04f6e75'/>
<id>urn:sha1:4261cf0b6b06182d6f5685e3b1d5132ba04f6e75</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

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