From 98fa36b590ed8d6f017cc3e41f003e586751bad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Br=C3=A4u?= Date: Thu, 29 Aug 2024 11:34:32 +0200 Subject: [PATCH] update to latest openwrt 22.03 release --- .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 46be773..4aab49c 100644 --- a/.github/workflows/firmwarebuild.yml +++ b/.github/workflows/firmwarebuild.yml @@ -7,7 +7,7 @@ name: Weimarnetz Firmware Build on: workflow_dispatch: push: - branches: [ 22.03.5 ] + branches: [ 22.03.7 ] paths: - 'modules' - 'Makefile' @@ -16,7 +16,7 @@ on: - 'patches/**' - 'scripts/**' pull_request: - branches: [ 22.03.5 ] + branches: [ 22.03.7 ] paths: - 'modules' - 'Makefile' diff --git a/modules b/modules index e7b69d2..0b883a5 100644 --- a/modules +++ b/modules @@ -1,13 +1,13 @@ OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git -OPENWRT_COMMIT=863f769b75beb17b1965786f473b700e0ba0f879 +OPENWRT_COMMIT=b5dc35c8bb260e56ab7280264fb9270544a7d69f OPENWRT_BRANCH=openwrt-22.03 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git -PACKAGES_PACKAGES_COMMIT=d057936acbefd76b033e7c365baa68b48ccb9166 +PACKAGES_PACKAGES_COMMIT=3b79b05673a15e7f41f157d1320597244a344a95 PACKAGES_PACKAGES_BRANCH=openwrt-22.03 PACKAGES_LUCI_REPO=https://github.com/openwrt/luci.git -PACKAGES_LUCI_COMMIT=0b38d70fbd47b0c702d5001de623213eb301a6fe +PACKAGES_LUCI_COMMIT=374888b1476df064281022c4d605b7ecf9e684e4 PACKAGES_LUCI_BRANCH=openwrt-22.03 PACKAGES_FREIFUNK_REPO=https://github.com/freifunk/openwrt-packages.git @@ -15,7 +15,7 @@ PACKAGES_FREIFUNK_COMMIT=4274b35e4b964db15902cc7c8eda2a4dc4e071d0 PACKAGES_FREIFUNK_BRANCH=master PACKAGES_ROUTING_REPO=https://github.com/openwrt-routing/packages.git -PACKAGES_ROUTING_COMMIT=1cc7676b9f32acc30ec47f15fcb70380d5d6ef01 +PACKAGES_ROUTING_COMMIT=1ff9ee61cde0829f206f275b1b2f5fa990fd2ba9 PACKAGES_ROUTING_BRANCH=openwrt-22.03 PACKAGES_PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git