Skip to content
Snippets Groups Projects
Commit 3a1e3b4e authored by Felix Fietkau's avatar Felix Fietkau
Browse files

package/kernel/linux: only access kernel config if DUMP is unset


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 7747fac3
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,8 @@ export SHELL:=/bin/sh
include $(INCLUDE_DIR)/package.mk
STAMP_BUILT:=$(STAMP_BUILT)_$(firstword $(shell $(SCRIPT_DIR)/kconfig.pl $(LINUX_DIR)/.config | md5sum))
ifeq ($(DUMP),)
STAMP_BUILT:=$(STAMP_BUILT)_$(firstword $(shell $(SCRIPT_DIR)/kconfig.pl $(LINUX_DIR)/.config | md5sum))
-include $(LINUX_DIR)/.config
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment