diff --git a/.github/workflows/firmwarebuild.yml b/.github/workflows/firmwarebuild.yml index a082477..6ba5ae7 100644 --- a/.github/workflows/firmwarebuild.yml +++ b/.github/workflows/firmwarebuild.yml @@ -7,7 +7,7 @@ name: Weimarnetz Firmware Build on: workflow_dispatch: push: - branches: [ 21.02.6 ] + branches: [ 21.02.7 ] paths: - 'modules' - 'Makefile' @@ -16,7 +16,7 @@ on: - 'patches/**' - 'scripts/**' pull_request: - branches: [ 21.02.6 ] + branches: [ 21.02.7 ] paths: - 'modules' - 'Makefile' diff --git a/modules b/modules index 034260b..5b5dca0 100644 --- a/modules +++ b/modules @@ -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