Skip to content

Commit

Permalink
introduce 23.05 rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
andibraeu committed Jul 26, 2023
1 parent 73c1a0c commit ae2c00c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: [ 22.03.5 ]
branches: [ 23.05.0.rc2 ]
paths:
- 'modules'
- 'Makefile'
Expand All @@ -16,7 +16,7 @@ on:
- 'patches/**'
- 'scripts/**'
pull_request:
branches: [ 22.03.5 ]
branches: [ 23.05.0.rc2 ]
paths:
- 'modules'
- 'Makefile'
Expand Down
16 changes: 8 additions & 8 deletions modules
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git
OPENWRT_COMMIT=863f769b75beb17b1965786f473b700e0ba0f879
OPENWRT_BRANCH=openwrt-22.03
OPENWRT_COMMIT=55ae516f61fa9d38a5080630795070a8e6673088
OPENWRT_BRANCH=openwrt-23.05

PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_COMMIT=d057936acbefd76b033e7c365baa68b48ccb9166
PACKAGES_PACKAGES_BRANCH=openwrt-22.03
PACKAGES_PACKAGES_COMMIT=8939b43659dabe9b737feee02976949ad0355adc
PACKAGES_PACKAGES_BRANCH=openwrt-23.05

PACKAGES_LUCI_REPO=https://github.com/openwrt/luci.git
PACKAGES_LUCI_COMMIT=0b38d70fbd47b0c702d5001de623213eb301a6fe
PACKAGES_LUCI_BRANCH=openwrt-22.03
PACKAGES_LUCI_COMMIT=3e14e055a177dec4bd3a4bd40883b56a6930fd7c
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=1cc7676b9f32acc30ec47f15fcb70380d5d6ef01
PACKAGES_ROUTING_BRANCH=openwrt-22.03
PACKAGES_ROUTING_COMMIT=6bbcdd7f1fda46a370226ad1fc794e690974339c
PACKAGES_ROUTING_BRANCH=openwrt-23.05

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

0 comments on commit ae2c00c

Please sign in to comment.