From d6742a749f79ab5d819de041849b9b04892d923a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Br=C3=A4u?= Date: Sun, 17 Dec 2023 12:55:26 +0100 Subject: [PATCH] build base for 23.05.2 --- .github/workflows/firmwarebuild.yml | 4 ++-- modules | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/firmwarebuild.yml b/.github/workflows/firmwarebuild.yml index 4be9e81..3a46e40 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.0 ] + branches: [ 23.05.2 ] paths: - 'modules' - 'Makefile' @@ -16,7 +16,7 @@ on: - 'patches/**' - 'scripts/**' pull_request: - branches: [ 23.05.0 ] + branches: [ 23.05.2 ] paths: - 'modules' - 'Makefile' diff --git a/modules b/modules index cc83d97..23feb32 100644 --- a/modules +++ b/modules @@ -1,13 +1,13 @@ OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git -OPENWRT_COMMIT=bd4f415efacfc03bbe5b79ae1d39c1451f5f7385 +OPENWRT_COMMIT=1c26bcb10819f072964a658e2cc29bb87613a6f5 OPENWRT_BRANCH=openwrt-23.05 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git -PACKAGES_PACKAGES_COMMIT=0da9f622975aa1e4efe452da4acbae15479bee63 +PACKAGES_PACKAGES_COMMIT=8e3a1824645f5e73ec44c897ac0755c53fb4a1f8 PACKAGES_PACKAGES_BRANCH=openwrt-23.05 PACKAGES_LUCI_REPO=https://github.com/openwrt/luci.git -PACKAGES_LUCI_COMMIT=64e29b7e9b423392c7d68e4eb2ba68e322c7a7d7 +PACKAGES_LUCI_COMMIT=7739e9f5b03b830f51d53c384be4baef95054cb3 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=2272106e0839ee06957e88e3596489e1b510d3c2 +PACKAGES_ROUTING_COMMIT=83ef3784a9092cfd0a900cc28e2ed4e13671d667 PACKAGES_ROUTING_BRANCH=openwrt-23.05 PACKAGES_PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git