From: Felix Fietkau Date: Wed, 14 Dec 2016 14:35:16 +0000 (+0100) Subject: package/kernel/linux: only access kernel config if DUMP is unset X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3a1e3b4e0d3828abc04cc4422b16486f561a4a15;p=openwrt%2Fstaging%2Frmilecki.git package/kernel/linux: only access kernel config if DUMP is unset Signed-off-by: Felix Fietkau --- diff --git a/package/kernel/linux/Makefile b/package/kernel/linux/Makefile index 21381c7296e..7f38f3e6e26 100644 --- a/package/kernel/linux/Makefile +++ b/package/kernel/linux/Makefile @@ -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