<feed xmlns='http://www.w3.org/2005/Atom'>
<title>routing/prince, branch master</title>
<subtitle>Mirror of routing feed</subtitle>
<id>https://git.openwrt.org/feed/routing/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/routing/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/'/>
<updated>2026-08-10T07:43:05Z</updated>
<entry>
<title>prince: add test-version.sh for CI runtime tests</title>
<updated>2026-08-10T07:43:05Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2026-08-06T07:47:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=877a55e7c8a95c65f6556048127ac7b049eb535f'/>
<id>urn:sha1:877a55e7c8a95c65f6556048127ac7b049eb535f</id>
<content type='text'>
prince requires a configuration file and does not provide any option
to report its version, so the generic version check of the CI
runtime tests always fails for this package. Skip the version check.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
Co-authored-by: Claude Fable 5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-27T15:14:16Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-04-26T09:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=3e96c851a7871f38c52c7be0e0f693b045fe0758'/>
<id>urn:sha1:3e96c851a7871f38c52c7be0e0f693b045fe0758</id>
<content type='text'>
OpenWrt/packages removed AUTORELEASE treewide. Remove it also in the
routing feed.

This is just copied from [0] with modification to the sed cmd because it
was not working for the routing feed:

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/routing; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's/\/Makefile$//';);
do
  make package/$i/download
done

[0] - https://github.com/openwrt/packages/commit/0c10c224be81f9221dabfab449855ab6718d2a0c

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>prince: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-13T05:46:21Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:51:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=9febc56a445ddb4d67c0f1133a0c17b67721bcd1'/>
<id>urn:sha1:9febc56a445ddb4d67c0f1133a0c17b67721bcd1</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>prince: Makefile refactoring</title>
<updated>2022-03-03T07:48:17Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-02-26T10:34:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=eefb80705e90aa59cea70170f450bf5e7c8894bb'/>
<id>urn:sha1:eefb80705e90aa59cea70170f450bf5e7c8894bb</id>
<content type='text'>
- Use AUTORELEASE in PKG_RELEASE
- Use tarball instead of checkouting git
- Use two spaces instead of indentation
- In install section reorder it (first folder, then files and so on)
- Added LICENSE file

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>prince: fix compilation with GCC 10</title>
<updated>2020-08-11T19:35:25Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-11T19:25:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=587e2d8b9cef88afcc4e1f56e4d03474997f7021'/>
<id>urn:sha1:587e2d8b9cef88afcc4e1f56e4d03474997f7021</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>prince: version bump to v0.4</title>
<updated>2018-05-01T09:03:26Z</updated>
<author>
<name>Gabriele Gemmi</name>
</author>
<published>2018-04-25T00:16:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=ff7b5da265e1f91b14120572b0d839911e707a47'/>
<id>urn:sha1:ff7b5da265e1f91b14120572b0d839911e707a47</id>
<content type='text'>
Signed-off-by: Gabriele Gemmi &lt;gabriel@autistici.org&gt;
</content>
</entry>
</feed>
