Skip to content

Commit

Permalink
update to 23.05.0.rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
andibraeu committed Oct 5, 2023
1 parent c321920 commit fb3e0c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firmwarebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Weimarnetz Firmware Build
on:
workflow_dispatch:
push:
branches: [ 23.05.0.rc3 ]
branches: [ 23.05.0.rc4 ]
paths:
- 'modules'
- 'Makefile'
Expand All @@ -16,7 +16,7 @@ on:
- 'patches/**'
- 'scripts/**'
pull_request:
branches: [ 23.05.0.rc3 ]
branches: [ 23.05.0.rc4 ]
paths:
- 'modules'
- 'Makefile'
Expand Down
8 changes: 4 additions & 4 deletions modules
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git
OPENWRT_COMMIT=94cd25cb69805ec9b3ecd5a86ab39196c51e5a2e
OPENWRT_COMMIT=50690dd5cccf4ecefc75a6eeb71893a2342ea2d7
OPENWRT_BRANCH=openwrt-23.05

PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_COMMIT=f84124d247f043d3801ae3cd94095e52284e8736
PACKAGES_PACKAGES_COMMIT=5f3879f714f71fef775b6190a0e597d3aa0e2e80
PACKAGES_PACKAGES_BRANCH=openwrt-23.05

PACKAGES_LUCI_REPO=https://github.com/openwrt/luci.git
PACKAGES_LUCI_COMMIT=ef54edad4bc24c207450094b33d6b2ddd83c277c
PACKAGES_LUCI_COMMIT=99559f95b89f71535b340ee94db2edee28f755d4
PACKAGES_LUCI_BRANCH=openwrt-23.05

PACKAGES_FREIFUNK_REPO=https://github.com/freifunk/openwrt-packages.git
PACKAGES_FREIFUNK_COMMIT=4274b35e4b964db15902cc7c8eda2a4dc4e071d0
PACKAGES_FREIFUNK_BRANCH=master

PACKAGES_ROUTING_REPO=https://github.com/openwrt-routing/packages.git
PACKAGES_ROUTING_COMMIT=b844d67864d6486dc8f68054970c5195ec7c45a8
PACKAGES_ROUTING_COMMIT=2272106e0839ee06957e88e3596489e1b510d3c2
PACKAGES_ROUTING_BRANCH=openwrt-23.05

PACKAGES_PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
Expand Down

0 comments on commit fb3e0c4

Please sign in to comment.