diff --git a/src/minimal_overlay/bundles/dropbear/01_get.sh b/src/minimal_overlay/bundles/dropbear/01_get.sh index bcf116a03..06c36109f 100755 --- a/src/minimal_overlay/bundles/dropbear/01_get.sh +++ b/src/minimal_overlay/bundles/dropbear/01_get.sh @@ -22,7 +22,7 @@ cd $MAIN_SRC_DIR/source/overlay if [ ! "$USE_LOCAL_SOURCE" = "true" ] ; then # Downloading Dropbear source bundle file. The '-c' option allows the download to resume. - echo "Downloading Links source bundle from $DOWNLOAD_URL" + echo "Downloading Dropbear source bundle from $DOWNLOAD_URL" wget -c $DOWNLOAD_URL else echo "Using local Dropbear source bundle $MAIN_SRC_DIR/source/overlay/$ARCHIVE_FILE" diff --git a/src/minimal_overlay/bundles/lua/01_get.sh b/src/minimal_overlay/bundles/lua/01_get.sh index b9182c5d3..2a2a91bfa 100755 --- a/src/minimal_overlay/bundles/lua/01_get.sh +++ b/src/minimal_overlay/bundles/lua/01_get.sh @@ -22,7 +22,7 @@ cd $MAIN_SRC_DIR/source/overlay if [ ! "$USE_LOCAL_SOURCE" = "true" ] ; then # Downloading the Lua bundle file. The '-c' option allows the download to resume. - echo "Downloading the Lua source bundle from $DOWNLOAD_URL" + echo "Downloading Lua source bundle from $DOWNLOAD_URL" wget -c $DOWNLOAD_URL else echo "Using local Lua source bundle $MAIN_SRC_DIR/source/overlay/$ARCHIVE_FILE" diff --git a/src/minimal_overlay/bundles/util_linux/01_get.sh b/src/minimal_overlay/bundles/util_linux/01_get.sh old mode 100644 new mode 100755 diff --git a/src/minimal_overlay/bundles/util_linux/02_build.sh b/src/minimal_overlay/bundles/util_linux/02_build.sh old mode 100644 new mode 100755 diff --git a/src/minimal_overlay/bundles/util_linux/bundle.sh b/src/minimal_overlay/bundles/util_linux/bundle.sh old mode 100644 new mode 100755