From d359f4dbf8f70fdd576d10555fb37494f6f1c9cf Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Wed, 27 Sep 2023 22:00:46 +0200
Subject: [PATCH] modules: update routing

0b19771fb2dd opennds: update to version 10.1.3
fa833a0d9764 CI: Sort build architectures in alphabetical order
191f6c042368 CI: add concurrency rules to skip redundant build
675248d9b7b3 CI: Do package run-tests only if target packages were built
4f115606ab18 CI: Run "apt-get update" before installing signify-openbsd
86f308dcc751 CI: Enable runtime_test for mips_24kc
ca620495d344 cache-domains: added pre-test.sh CI step
9f7ba4a4b502 CI: Add local feed for CI-built packages
ac03feb20f00 CI: Add --autoremove, ignore removal errors
9fb0ed26c4a3 CI: update build architectures
dce4a4ca524b ci: only comment AUTORELEASE deprecation if exists
42584b0cecae CI: deprecate $(AUTORELEASE) via comments
120bf3328431 ci: change default packages
8e68501e2e8f github-ci: error on any shell errors
b1ca335bf548 ci: update github actions to v3
fe557608333c ci: Use openwrt/gh-action-sdk@v5
---
 modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules b/modules
index 5cbf0513..5a78d3f1 100644
--- a/modules
+++ b/modules
@@ -10,7 +10,7 @@ PACKAGES_PACKAGES_COMMIT=a2fd53756b1c35576ae59d787c62040200710cd6
 
 PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git
 PACKAGES_ROUTING_BRANCH=openwrt-22.03
-PACKAGES_ROUTING_COMMIT=f47368cba4eb02005e600de734a28c47ae76bda9
+PACKAGES_ROUTING_COMMIT=0b19771fb2dd81e7c428759610aed583171eed80
 
 PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
 PACKAGES_GLUON_COMMIT=29912ec6308fd10b47763b4cf28a638d07f59973
-- 
GitLab