From 1d390308b38f924d4fc03de819ffe085546a5739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Br=C3=A4u?= Date: Tue, 2 Apr 2024 20:48:26 +0200 Subject: [PATCH] add openwrt 23.05.3 --- .github/workflows/firmwarebuild.yml | 4 ++-- modules | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/firmwarebuild.yml b/.github/workflows/firmwarebuild.yml index 3a46e40..ab0e8ff 100644 --- a/.github/workflows/firmwarebuild.yml +++ b/.github/workflows/firmwarebuild.yml @@ -7,7 +7,7 @@ name: Weimarnetz Firmware Build on: workflow_dispatch: push: - branches: [ 23.05.2 ] + branches: [ 23.05.3 ] paths: - 'modules' - 'Makefile' @@ -16,7 +16,7 @@ on: - 'patches/**' - 'scripts/**' pull_request: - branches: [ 23.05.2 ] + branches: [ 23.05.3 ] paths: - 'modules' - 'Makefile' diff --git a/modules b/modules index 7c3efd6..28bb8d8 100644 --- a/modules +++ b/modules @@ -3,11 +3,11 @@ OPENWRT_COMMIT=1c26bcb10819f072964a658e2cc29bb87613a6f5 OPENWRT_BRANCH=openwrt-23.05 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git -PACKAGES_PACKAGES_COMMIT=8e3a1824645f5e73ec44c897ac0755c53fb4a1f8 +PACKAGES_PACKAGES_COMMIT=063b2393cbc3e5aab9d2b40b2911cab1c3967c59 PACKAGES_PACKAGES_BRANCH=openwrt-23.05 PACKAGES_LUCI_REPO=https://github.com/openwrt/luci.git -PACKAGES_LUCI_COMMIT=80140aae72682a6889a75c41e592796ec683b18b +PACKAGES_LUCI_COMMIT=b07cf9dcfc37e021e5619a41c847e63afbd5d34a PACKAGES_LUCI_BRANCH=openwrt-23.05 PACKAGES_FREIFUNK_REPO=https://github.com/freifunk/openwrt-packages.git @@ -15,7 +15,7 @@ PACKAGES_FREIFUNK_COMMIT=7e460f78f0461a6c692dd28fa86a6b0646fc938f PACKAGES_FREIFUNK_BRANCH=master PACKAGES_ROUTING_REPO=https://github.com/openwrt-routing/packages.git -PACKAGES_ROUTING_COMMIT=83ef3784a9092cfd0a900cc28e2ed4e13671d667 +PACKAGES_ROUTING_COMMIT=648753932d5a7deff7f2bdb33c000018a709ad84 PACKAGES_ROUTING_BRANCH=openwrt-23.05 PACKAGES_PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git