<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/sqm-scripts/Makefile, 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>2026-02-25T14:57:58Z</updated>
<entry>
<title>net/sqm-scripts: bump to v1.7.2</title>
<updated>2026-02-25T14:57:58Z</updated>
<author>
<name>Toke Høiland-Jørgensen</name>
</author>
<published>2026-02-25T12:42:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6c1190469ef7e1134a806b7e2a714cf368722e48'/>
<id>urn:sha1:6c1190469ef7e1134a806b7e2a714cf368722e48</id>
<content type='text'>
This versions changes the default value of use_mq to off, as a
cautionary measure.

Signed-off-by: Toke Høiland-Jørgensen &lt;toke@toke.dk&gt;
</content>
</entry>
<entry>
<title>net/sqm-scripts: bump to v1.7.1</title>
<updated>2026-02-23T15:17:33Z</updated>
<author>
<name>Toke Høiland-Jørgensen</name>
</author>
<published>2026-02-23T14:40:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=350065b65d3f8b254d4cdf1397d50f17f2a42222'/>
<id>urn:sha1:350065b65d3f8b254d4cdf1397d50f17f2a42222</id>
<content type='text'>
Contains a bugfix for cake_mq. Also add 'ip' as a dependency to be able
to create multi-queue ifb devices.

Signed-off-by: Toke Høiland-Jørgensen &lt;toke@toke.dk&gt;
</content>
</entry>
<entry>
<title>sqm-scripts: bump to v1.7.0</title>
<updated>2026-02-13T07:34:44Z</updated>
<author>
<name>Rany Hany</name>
</author>
<published>2026-02-12T16:49:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7f4a121db5f63e0f7c0e3ba92a876bcb545683eb'/>
<id>urn:sha1:7f4a121db5f63e0f7c0e3ba92a876bcb545683eb</id>
<content type='text'>
- Add nat to the default [IN|E]GRESS_CAKE_OPTS in defaults.sh
- Add support for cake_mq

Signed-off-by: Rany Hany &lt;rany_hany@riseup.net&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>sqm-scripts: Bump to v1.6.0</title>
<updated>2023-08-22T10:51:53Z</updated>
<author>
<name>Toke Høiland-Jørgensen</name>
</author>
<published>2023-08-22T10:19:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0ded22fd33d094a0ca86a2ba261567c14e1346a5'/>
<id>urn:sha1:0ded22fd33d094a0ca86a2ba261567c14e1346a5</id>
<content type='text'>
Fixes an issue with DSA switch compatibility

Signed-off-by: Toke Høiland-Jørgensen &lt;toke@toke.dk&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>sqm-scripts: Bump to v1.5.2</title>
<updated>2022-08-24T14:41:22Z</updated>
<author>
<name>Toke Høiland-Jørgensen</name>
</author>
<published>2022-08-24T14:11:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a69e80648ad0e78a1bb87d752ff31f1ab5d298c4'/>
<id>urn:sha1:a69e80648ad0e78a1bb87d752ff31f1ab5d298c4</id>
<content type='text'>
Signed-off-by: Toke Høiland-Jørgensen &lt;toke@toke.dk&gt;
</content>
</entry>
<entry>
<title>sqm-scripts: switch back to iptables</title>
<updated>2022-03-02T22:26:23Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2022-03-01T01:26:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=68fb9c62a5f4421650aabb33c53466709afc46d6'/>
<id>urn:sha1:68fb9c62a5f4421650aabb33c53466709afc46d6</id>
<content type='text'>
Following recent dependency rework, we can switch
between iptables-legacy and iptables-nft, and they both
PROVIDES iptables. Make it easier for user that want/need to
stick to firewall3/iptables-legacy to do so.

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>sqm-scripts: Change iptables dependency to iptables-nft</title>
<updated>2022-02-01T22:30:17Z</updated>
<author>
<name>Toke Høiland-Jørgensen</name>
</author>
<published>2022-01-21T20:56:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=698af2eb997d1872d3c4332c19979f9460e105b5'/>
<id>urn:sha1:698af2eb997d1872d3c4332c19979f9460e105b5</id>
<content type='text'>
There's only one of the shaper scripts (simple.qos) that uses iptables, and
it should be fine with iptables-nft for compatibility with the new default
nft-based firewall. Confusingly, we still need the iptables-mod-ipopt
package to get the DSCP match module; we never used CONNMARK, though, so
drop the iptables-mod-conntrack-extra dependency while we're at it.

Signed-off-by: Toke Høiland-Jørgensen &lt;toke@toke.dk&gt;
</content>
</entry>
<entry>
<title>sqm-scripts: drop redundant dependency</title>
<updated>2021-12-17T17:33:42Z</updated>
<author>
<name>Rui Salvaterra</name>
</author>
<published>2021-12-17T09:20:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cb9229870ebbb04e3c2ce07e2a28540752d735db'/>
<id>urn:sha1:cb9229870ebbb04e3c2ce07e2a28540752d735db</id>
<content type='text'>
The kmod-sched-cake package already depends on kmod-sched-core, there's no need
for explicitly stating the dependency.

While at it, change PKG_RELEASE to $(AUTORELEASE).

Signed-off-by: Rui Salvaterra &lt;rsalvaterra@gmail.com&gt;
</content>
</entry>
</feed>
