From 3fd758c5290d90aca0b07b22fabb72925678370c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 12 Nov 2023 16:36:18 +0100 Subject: [PATCH] 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 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)