fix unnecessary kernel package recompile
SVN-Revision: 5227
This commit is contained in:
parent
2665d7f09e
commit
47c25a1e96
1 changed files with 11 additions and 9 deletions
|
@ -256,6 +256,7 @@ define BuildPackage
|
||||||
|
|
||||||
$$(eval $$(call Build/DefaultTargets,$(1)))
|
$$(eval $$(call Build/DefaultTargets,$(1)))
|
||||||
|
|
||||||
|
ifdef Package/$(1)/install
|
||||||
ifneq ($$(CONFIG_PACKAGE_$(1)),)
|
ifneq ($$(CONFIG_PACKAGE_$(1)),)
|
||||||
ifneq ($(MAKECMDGOALS),prereq)
|
ifneq ($(MAKECMDGOALS),prereq)
|
||||||
ifneq ($(DUMP),1)
|
ifneq ($(DUMP),1)
|
||||||
|
@ -270,6 +271,7 @@ define BuildPackage
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(strip $(PKG_UNPACK)),)
|
ifneq ($(strip $(PKG_UNPACK)),)
|
||||||
|
|
Loading…
Reference in a new issue