Skip to content

Commit

Permalink
update to 21.02.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andibraeu committed Jul 26, 2023
1 parent 6c46193 commit 8a98e08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: [ 21.02.6 ]
branches: [ 21.02.7 ]
paths:
- 'modules'
- 'Makefile'
Expand All @@ -16,7 +16,7 @@ on:
- 'patches/**'
- 'scripts/**'
pull_request:
branches: [ 21.02.6 ]
branches: [ 21.02.7 ]
paths:
- 'modules'
- 'Makefile'
Expand Down
4 changes: 2 additions & 2 deletions modules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git
OPENWRT_COMMIT=9f213a85e219c94c45c15c9aa5feffadb00689ea
OPENWRT_COMMIT=57a6d97ddf8f6541a52e0f8fad8c6f47685a1bc3
OPENWRT_BRANCH=openwrt-21.02

PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_COMMIT=0b7b12d7075637d3ce3c4eb22b74b2f6d3054672
PACKAGES_PACKAGES_COMMIT=48242ee7a190db7740f7b9b3ef1debfa4d5857f6
PACKAGES_PACKAGES_BRANCH=openwrt-21.02

PACKAGES_LUCI_REPO=https://github.com/openwrt/luci.git
Expand Down

0 comments on commit 8a98e08

Please sign in to comment.