aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-12-14 15:35:16 +0100
committerFelix Fietkau <nbd@nbd.name>2016-12-16 14:44:08 +0100
commit3a1e3b4e0d3828abc04cc4422b16486f561a4a15 (patch)
treed024d0304cb6a6746873d4e3f8bd3b764f2936dd /package/kernel/linux
parent7747fac37544e5d2ea70dfc8eecab21a80d0ec65 (diff)
downloadupstream-3a1e3b4e0d3828abc04cc4422b16486f561a4a15.tar.gz
upstream-3a1e3b4e0d3828abc04cc4422b16486f561a4a15.tar.bz2
upstream-3a1e3b4e0d3828abc04cc4422b16486f561a4a15.zip
package/kernel/linux: only access kernel config if DUMP is unset
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/linux')
-rw-r--r--package/kernel/linux/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/kernel/linux/Makefile b/package/kernel/linux/Makefile
index 21381c7296..7f38f3e6e2 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