<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/thess/scripts, branch master</title>
<subtitle>Ted Hess staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/thess/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/thess/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/'/>
<updated>2021-10-31T20:24:47Z</updated>
<entry>
<title>scripts: fix various typos</title>
<updated>2021-10-31T20:24:47Z</updated>
<author>
<name>Josh Soref</name>
</author>
<published>2021-09-26T21:58:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=08622de7d66eb90038de54f34ab2fe2308424fd0'/>
<id>urn:sha1:08622de7d66eb90038de54f34ab2fe2308424fd0</id>
<content type='text'>
This only affects typos in comments or user-facing output.

Signed-off-by: Josh Soref &lt;jsoref@users.noreply.github.com&gt;
[only picks changes to scripts, drop "commandline" replacement,
 fix case for "arbitrary", improve commit message]
Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>scripts: eva_ramboot.py: remove unused import</title>
<updated>2021-10-30T13:00:22Z</updated>
<author>
<name>Jan-Niklas Burfeind</name>
</author>
<published>2021-10-26T11:25:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=88a2ea41da6b67d1575b958ed8f97bfd9b7d4cbb'/>
<id>urn:sha1:88a2ea41da6b67d1575b958ed8f97bfd9b7d4cbb</id>
<content type='text'>
concludes:
commit e7bc8984d9ca ("scripts: make eva_ramboot.py offset configurable")

Signed-off-by: Jan-Niklas Burfeind &lt;git@aiyionpri.me&gt;
</content>
</entry>
<entry>
<title>base-files, metadata: support additional group membership</title>
<updated>2021-10-28T15:27:21Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-10-26T12:02:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=b2aca61360c33ad3161f8ef35a1c28ebb2507600'/>
<id>urn:sha1:b2aca61360c33ad3161f8ef35a1c28ebb2507600</id>
<content type='text'>
Some packages may require additional group membership for the system
user added by that package. Allow defining additional groups as third
member of the ':'-separated tuple, allowing to specify multiple
','-separated groups with optional GID.

Example:
USERID:=foouser=1000:foogroup=1000:addg1=1001,addg2=1002,addg3

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>Revert "ethtool: update to v5.14"</title>
<updated>2021-10-23T19:39:00Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2021-10-23T19:37:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=abc7a97e9c29bcb1e74c3d443d46fefa7517699c'/>
<id>urn:sha1:abc7a97e9c29bcb1e74c3d443d46fefa7517699c</id>
<content type='text'>
This reverts commit 7630001427fa266fa61da0b2533e2c1054eababe

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>ethtool: update to v5.14</title>
<updated>2021-10-23T19:35:38Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2021-10-23T19:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=7630001427fa266fa61da0b2533e2c1054eababe'/>
<id>urn:sha1:7630001427fa266fa61da0b2533e2c1054eababe</id>
<content type='text'>
Update to newly released version 5.14

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/rstrip.sh: do not strip .o files with STRIP_KMOD</title>
<updated>2021-10-11T09:49:14Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2021-10-08T10:00:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=b45ff2d0238ba696eab7c34126b2a1935a1b8cb6'/>
<id>urn:sha1:b45ff2d0238ba696eab7c34126b2a1935a1b8cb6</id>
<content type='text'>
Fixes packaging of eBPF modules

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>scripts: package-metadata add pkgmanifestjson call</title>
<updated>2021-09-24T07:57:22Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-09-17T22:00:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=3128dfc18a5eaff145d17b8a3fe1131d10922384'/>
<id>urn:sha1:3128dfc18a5eaff145d17b8a3fe1131d10922384</id>
<content type='text'>
The new `pkgmanifestjson` call prints all package manifest of a feed in
JSON format. This function can be used to print an overview of packages
information used for downstream tooling.

The script is entirely based on Petrs work on dependency visualisation.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>scripts: store maintainer in package metadata</title>
<updated>2021-09-24T07:38:59Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-09-17T09:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=108901fffb66b60f307d959377852300caa8bbda'/>
<id>urn:sha1:108901fffb66b60f307d959377852300caa8bbda</id>
<content type='text'>
The maintainer could be usable for downstream tooling, so start storing
it in the metadata.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>scripts: mkits.sh: Allow legacy @ mode for dts creation</title>
<updated>2021-09-23T18:49:32Z</updated>
<author>
<name>Damien Mascord</name>
</author>
<published>2021-07-19T04:21:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=fd67908647390b916470501c88b4f5258123da95'/>
<id>urn:sha1:fd67908647390b916470501c88b4f5258123da95</id>
<content type='text'>
commit 5ec60cbe9d94 ("scripts: mkits.sh: replace @ with - in nodes")
broke support for Meraki MR32 and this patch makes the replacement
configurable allowing for specifying the @ or - or whatever character
that is desired to retain backwards compatibility with existing devices.

For example, this patch includes the fix for the Meraki MR32 in
target/linux/bcm53xx/image for meraki_mr32:

  DEVICE_DTS_DELIMITER := @
  DEVICE_DTS_CONFIG := config@1

Fixes: 5ec60cbe9d94 ("scripts: mkits.sh: replace @ with - in nodes")
Signed-off-by: Damien Mascord &lt;tusker@tusker.org&gt;
[Added tags, checkpatch.pl fixes, noted that this is for old stuff]
Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: handle gcc and linux in dl_cleanup script</title>
<updated>2021-09-23T08:24:39Z</updated>
<author>
<name>Ansuel Smith</name>
</author>
<published>2021-07-06T01:53:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=93f488fc37d6cd1f54eaf69385fe9011fe6d3c59'/>
<id>urn:sha1:93f488fc37d6cd1f54eaf69385fe9011fe6d3c59</id>
<content type='text'>
Handle gcc and linux with a special regex that set their progname with
their major version. This way every minor version can be cleared. The
build cleanup logic can be tweaked later to clean the entire toolchain
and target dir with a different gcc version.

Signed-off-by: Ansuel Smith &lt;ansuelsmth@gmail.com&gt;
[reformat commit message]
Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
</feed>
