diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-29 06:59:29 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-29 06:59:29 +0000 |
commit | 083e1af755c9f663ec7519934db3d52cbe90fe6a (patch) | |
tree | d1e233c7c0d1a13f8412e5f49358c6f3de051692 /scripts | |
parent | 9a121721a4c783bc38e65add417017ed2891bdb3 (diff) | |
download | upstream-083e1af755c9f663ec7519934db3d52cbe90fe6a.tar.gz upstream-083e1af755c9f663ec7519934db3d52cbe90fe6a.tar.bz2 upstream-083e1af755c9f663ec7519934db3d52cbe90fe6a.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41368 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ubinize-image.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 ;; "-"*) |