From: Thomas Lamprecht Date: Sun, 12 Nov 2023 15:36:18 +0000 (+0100) Subject: d/rules: use olddefconfig to generate our config X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=commitdiff_plain;h=3fd758c5290d90aca0b07b22fabb72925678370c 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 --- diff --git a/debian/rules b/debian/rules index c9a2a3c..1c5bb47 100755 --- a/debian/rules +++ b/debian/rules @@ -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)