mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	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:
		
							parent
							
								
									a75354ef53
								
							
						
					
					
						commit
						d1898b84c6
					
				@ -65,6 +65,7 @@ while [ "$1" ]; do
 | 
				
			|||||||
	"--kernel")
 | 
						"--kernel")
 | 
				
			||||||
		kernel="$2"
 | 
							kernel="$2"
 | 
				
			||||||
		shift
 | 
							shift
 | 
				
			||||||
 | 
							shift
 | 
				
			||||||
		continue
 | 
							continue
 | 
				
			||||||
		;;
 | 
							;;
 | 
				
			||||||
	"-"*)
 | 
						"-"*)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user