projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7747fac
)
package/kernel/linux: only access kernel config if DUMP is unset
author
Felix Fietkau
<nbd@nbd.name>
Wed, 14 Dec 2016 14:35:16 +0000
(15:35 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Fri, 16 Dec 2016 13:44:08 +0000
(14:44 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/linux/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/linux/Makefile
b/package/kernel/linux/Makefile
index 21381c7296e4644f74b5299674ed69512c3e908c..7f38f3e6e263c7faf37a48e1615cf1fd79b1e83c 100644
(file)
--- 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