fix unnecessary kernel package recompile

SVN-Revision: 5227
v19.07.3_mercusys_ac12_duma
Felix Fietkau 18 years ago
parent 2665d7f09e
commit 47c25a1e96

@ -256,6 +256,7 @@ define BuildPackage
$$(eval $$(call Build/DefaultTargets,$(1)))
ifdef Package/$(1)/install
ifneq ($$(CONFIG_PACKAGE_$(1)),)
ifneq ($(MAKECMDGOALS),prereq)
ifneq ($(DUMP),1)
@ -270,6 +271,7 @@ define BuildPackage
endif
endif
endif
endif
endef
ifneq ($(strip $(PKG_UNPACK)),)

Loading…
Cancel
Save