From 058f9461c8e84851f7d8207e792fa1285377e85a Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Mon, 14 Jan 2013 20:57:02 +0100 Subject: [PATCH] carl9170: fix indention and add missing fi This patch fixes my overzealous editing in "carl9170: Add checksum during installation, as preferred by the driver" Signed-off-by: Christian Lamparter --- autogen.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/autogen.sh b/autogen.sh index 83b4201..287d7a2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -28,14 +28,14 @@ case "$1" in echo -n "Installing firmware..." if [ "$CONFIG_CARL9170FW_BUILD_TOOLS" = "y" ]; then - - if [ "$CONFIG_CARL9170FW_BUILD_MINIBOOT" = "y" ]; then - echo -n "Apply miniboot..." - # also adds checksum - tools/src/miniboot a carlfw/carl9170.fw minifw/miniboot.fw - else - echo -n "Add checksum..." - tools/src/checksum carlfw/carl9170.fw + if [ "$CONFIG_CARL9170FW_BUILD_MINIBOOT" = "y" ]; then + echo -n "Apply miniboot..." + # also adds checksum + tools/src/miniboot a carlfw/carl9170.fw minifw/miniboot.fw + else + echo -n "Add checksum..." + tools/src/checksum carlfw/carl9170.fw + fi fi install -m 644 carlfw/carl9170.fw \ -- 2.31.1