Revert "roms: switch oldnoconfig to olddefconfig"
This reverts commit a5519b42cfd6c00e9f8b31c5aad7682e7a9f1181. Breaks "make bios" in roms/ as the kconfig version in seabios doesn't support olddefconfig. Must have been be totally untested. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
		
							parent
							
								
									6a4e177114
								
							
						
					
					
						commit
						19cd090e17
					
				@ -2,4 +2,4 @@
 | 
				
			|||||||
config="$1"
 | 
					config="$1"
 | 
				
			||||||
make -C seabios clean distclean
 | 
					make -C seabios clean distclean
 | 
				
			||||||
cp "$config" seabios/.config
 | 
					cp "$config" seabios/.config
 | 
				
			||||||
make -C seabios olddefconfig
 | 
					make -C seabios oldnoconfig
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user