]> git.proxmox.com Git - pve-kernel.git/commitdiff
d/rules: use olddefconfig to generate our config
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 12 Nov 2023 15:36:18 +0000 (16:36 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 12 Nov 2023 15:36:19 +0000 (16:36 +0100)
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>
debian/rules

index c9a2a3c98cdf696b5390e105d8655632a874b2dc..1c5bb47afb8cccf2a9c274923653441d7b015aeb 100755 (executable)
@@ -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)