Skip to content

Commit

Permalink
update to latest openwrt 23.05 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andibraeu committed Aug 29, 2024
1 parent cf6515b commit da4a97f
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.3 ]
branches: [ 23.05.4 ]
paths:
- 'modules'
- 'Makefile'
Expand All @@ -16,7 +16,7 @@ on:
- 'patches/**'
- 'scripts/**'
pull_request:
branches: [ 23.05.3 ]
branches: [ 23.05.4 ]
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=01170d518da1c8ade9d26e56d0135d12cda8e781
OPENWRT_COMMIT=b9510660cebf46665aa0b74430b24306ebd0beed
OPENWRT_BRANCH=openwrt-23.05

PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_COMMIT=063b2393cbc3e5aab9d2b40b2911cab1c3967c59
PACKAGES_PACKAGES_COMMIT=89955ee711d92e6fb6db7dde9d9d7eb06841acdb
PACKAGES_PACKAGES_BRANCH=openwrt-23.05

PACKAGES_LUCI_REPO=https://github.com/openwrt/luci.git
PACKAGES_LUCI_COMMIT=b07cf9dcfc37e021e5619a41c847e63afbd5d34a
PACKAGES_LUCI_COMMIT=85dec609ab12eee92601d492e4d472b01d71f7ae
PACKAGES_LUCI_BRANCH=openwrt-23.05

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

PACKAGES_ROUTING_REPO=https://github.com/openwrt-routing/packages.git
PACKAGES_ROUTING_COMMIT=648753932d5a7deff7f2bdb33c000018a709ad84
PACKAGES_ROUTING_COMMIT=a82e34d5e402ec77fd5facc1349352cacda2d0f8
PACKAGES_ROUTING_BRANCH=openwrt-23.05

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

0 comments on commit da4a97f

Please sign in to comment.