From: Christian Lamparter Date: Mon, 14 Jan 2013 19:57:02 +0000 (+0100) Subject: carl9170: fix indention and add missing fi X-Git-Tag: 1.9.8~25 X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=commitdiff_plain;h=058f9461c8e84851f7d8207e792fa1285377e85a 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 --- 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 \