From e442e57fb1718cdc3872db0b55c3ba848d2c8d4e Mon Sep 17 00:00:00 2001
From: Philippe <philippe@pilarkto.net>
Date: Sun, 7 May 2023 16:10:45 +0000
Subject: [PATCH] Feature/add targets

---
 .gitlab-ci.yml | 5 +++++
 buildall.sh    | 1 +
 2 files changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bce905b4e..57535e8a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,6 +110,11 @@ target:ipq40xx-generic:
   variables:
     GLUON_TARGET: ipq40xx-generic
 
+target:ipq40xx-mikrotik:
+  extends: .target
+  variables:
+    GLUON_TARGET: ipq40xx-mikrotik
+
 target:ipq806x-generic:
   extends: .target
   variables:
diff --git a/buildall.sh b/buildall.sh
index 7ccbfa7e6..83ab1a99c 100755
--- a/buildall.sh
+++ b/buildall.sh
@@ -12,6 +12,7 @@ TARGETS=(
 	bcm27xx-bcm2708
 	bcm27xx-bcm2709
 	ipq40xx-generic
+	ipq40xx-mikrotik
 	ipq806x-generic
 	lantiq-xrx200
 	lantiq-xway
-- 
GitLab