From 6dfa1cf11503ce429af8fc59a8f9ed167aaeab85 Mon Sep 17 00:00:00 2001 From: nrbffs <git-ffs@nicoboehr.de> Date: Sat, 12 Oct 2019 18:52:37 +0200 Subject: [PATCH] add mt7620 --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e3bc14..3c13be6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,11 @@ target:ipq40xx: variables: GLUON_TARGET: ipq40xx +target:ramips-mt7620: + extends: .target + variables: + GLUON_TARGET: ramips-mt7620 + target:ramips-mt7621: extends: .target variables: -- GitLab