d/rules: use olddefconfig to generate our config
makes it easier to cherry-pick newer stable release tags, that sometimes contain new config values one must pick from. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		
							parent
							
								
									248716e28c
								
							
						
					
					
						commit
						3fd758c529
					
				
							
								
								
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							| @ -138,7 +138,7 @@ binary: install | ||||
| 
 | ||||
| .config_mark: | ||||
| 	cd $(KERNEL_SRC); scripts/config $(PMX_CONFIG_OPTS) | ||||
| 	$(MAKE) -C $(KERNEL_SRC) oldconfig | ||||
| 	$(MAKE) -C $(KERNEL_SRC) olddefconfig | ||||
| 	# copy to allow building in parallel to kernel/module compilation without interference | ||||
| 	rm -rf $(KERNEL_SRC_COPY) | ||||
| 	cp -ar $(KERNEL_SRC) $(KERNEL_SRC_COPY) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Thomas Lamprecht
						Thomas Lamprecht