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
This commit is contained in:
parent
24f7bb02cc
commit
5624df7315
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ while [ "$1" ]; do
|
|||
"--kernel")
|
||||
kernel="$2"
|
||||
shift
|
||||
shift
|
||||
continue
|
||||
;;
|
||||
"-"*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue