Skip to content

Commit

Permalink
build base for 23.05.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andibraeu committed Oct 23, 2023
1 parent fb3e0c4 commit ebe7c47
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: [ 23.05.0.rc4 ]
branches: [ 23.05.0 ]
paths:
- 'modules'
- 'Makefile'
Expand All @@ -16,7 +16,7 @@ on:
- 'patches/**'
- 'scripts/**'
pull_request:
branches: [ 23.05.0.rc4 ]
branches: [ 23.05.0 ]
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=50690dd5cccf4ecefc75a6eeb71893a2342ea2d7
OPENWRT_COMMIT=bd4f415efacfc03bbe5b79ae1d39c1451f5f7385
OPENWRT_BRANCH=openwrt-23.05

PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_COMMIT=5f3879f714f71fef775b6190a0e597d3aa0e2e80
PACKAGES_PACKAGES_COMMIT=0da9f622975aa1e4efe452da4acbae15479bee63
PACKAGES_PACKAGES_BRANCH=openwrt-23.05

PACKAGES_LUCI_REPO=https://github.com/openwrt/luci.git
PACKAGES_LUCI_COMMIT=99559f95b89f71535b340ee94db2edee28f755d4
PACKAGES_LUCI_COMMIT=257f54cb8bcd493d9be0a45a3c316668b793e8ae
PACKAGES_LUCI_BRANCH=openwrt-23.05

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

0 comments on commit ebe7c47

Please sign in to comment.