Skip to content

Commit

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

PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_COMMIT=38cb0129739bc71e0bb5a25ef1f6db70b7add04b
PACKAGES_PACKAGES_COMMIT=d057936acbefd76b033e7c365baa68b48ccb9166
PACKAGES_PACKAGES_BRANCH=openwrt-22.03

PACKAGES_LUCI_REPO=https://github.com/openwrt/luci.git
PACKAGES_LUCI_COMMIT=ce20b4a6e0c86313c0c6e9c89eedf8f033f5e637
PACKAGES_LUCI_COMMIT=0b38d70fbd47b0c702d5001de623213eb301a6fe
PACKAGES_LUCI_BRANCH=openwrt-22.03

PACKAGES_FREIFUNK_REPO=https://github.com/freifunk/openwrt-packages.git
Expand Down

0 comments on commit 73c1a0c

Please sign in to comment.