<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/gl-puli-mcu, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2023-11-20T14:51:52Z</updated>
<entry>
<title>gl-puli-mcu: Add power monitoring for XE3000 (Puli AX) variant</title>
<updated>2023-11-20T14:51:52Z</updated>
<author>
<name>Jean Thomas</name>
</author>
<published>2023-11-15T14:59:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=717c27a5c87dfa79a681b0c1bce26cd4ab6d62ce'/>
<id>urn:sha1:717c27a5c87dfa79a681b0c1bce26cd4ab6d62ce</id>
<content type='text'>
Signed-off-by: Jean Thomas &lt;jean.thomas@wifirst.fr&gt;
</content>
</entry>
<entry>
<title>gl-puli-mcu: Fix compilation warning</title>
<updated>2023-11-20T14:51:52Z</updated>
<author>
<name>Jean Thomas</name>
</author>
<published>2023-11-15T14:59:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2ae44d696f60f18f77a79cac22488b8980ff52e1'/>
<id>urn:sha1:2ae44d696f60f18f77a79cac22488b8980ff52e1</id>
<content type='text'>
Signed-off-by: Jean Thomas &lt;jean.thomas@wifirst.fr&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>gl-puli-mcu: add GL.iNet GL-XE300 (Puli) power monitoring daemon</title>
<updated>2021-10-15T09:12:20Z</updated>
<author>
<name>Nuno Goncalves</name>
</author>
<published>2021-10-12T16:30:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c62586b417cd5b6ccbbd095691f67e138f029477'/>
<id>urn:sha1:c62586b417cd5b6ccbbd095691f67e138f029477</id>
<content type='text'>
Signed-off-by: Nuno Goncalves &lt;nunojpg@gmail.com&gt;
</content>
</entry>
</feed>
