Skip to content

Commit

Permalink
update to latest openwrt 22.03 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andibraeu committed Aug 29, 2024
1 parent 73c1a0c commit 98fa36b
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: [ 22.03.5 ]
branches: [ 22.03.7 ]
paths:
- 'modules'
- 'Makefile'
Expand All @@ -16,7 +16,7 @@ on:
- 'patches/**'
- 'scripts/**'
pull_request:
branches: [ 22.03.5 ]
branches: [ 22.03.7 ]
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=863f769b75beb17b1965786f473b700e0ba0f879
OPENWRT_COMMIT=b5dc35c8bb260e56ab7280264fb9270544a7d69f
OPENWRT_BRANCH=openwrt-22.03

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

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

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_COMMIT=1ff9ee61cde0829f206f275b1b2f5fa990fd2ba9
PACKAGES_ROUTING_BRANCH=openwrt-22.03

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

0 comments on commit 98fa36b

Please sign in to comment.