Skip to content

Commit

Permalink
bump: WireGuard module to 1.0.20201112
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Vorwerk <info@fossores.de>
  • Loading branch information
FossoresLP committed Nov 14, 2020
1 parent e3a629c commit 10ec104
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
pull_request:

env:
MODULE_VERSION: "1.0.20200908"
MODULE_VERSION: "1.0.20201112"
TOOLS_VERSION: "1.0.20200827"
PACKAGE_RELEASE: "1"
FIRMWARE_ER_v1: "v1.10.11"
FIRMWARE_ER_v2: "v2.0.8-hotfix.1"
FIRMWARE_UGW: "4.4.50"

jobs:
headers:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
version: 2
toolchain: mipsel-linux-gnu-
image: mipsel-kernel

steps:
- uses: actions/checkout@v2
- name: Build headers
Expand Down Expand Up @@ -72,12 +72,12 @@ jobs:
with:
name: headers-${{ matrix.device }}-${{ matrix.version }}
path: headers.tar

module-prepare:
runs-on: ubuntu-20.04
container:
image: buildpack-deps:focal

steps:
- uses: actions/checkout@v2
- name: Download module source
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
with:
name: module-${{ matrix.device }}-${{ matrix.version }}
path: module/src/wireguard.ko

tools:
runs-on: ubuntu-20.04
container:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
runs-on: ubuntu-20.04
container:
image: debian

strategy:
matrix:
device: [e100, e200, e300, e1000, ugw3, ugw4, ugwxg]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build kernel environment
if: ${{ matrix.type == 'kernel' }}
run: docker build --pull -t "$(echo $IMAGE | tr '[:upper:]' '[:lower:]')" -f ci/DOCKERFILE-${{ matrix.tag }} .

- name: Build tools environment
if: ${{ matrix.type == 'tools' }}
env:
Expand Down

0 comments on commit 10ec104

Please sign in to comment.