From d1898b84c6f33c6c11acf1d4e068870146ea062e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 29 Jun 2014 06:59:29 +0000 Subject: [PATCH] scripts/ubinize-image.sh: fix ubinize-image.sh when used with --kernel r41359 broke support for building ubinized images which do include a kernel volume. Signed-off-by: Daniel Golle SVN-Revision: 41368 --- scripts/ubinize-image.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ubinize-image.sh b/scripts/ubinize-image.sh index 1b782a6cdc..6762c22bc4 100755 --- a/scripts/ubinize-image.sh +++ b/scripts/ubinize-image.sh @@ -65,6 +65,7 @@ while [ "$1" ]; do "--kernel") kernel="$2" shift + shift continue ;; "-"*) -- 2.30.2