diff --git a/.github/workflows/firmwarebuild.yml b/.github/workflows/firmwarebuild.yml index 7774be8..4be9e81 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.rc4 ] + branches: [ 23.05.0 ] paths: - 'modules' - 'Makefile' @@ -16,7 +16,7 @@ on: - 'patches/**' - 'scripts/**' pull_request: - branches: [ 23.05.0.rc4 ] + branches: [ 23.05.0 ] paths: - 'modules' - 'Makefile' diff --git a/modules b/modules index 4a2990a..58e64d8 100644 --- a/modules +++ b/modules @@ -1,13 +1,13 @@ OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git -OPENWRT_COMMIT=50690dd5cccf4ecefc75a6eeb71893a2342ea2d7 +OPENWRT_COMMIT=bd4f415efacfc03bbe5b79ae1d39c1451f5f7385 OPENWRT_BRANCH=openwrt-23.05 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git -PACKAGES_PACKAGES_COMMIT=5f3879f714f71fef775b6190a0e597d3aa0e2e80 +PACKAGES_PACKAGES_COMMIT=0da9f622975aa1e4efe452da4acbae15479bee63 PACKAGES_PACKAGES_BRANCH=openwrt-23.05 PACKAGES_LUCI_REPO=https://github.com/openwrt/luci.git -PACKAGES_LUCI_COMMIT=99559f95b89f71535b340ee94db2edee28f755d4 +PACKAGES_LUCI_COMMIT=257f54cb8bcd493d9be0a45a3c316668b793e8ae PACKAGES_LUCI_BRANCH=openwrt-23.05 PACKAGES_FREIFUNK_REPO=https://github.com/freifunk/openwrt-packages.git