mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 19:49:54 +02:00
fix unnecessary kernel package recompile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5227 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
043ac6c8ed
commit
2b15bcf20e
@ -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…
Reference in New Issue
Block a user