From 88935684167489ae1dbeedc0b8a927c151426a14 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sun, 20 Dec 2020 21:43:22 +0100 Subject: [PATCH] build_falter: add bool that indicates small flash Check if the device is a small flash device. --- build_falter | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_falter b/build_falter index a2a31f4..6123721 100755 --- a/build_falter +++ b/build_falter @@ -72,6 +72,8 @@ function start_build { cd $FOLDERNAME + local is_small_flash=$(grep -Fxq "CONFIG_SMALL_FLASH=y" .config) + case $BRANCH in snapshot) ispos=7