From 8a8f3b335b4d7e9622de3403d82869f899ddbec2 Mon Sep 17 00:00:00 2001 From: p4u Date: Fri, 15 Dec 2017 19:05:34 +0100 Subject: [PATCH] Revert "Fix ImageBuilder FILES inclusion" This reverts commit 9dcbb8318553297be4b8ab72a34588e243637806. --- cooker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cooker b/cooker index 7d930cd..3086747 100755 --- a/cooker +++ b/cooker @@ -141,7 +141,7 @@ cook() { echo "-> Cooking firmware image" join_packages ${!flavor} echo "--> Selected extra packages:$PKG" - make -C $ib image $profile PACKAGES="$PKG" EXTRA_IMAGE_NAME="$fw_extra_name" BIN_DIR="$output_dir" FILES="$ib_files" $force_no_update $files_remove + make -C $ib image $profile PACKAGES="$PKG" EXTRA_IMAGE_NAME="$fw_extra_name" BIN_DIR="$output_dir" $ib_files $force_no_update $files_remove ERROR=$? if (($ERROR != 0)); then echo -e "\n-> Firmware not cooked, something wrong happened on the ImageBuilder compilation process"