<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/dedeckeh/scripts, branch master</title>
<subtitle>Staging tree of dedeckeh</subtitle>
<id>https://git.openwrt.org/openwrt/staging/dedeckeh/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/dedeckeh/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/'/>
<updated>2023-04-09T08:01:03Z</updated>
<entry>
<title>scripts: sercomm-pid: add bmips support</title>
<updated>2023-04-09T08:01:03Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2023-04-09T08:01:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=0cdc257b8d371e85133b7f463785785fe5f0aee3'/>
<id>urn:sha1:0cdc257b8d371e85133b7f463785785fe5f0aee3</id>
<content type='text'>
Apparently, Sercomm sets 2 padding bytes instead of 1 (ramips).
The HW version is a bit different than the one used for ramips.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: sercomm-payload: add PID file support</title>
<updated>2023-04-09T07:55:57Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2023-04-09T07:55:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=8382c5662e57e00e7841e6f1e85e89b66b09eff1'/>
<id>urn:sha1:8382c5662e57e00e7841e6f1e85e89b66b09eff1</id>
<content type='text'>
Allow passing Sercomm PID from file.
Until now, Sercomm PID could only be passed as an array of hex bytes.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: size_compare: print a grand total</title>
<updated>2023-02-03T20:22:49Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-01-31T14:58:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=19988b66d07f44be757c4a0e41be899dbf8c72dd'/>
<id>urn:sha1:19988b66d07f44be757c4a0e41be899dbf8c72dd</id>
<content type='text'>
Usefull to check the impact of treewide changes:
Change 	Local	Remote 	Package
+281	6191	5910	ubus
-547	56166	56713	procd
-13294	91544	104838	ubi-utils
~~~~~~~	total change	-13560

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: size_compare: fix support for CONFIG_BINARY_FOLDER</title>
<updated>2023-02-03T20:22:49Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-01-30T17:37:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=21242451c265f3b2fb47e710a5fabc74dc59efce'/>
<id>urn:sha1:21242451c265f3b2fb47e710a5fabc74dc59efce</id>
<content type='text'>
There is no CONFIG_BINARY_DIR, it's CONFIG_BINARY_FOLDER.

While at it, don't parse the shell compatible .config, eval it.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: qemustart: support CONFIG_BINARY_FOLDER</title>
<updated>2023-02-03T20:22:49Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2022-11-13T06:06:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=f56d5932d24f9d2d339088011ffaa5c3e8340e0f'/>
<id>urn:sha1:f56d5932d24f9d2d339088011ffaa5c3e8340e0f</id>
<content type='text'>
If CONFIG_BINARY_FOLDER is set in .config, use that instead of "bin" as
the bindir.

That allows to set that config and easily run e.g.
`./scripts/qemustart armvirt 32`.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: add ALT3 and ALT4 vendor/model/variant</title>
<updated>2023-01-24T23:42:52Z</updated>
<author>
<name>Wenli Looi</name>
</author>
<published>2022-11-22T18:26:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=f0e4595188db797446f7b3d29a6162ede90586a6'/>
<id>urn:sha1:f0e4595188db797446f7b3d29a6162ede90586a6</id>
<content type='text'>
This is needed for the Netgear EX7300 series v2.

Signed-off-by: Wenli Looi &lt;wlooi@ucalgary.ca&gt;
</content>
</entry>
<entry>
<title>scripts: ext-tools: add option to only refresh timestamps</title>
<updated>2023-01-23T18:18:05Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2022-11-10T18:50:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=26bb4b409da1fe45c578ce985a429af663a8501a'/>
<id>urn:sha1:26bb4b409da1fe45c578ce985a429af663a8501a</id>
<content type='text'>
It's possible to have prebuilt tools already extracted. Add option to
just refresh the timestamps.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: ext-tools: follow links for host tools path</title>
<updated>2023-01-23T18:18:05Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2022-11-11T01:32:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=1506f8c322c6f198d1903c62b19b9cbc12472b4e'/>
<id>urn:sha1:1506f8c322c6f198d1903c62b19b9cbc12472b4e</id>
<content type='text'>
Host tools path may be a symbolic link. Use -H with find to follow path
links passed from command line to find command.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/dl_github_archieve.py: fix generating unreproducible tar</title>
<updated>2023-01-12T13:59:07Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-01-12T13:46:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=5f1758ef14575df4e86896526b1c2035c231899e'/>
<id>urn:sha1:5f1758ef14575df4e86896526b1c2035c231899e</id>
<content type='text'>
Allign dl_github_archieve.py to 8252511dc0b5a71e9e64b96f233a27ad73e28b7f
change. On supported system the sigid bit is applied to files and tar
archieve that on tar creation. This cause unreproducible tar for these
system and these bit should be dropped to produce reproducible tar.

Add the missing option following the command options used in other
scripts.

Fixes: 75ab064d2b38 ("build: download code from github using archive API")
Suggested-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
Tested-by: Robert Marko &lt;robimarko@gmail.com&gt;
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: add Apache fastly mirror</title>
<updated>2023-01-07T00:32:58Z</updated>
<author>
<name>David Bauer</name>
</author>
<published>2023-01-07T00:22:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=9ac377d0e012e42d9cd69ccc6471fae93c738c1d'/>
<id>urn:sha1:9ac377d0e012e42d9cd69ccc6471fae93c738c1d</id>
<content type='text'>
Add the Apache fastly mirror as preferred download source.
This service is using a dual-stacked CDN.

Signed-off-by: David Bauer &lt;mail@david-bauer.net&gt;
</content>
</entry>
</feed>
