forked from Ivasoft/openwrt
add support for build system overlays that alter package build instructions currently unused, will probably be managed by the feeds system later
SVN-Revision: 17445
This commit is contained in:
@@ -145,7 +145,14 @@ define Build/DefaultTargets
|
||||
distcheck: $(STAMP_CONFIGURED)
|
||||
endef
|
||||
|
||||
define Build/IncludeOverlay
|
||||
$(eval -include $(wildcard $(TOPDIR)/overlay/*/$(PKG_NAME).mk))
|
||||
define Build/IncludeOverlay
|
||||
endef
|
||||
endef
|
||||
|
||||
define BuildPackage
|
||||
$(Build/IncludeOverlay)
|
||||
$(eval $(Package/Default))
|
||||
$(eval $(Package/$(1)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user