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 <daniel@makrotopia.org> SVN-Revision: 41368
This commit is contained in:
		| @@ -65,6 +65,7 @@ while [ "$1" ]; do | ||||
| 	"--kernel") | ||||
| 		kernel="$2" | ||||
| 		shift | ||||
| 		shift | ||||
| 		continue | ||||
| 		;; | ||||
| 	"-"*) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin