From d75bbbd5525406d4062926982e55a404dfcc1123 Mon Sep 17 00:00:00 2001 From: duhow Date: Sun, 16 Jun 2024 14:58:18 +0200 Subject: [PATCH] make: fix S12A build command --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index fb400dd..edb1dbe 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,10 @@ ifeq ($(MODEL), s12) BUILD_DIR := /mnt/ubi.tmp endif +ifeq ($(MODEL), s12a) +COMPRESSION := gzip +endif + .PHONY: all clean clean-packages pull extract patch build help all: extract patch build