projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a75354e
)
scripts/ubinize-image.sh: fix ubinize-image.sh when used with --kernel
author
John Crispin
<john@openwrt.org>
Sun, 29 Jun 2014 06:59:29 +0000
(06:59 +0000)
committer
John Crispin
<john@openwrt.org>
Sun, 29 Jun 2014 06:59:29 +0000
(06:59 +0000)
r41359 broke support for building ubinized images which do
include a kernel volume.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 41368
scripts/ubinize-image.sh
patch
|
blob
|
history
diff --git
a/scripts/ubinize-image.sh
b/scripts/ubinize-image.sh
index 1b782a6cdc736b7fb2a0b76aea020b527051d1cf..6762c22bc4a6e27a149b36953dcb02c4796a7d52 100755
(executable)
--- a/
scripts/ubinize-image.sh
+++ b/
scripts/ubinize-image.sh
@@
-65,6
+65,7
@@
while [ "$1" ]; do
"--kernel")
kernel="$2"
shift
+ shift
continue
;;
"-"*)