[OpenWrt-Devel] [PATCH] fix ubinize-image.sh when used with --kernel
Daniel Golle
daniel at makrotopia.org
Sat Jun 28 21:03:30 EDT 2014
r41359 broke support for building ubinized images which do
include a kernel volume.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
scripts/ubinize-image.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/ubinize-image.sh b/scripts/ubinize-image.sh
index 1b782a6..6762c22 100755
--- a/scripts/ubinize-image.sh
+++ b/scripts/ubinize-image.sh
@@ -65,6 +65,7 @@ while [ "$1" ]; do
"--kernel")
kernel="$2"
shift
+ shift
continue
;;
"-"*)
--
1.8.5.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list