mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	build-kernel: no need to build source and debug package
This commit is contained in:
		
							parent
							
								
									d85e0d72c9
								
							
						
					
					
						commit
						750f603f1f
					
				@ -20,7 +20,7 @@ ARCH=$(dpkg --print-architecture)
 | 
			
		||||
case "$ARCH" in
 | 
			
		||||
    amd64)
 | 
			
		||||
        make x86_64_vyos_defconfig
 | 
			
		||||
        TARGETS="kernel_source kernel_debug kernel_headers kernel_image"
 | 
			
		||||
        TARGETS="kernel_headers kernel_image"
 | 
			
		||||
        # the following targets are not supported for Linux Kernels > 4.14 as
 | 
			
		||||
        # they have been removed from the Makefile (commits 18afab8c1d3c2 &
 | 
			
		||||
        # 22cba31bae9dc).
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user