fix unnecessary kernel package recompile

SVN-Revision: 5227
This commit is contained in:
Felix Fietkau 2006-10-19 06:38:06 +00:00
parent 2665d7f09e
commit 47c25a1e96
1 changed files with 11 additions and 9 deletions

View File

@ -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)),)