Explorar o código

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

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau %!s(int64=8) %!d(string=hai) anos
pai
achega
3a1e3b4e0d
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      package/kernel/linux/Makefile

+ 1 - 2
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